Question 1
In a 4-bit system, the one’s complement of the binary number 1100 is 0011.
True
False

The IIT Madras BS Computer System Design (Computer System Design) End Term paper sat on 31 Aug 2025, in the May 2025 term, set QDB1: 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.
In a 4-bit system, the one’s complement of the binary number 1100 is 0011.
True
False
Correct answer
True
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.
True
False
Correct answer
True
In a system with 64 unique states, 6 flipflops are sufficient to represent all the states.
True
False
Correct answer
True
In a decoder, at any point, exactly one of the outputs is 1 and all the rest are 0s.
True
False
Correct answer
True
According to Moore’s law, if a computer system has 2 million transistors today, then it will have approximately 32 million transistors in 8 years.
True
False
Correct answer
True
Correct answer
Correct answer: 3
Correct answer: 5
Correct answer: 5
Correct answer: 2
Correct answer: 6
Correct answer: 3
Consider a mod-12 up counter with an initial state of 0011. What will be the state of the counter after 25 clock pulses?
Correct answer: 0100
Correct answer: 0000
Consider a 9-bit Johnson counter. What is the total number of unique states it can cycle through?
Correct answer: 18
Consider a common bus architecture comprising of memory, and registers X, Y, Z.
The control word format is given below.
| Memory | Register X | Register Y | Register Z | ||||
|---|---|---|---|---|---|---|---|
| Read | Write | Input | Output | Input | Output | Input | Output |
What would be the control word if you intend to perform a register transfer from register Y to register Z?
Note: Enter the value in hexadecimal format(e.g. 0x24).
Correct answer: 0x06
Correct answer: 24
Correct answer: 4
Suppose we want to execute a data movement instruction, where we move the data present in register to register .
Instruction: MOV
: Destination register, : Source register
Operands:
Instruction Format:
| 0010 | 11rd | drdr | rrdd |
|---|
What will be the hexadecimal machine code for the instruction?
Note: Enter the value in hexadecimal format (e.g., 0x2438).
Correct answer: 0x2D4D
Correct answer: 11101010