PYQBOOK
Filter Questions
Found 475 question(s)
Q111
NAT
GATE
CS
Medium
1 Mark
2024
DL → Number Representation
A particular number is written as 132 in radix-4 representation. The same number in radix-5 representation is
Q112
MCQ
GATE
CS
Medium
1 Mark
2024
DL → Number Representation
Consider a system that uses 5 bits for representing signed integers in 2's complement format. In this system, two integers A and B are represented as A=01010 and B=11010. Which one of the following operations will result in either an arithmetic overflow or an arithmetic underflow?
Q113
MSQ
GATE
CS
Medium
2 Marks
2024
DL → Logic Gates
Consider a circuit where an input X is connected directly to one input of an AND gate, and the other input of the AND gate is connected to X through a NOT gate. Which of the following statements about the circuit is/are CORRECT?
Q114
NAT
GATE
CS
Medium
2 Marks
2024
DL → Combinational Circuits
Consider a digital logic circuit consisting of three 2-to-1 multiplexers M1, M2, and M3. M3 selects between M1 (C=0) and M2 (C=1). For inputs X1=1, X2=1, X3=0, X4=0, the number of combinations of select lines A, B, C that give the output Y=1 is
Q115
MCQ
GATE
CS
Medium
1 Mark
2024
DL → Sequential Circuits