in Digital Logic edited by
330 views
1 vote
1 vote

 to complete the circuit what is the value of X?? A) Q2' B) Q1 + Q2  C) (Q1 ex-or Q2)'  D) (Q1 ex-or Q2)

in Digital Logic edited by
330 views

1 Answer

0 votes
0 votes

Truth Table

 Q  Q  T  T
 0  0  1  0
 1  0  0  1
 1  1  1  0
 0  1  0  1

X = T = Q1 exor Q2

3 Comments

i didn't get T2 in second line why T2 is 0. Plz explain??
0
0

Tis 0 because value of Q(i.e, 1) does not change on next clock transition. In row 2 and 3, Qhas same value 1. All values of Tand Tare calculated in similar way.

0
0
my doubt is T2= Q1'  so first line  T2 =1 and second line if Q1= 0 so T2 =1 but it is zero so it does not depend on Q1..and i also getting ur point is T2 =0 because i devlop a sequencr string according to move but i think T2  why not depends on Q1'..plz explain????
0
0