271 views

2 Answers

0 votes
0 votes

Find the equation of Next State, Qn = D (from D F-F) = Q.X' + Q'.Y (here Q is previous state)

If we draw the characteristics table of Y X Q to find Qn using the above equation:

Y X Q  Qn

0 0 0  0

0 0 1  1

0 1 0  0

0 1 1  0

1 0 0  1

1 0 1  1

1 1 0  1

1 1 1  0 

(YX->Qn) : (00-latch mode, 01-reset mode, 10-set mode, 11-toggle mode)

So, It is J K Flip-flop with J=Y and K=X.

Answer is D.

0 votes
0 votes

State Equation of given Diagram is Q(t+1) =Q.X' + Q'.Y 

and  State Equation of J-K FlipFlop is Q(t+1) =Q.K' + Q'.J 

Comparing both equation we get X=K and Y=J

hence d)

Related questions


Deprecated: Implicit conversion from float-string "1702093262.873" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1702093262.873" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1702093262.873" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1702093262.873" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1698760756.641" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1698760756.641" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1698760756.641" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1698760756.641" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1682513995.596" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1682513995.596" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1682513995.596" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1682513995.596" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
158
views
1 answers
1 votes
prajjwal_191 asked Dec 9, 2023
158 views
Why NAND gate is preferred over NOR gate?
318
views
0 answers
3 votes
thehitchh1ker asked Oct 31, 2023
318 views
The standard approach for solving such problem is as follows:This approach gives us the equation for $S$ & $R$ in terms of $T, Q$ as$S = T\overline Q \qquad \to (1)$$R = ...
349
views
1 answers
0 votes
dvlken asked Oct 16, 2023
349 views
2. Simplify the following Boolean expressions to a minimum number of literals: (a + b + c’)(a’b’ + c) 3. Draw logic diagrams of the circuits that implement the orig...
189
views
1 answers
0 votes
Dknights asked Apr 26, 2023
189 views
How to get product of sum, if I have sum of product?