PYQBOOK
Filter Questions
Found 475 question(s)
Q426
MCQ
GATE
CS
Hard
2 Marks
2020
DL → Number Representation
Consider three registers R1, R2, and R3 that store numbers in IEEE-754 single precision floating point format. Assume that R1 and R2 contain the values (in hexadecimal notation) 0x42200000 and 0xC1200000, respectively. If R3 = R1/R2, what is the value stored in R3?
Q427
NAT
GATE
CS
Medium
1 Mark
2020
DL → Combinational Circuits
If there are m input lines and n output lines for a decoder that is used to uniquely address a byte addressable 1 KB RAM, then the minimum value of m+n is
Q428
MCQ
GATE
CS
Medium
2 Marks
2020
DL → Combinational Circuits
Consider the Boolean function z(a,b,c). The circuit has inputs a, b, c. Input 'b' goes to a NOT gate. The NOT gate output and 'c' go to an AND gate. The AND gate output and 'a' go to an OR gate. The OR gate output is z. Which one of the following minterm lists represents the circuit given above?
Q429
NAT
GATE
CS
Easy
1 Mark
2020
DL → Combinational Circuits
A multiplexer is placed between a group of 32 registers and an accumulator to regulate data movement such that at any given point in time the content of only one register will move to the accumulator. The minimum number of select lines needed for the multiplexer is
Q430
MCQ
GATE
CS
Medium
2 Marks
2020
DL → Boolean Algebra