1,148 views
1 votes
1 votes

An AB flip flop is constructed from a JK flip flop as shown in the figure. The expression for the next state Qn + 1 is

2 Answers

0 votes
0 votes
A B J K Q(n+1)
0 0 1 1 1
0 1 1 Qn Qn'
1 0 1 1 1
1 1 0 0 0

Q(n+1) = A'B' + AB' + A'BQn'

              = B' + A'BQn'

              = B' + A'Qn'   -------(Answer)

0 votes
0 votes

For J-K flip flop, Q next is

Qn +1 = JQ' + K'Q

 

Where J = A' + B'

              K = B

Qn + 1 =(A' + B')Q' + B'Q

            = A'Q' + B'Q' +B'Q

           =  A'Q' + B' 

Related questions

0 votes
0 votes
0 answers
1
deba1014 asked 5 days ago
51 views
What is the maximum n-bit number in base x ,when represented in decimal(10)?
0 votes
0 votes
2 answers
3
rajveer43 asked Jan 12
198 views
The number of full and half-adders required to add $32$-bit numbers is______________________
0 votes
0 votes
0 answers
4
Redcom1988 asked Dec 23, 2023
193 views
Design a counter according to the state diagram above using only NAND gates and JK Flip-flops (if needed) complete with state tables