1
GATE CSE 2004
MCQ (Single Correct Answer)
+2
-0.6
The microinstructions stored in the control memory of a processor have a width of $$26$$ bits. Each microinstruction is divided into three fields: a micro-operation of $$13$$ bits, a next address field $$(X),$$ and a $$MUX$$ select field $$(Y).$$ There are $$8$$ status bits in the inputs of the $$MUX$$. GATE CSE 2004 Computer Organization - Alu Data Path and Control Unit Question 7 English

How many bits are there in the $$X$$ and $$Y$$ fields, and what is the size of the control memory in number of words?

A
$$10,3, 1024$$
B
$$8, 5, 256$$
C
$$5, 8. 2048$$
D
$$10, 3, 512$$
2
GATE CSE 2004
MCQ (Single Correct Answer)
+2
-0.6
$$A$$ $$4$$-bit carry look ahead adder, which adds two $$4$$-bit numbers, is designed using $$AND,$$ $$OR,$$ $$NOT,$$ $$NAND,$$ $$NOR$$ gates only. Assuming that all the inputs are available in both complemented and uncomplemented forms and the delay of each gate is one time unit, what is the overall propagation delay of the adder? Assume that the carry network has been implemented using two-level $$AND$$-$$OR$$ logic.
A
$$4$$ times units
B
$$6$$ time units
C
$$10$$ time units
D
$$12$$ time units
3
GATE CSE 2004
MCQ (Single Correct Answer)
+1
-0.3
What is the result of evaluating the following two expressions using three $$-$$ digit floating point arithmetic with rounding?
$$\eqalign{ & \left( {113. + - 111.} \right) + 7.51 \cr & 113. + \left( { - 111. + 7.51} \right) \cr} $$
A
$$9.51$$ and $$10.0$$ respectively
B
$$10.0$$ and $$9.51$$ respectively
C
$$9.51$$ and $$9.51$$ respectively
D
$$10.0$$ and $$10.0$$ respectively
4
GATE CSE 2004
MCQ (Single Correct Answer)
+1
-0.3
Given the following input (4322, 1334, 1471, 9679, 1989, 6171, 6173, 4199) and the hash function x mod 10, which of the following statements are true?
i) 9679, 1989, 4199 hash to the same value
ii) 1471, 6171 has to the same value
iii) All elements hash to the same value
iv) Each element hashes to a different value
A
i only
B
ii only
C
i and ii only
D
iii or iv