uiz Space

September 2024 term · Computer System Design · BSCS3031

Computer System Design End Term: 22 December 2024 (September 2024 term)

The IIT Madras BS Computer System Design (Computer System Design) End Term paper sat on 22 Dec 2024, in the September 2024 term: 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
8
Numerical
10
Written
2

Updated

Official paper: IIT M DEGREE AN EXAM QDB3 22 Dec 2024 · No negative marking.

Question 1

+1 markOne correct option

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

  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, 5 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 64 million transistors in 8 years.

  1. A

    TRUE

  2. B

    FALSE

Show answer

Correct answer

  • B

    FALSE

Question 6

+3 marksNumerical answer
Show answer

Correct answer: 2

Question 7

+3 marksNumerical answer
Show answer

Correct answer: 2

Question 8

+3 marksNumerical answer
Show answer

Correct answer: 4

Question 9

+3 marksNumerical answer
Show answer

Correct answer: 6

Question 10

+3 marksNumerical answer

Consider a mod-10 up counter with an initial state of 0101. What will be the state of the counter after 23 clock pulses?

Show answer

Correct answer: 1000

Question 11

+3 marksNumerical answer
Show answer

Correct answer: 1111

Question 12

+3 marksNumerical answer
Show answer

Correct answer: 192

Question 13

+3 marksWritten answer
Show answer

Correct answer: 0x09

Question 14

+3 marksNumerical answer

A processor contains 64 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: 21

Question 15

+3 marksNumerical answer
Show answer

Correct answer: 8

Question 16

+3 marksWritten answer

Suppose we want to execute a data movement instruction, where we move the data present in register R12R_{12} to register R7R_7.

Instruction: MOV RdR_d, RrR_r

RdR_d: Destination register, RrR_r: Source register

Operands: 0≤d≤31,0≤r≤310 \le d \le 31, 0 \le r \le 31

Instruction Format:

001011rddrdrrrdd

What will be the hexadecimal machine code for the instruction?

Note: Enter the value in hexadecimal format(e.g. 0x2438).

Show answer

Correct answer: 0x2E39

Question 17

+3 marksNumerical answer
Show answer

Correct answer: 00001101

Question 18

+3 marksOne correct option
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • A

Question 19

+3 marksOne correct option
  1. A

    Two input XNOR gate as with Y and Z as input

  2. B

    Two input XNOR gate as with X and Y as input

  3. C

    Two input XOR gate as with X and Y as input

  4. D

    Two input NOR gate as with Y and Z as input

  5. E

    Two input NAND gate as with X and Y as input

Show answer

Correct answer

  • B

    Two input XNOR gate as with X and Y as input

Question 20

+3 marksOne correct option
  1. A
  2. B
  3. C
  4. D
  5. E
Show answer

Correct answer

  • E