uiz Space

May 2026 term · Computer System Design · BSCS3031

Computer System Design End Term: 13 September 2026, Set S2 (May 2026 term)

The IIT Madras BS Computer System Design (Computer System Design) End Term paper sat on 13 Sept 2026, in the May 2026 term, set S2: 20 questions for 50 marks in 180 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
20
Marks
50
Duration
180 min
MCQ
6
Numerical
12
Written
2

Updated

Official paper: Computer Systems Design 13 Sep 26 (Session 2) · No negative marking.

Question 1

+1 markOne correct option

In a 4-bit system, the one’s complement of the binary number 1000 is 1011.

  1. A

    True

  2. B

    False

Show answer

Correct answer

  • B

    False

Question 2

+1 markOne correct option

A synchronous counter triggers all flipflops using a common clock signal, while an asynchronous counter triggers each flipflop using the output of the previous flipflop.

  1. A

    True

  2. B

    False

Show answer

Correct answer

  • A

    True

Question 3

+1 markOne correct option

In a system with 65 unique states, 6 flipflops are sufficient to represent all the states.

  1. A

    True

  2. B

    False

Show answer

Correct answer

  • B

    False

Question 4

+1 markOne correct option

In a decoder, at any point, exactly one of the outputs is 1 and all the rest are 0s.

  1. A

    True

  2. B

    False

Show answer

Correct answer

  • A

    True

Question 5

+1 markOne correct option

According to Moore’s law, if a computer system has 2 million transistors today, then it will have approximately 32 million transistors in 4 years.

  1. A

    True

  2. B

    False

Show answer

Correct answer

  • B

    False

Question 6

+3 marksOne correct option

The given truth table has to be realized with D flipflop as shown below.

  1. A
  2. B
  3. C
  4. D
  5. E

    None of these

Show answer

Correct answer

  • E

    None of these

Question 7

+3 marksNumerical answer
Show answer

Correct answer: 1

Question 8

+3 marksNumerical answer
Show answer

Correct answer: 10

Question 9

+3 marksNumerical answer

A 1-bit comparator takes two input bits, A and B, and outputs 1 if A = B and 0 otherwise. Using only 2-input NOR gates, what is the minimum number of gates required to design such a comparator circuit?

Show answer

Correct answer: 4

Question 10

+3 marksNumerical answer

We want to implement A ⊙ B (A XNOR B) using 2:1 multiplexers. What is the minimum number of 2:1 multiplexers required?

Show answer

Correct answer: 2

Question 11

+3 marksNumerical answer

A circuit has four inputs: A, B, C, D and one output F. The output F is logic 1 if and only if exactly two of the four inputs are 0. In all other cases, the output is 0. What is the minimum number of minterms in the Sum of Products (SOP) expression for F?

Show answer

Correct answer: 6

Question 12

+3 marksNumerical answer
Show answer

Correct answer: 4

Question 13

+3 marksNumerical answer

Inscript Consider a mod-14 up counter with an initial state of 0011. What will be the state of the counter after 25 clock pulses?

Show answer

Correct answer: 0000

Question 14

+3 marksNumerical answer

Consider the circuit diagram using J-K flipflop as shown below. Assuming it was initially cleared to 0, state the output Y for the next 5 clock pulses.

Show answer

Correct answer: 10101

Question 15

+3 marksNumerical answer

Consider a 10-bit Johnson counter. What is the total number of unique states it can cycle through?

Show answer

Correct answer: 20

Question 16

+3 marksWritten answer

Consider a common bus architecture comprising of memory, and registers X, Y, Z. The control word format is given below.

What would be the control word if you intend to perform a register transfer from register X to register Z? Note: Enter the value in hexadecimal format (e.g. 0x24). Answers Case Sensitive : No

Show answer

Correct answer: 0x12

Question 17

+3 marksNumerical answer

A processor contains 256 registers in its register file. The ALU of the processor supports 8 operations: addition, subtraction, multiplication, division, AND, OR, XOR, and NOR. What is the minimum number of bits required by an instruction to perform a subtraction operation between two operands stored in the register file, and store the result in a third register?

Show answer

Correct answer: 27

Question 18

+3 marksNumerical answer

Consider the control word given below.

What is the maximum number of registers that can be stored in the instruction file?

Show answer

Correct answer: 8

Question 19

+3 marksWritten answer

What will be the hexadecimal machine code for the instruction? Note: Enter the value in hexadecimal format (e.g., 0x2438). Answers Case Sensitive : No

Show answer

Correct answer: 0x2E2D

Question 20

+3 marksNumerical answer

Perform 2’s complement subtraction of two numbers A = 22 and B = 47. What is the result of A − B in 8-bit binary format? (Note: Don’t use sign-magnitude form.)

Show answer

Correct answer: 11100111