Digital Logic


Question 1
Consider the IEEE-754 single precision floating point numbers P=0xC1800000 and Q=0x3F5C2EF4.
Which one of the following corresponds to the product of these numbers (i.e., P x Q), represented in the IEEE-754 single precision format?
A
0x404C2EF4
B
0x405C2EF4
C
0xC15C2EF4
D
0xC14C2EF4
GATE CSE 2023      Number System
Question 2
A Boolean digital circuit is composed using two 4-input multiplexers (M1 and M2) and one 2-input multiplexer (M3) as shown in the figure. X0-X7 are the inputs of the multiplexers M1 and M2 and could be connected to either 0 or 1. The select lines of the multiplexers are connected to Boolean variables A, B and C as shown.

Which one of the following set of values of (X0, X1, X2, X3, X4, X5, X6, X7) will realise the Boolean function \bar{A}+\bar{A}\cdot \bar{C}+A\cdot \bar{B}\cdot C ?
A
(1, 1, 0, 0, 1, 1, 1, 0)
B
(1, 1, 0, 0, 1, 1, 0, 1)
C
(1, 1, 0, 1, 1, 1, 0, 0)
D
(0, 0, 1, 1, 0, 1, 1, 1)
GATE CSE 2023      Combinational Circuit


Question 3
Consider a sequential digital circuit consisting of T flip-flops and D flip-flops as shown in the figure. CLKIN is the clock input to the circuit. At the beginning, Q1, Q2 and Q3 have values 0, 1 and 1, respectively.

Which one of the given values of (Q1, Q2, Q3) can NEVER be obtained with this digital circuit?
A
(0, 0, 1)
B
(1, 0, 0)
C
(1, 0, 1)
D
(1, 1, 1)
GATE CSE 2023      Sequential Circuit
Question 4
A particular number is written as 132 in radix-4 representation. The same number in radix-5 representation is _____.
A
158
B
118
C
110
D
98
GATE CSE 2023      Number System
Question 5
The output of a 2-input multiplexer is connected back to one of its inputs as shown in the figure.

Match the functional equivalence of this circuit to one of the following options.
A
D Flip-flop
B
D Latch
C
Half-adder
D
Demultiplexer
GATE CSE 2023      Combinational Circuit




There are 5 questions to complete.

13 thoughts on “Digital Logic”

  1. Question number 42 in the Digital Logic subject is not part of Boolean Algebra, it should be present in the propositional logic section on Discrete Mathematics.

    Reply

Leave a Comment