3,200 views
8 8 votes

Consider a clocked sequential circuit as shown in the figure below. Assuming initial state to be Q1 Q0 = 00
For an input sequence X = 1010, the respective output sequence will be _______.

4 Answers

0 0 votes

Answer is 1011

D1

D0

Q1

Q0

Output Y

Q1 XOR X Q0 XOR Q1 0 0 X'Q1'+Q0'
when x=0, 0 xor 0 = 0 0 xor 0 = 0 0 0 1
when x=1, 0 xor 1 = 1 0 xor 0 = 0 1 0 0
when x=0, 1 xor 0 = 1 0 xor 1 = 1 1 1 1
when x=1, 1 xor 1 = 0 1 xor 1 = 0 0 0 1
Position:
Show:

Related questions

1 1 vote
0 0 answers
288
288 views
anon1 asked Aug 8, 2025
288 views
 Answer is A = B = 0, C = D = 1. Please check my solution and tell me where I went wrong. Also provide a solution with detailed explanation please about the analysis of ...
0 0 votes
0 0 answers
299
299 views
Nishant_Tanwar asked Jan 25, 2025
299 views
A 2421 code is given for decimal digits (0-9) and is converted to BCD code as MSB bit as D and LSB bit as A Find the number of minimum 2 input nand gates required to impl...
1 1 vote
1 1 answer
805
805 views
KrishnaVardhan asked Jan 22, 2025
805 views
The state transition That i got is 00->01->10->00->.... considering Q1 as MSB and Q0 as LSB.But in the answer they considered Q0 as MSB...Can someone clarify how to choos...
0 0 votes
1 1 answer
962
962 views