Digital Logic Design GATE CS and IT previous year questions with Answer


Ques 21 Gate 2016 Set-2


Consider an eight-bit ripple-carry adder for computing the sum of A and B, where A and B are integers represented in 2’s complement form. If the decimal value of A is one, the decimal value of B that leads to the longest latency for the sum to stabilize is _____________


a is the correct answer.


Ques 22 Gate 2016 Set-2


Let, x1⊕x2⊕x3⊕x4= 0 where x1, x2, x3, x4 are Boolean variables, and ⊕ is the XOR operator. Which one of the following must always be TRUE ?

A

x1x2x3x4=0

B

x1x3+x4=0

C

x'1⊕x'3=x'2⊕x'4

D

x1+x2+x3+x4=0



Ques 23 Gate 2016 Set-1


We want to design a synchronous counter that counts the sequence 0-1-0-2-0-3 and then repeats. The minimum number of J-K flip-flops required to implement this counter is


a is the correct answer.


Ques 24 Gate 2016 Set-1


The 16-bit 2’s complement representation of an integer is 1111 1111 1111 0101; its decimal representation is


a is the correct answer.


Ques 25 Gate 2016 Set-1


Consider a carry lookahead adder for adding two n-bit integers, built using gates of fan-in at most two. The time to perform addition using this adder is

A

Θ(1)

B

Θ(log (n))

C

Θ(√ n)

D

Θ(n)



Ques 26 Gate 2016 Set-1


Consider the Boolean operator # with the following properties:

x#0 = x, x#1 = x', x#x = 0 and x#x'= 1

Then x#y is equivalent to

A

x'y + xy'

B

xy' + (xy)

C

x'y + xy

D

xy + (xy)'



Ques 27 Gate 2015 Set-2


The minimum number of JK flip-flops required to construct a synchronous counter with the count sequence (0, 0, 1, 1, 2, 2, 3, 3, 0, 0,...) is ________


a is the correct answer.


Ques 28 GATE 2015 SET-2


A half adder is implemented with XOR and AND gates. A full adder is implemented with two half adders and one OR gate. The propagation delay of an XOR gate is twice that of an AND/OR gate. The propagation delay of an AND/OR gate is 1.2 microseconds. A 4-bit ripple-carry binary adder is implemented by using full adders. The total propagation time of this 4-bit binary adder in microseconds is ______.



Ques 29 Gate 2015 Set-1


Consider a 4 bit Johnson counter with an initial value of 0000. The counting sequence of this counter is

A

0,1,3,7,15,14,12,8,0

B

0,2,4,6,8,10,12,14,0

C

0,8,12,14,15,7,3,1,0

D

0,1,3,5,7,9,11,13,15,0



Ques 30 Gate 2015 Set-1


Which one of the following is NOT equivalent to p ↔ q?

A

(┐p ˅ q) ˄ (p ˅ ┐q)

B

(┐p ˅ q) ˄ (q → p)

C

(┐p ˄ q) ˅ (p ˄ ┐q)

D

(┐p ˄ ┐q) ˅ (p ˄ q)