in Digital Logic retagged by
1,002 views
0 votes
0 votes

GO2019-FLT1-59 Assume the initial values of $K0$, $Q_0$ and $Q_1$ to be $1$.
Which of the following state transition tables correctly correspond to the circuit given above? (Note: $Q_{kN}$ and $Q_{kN+1}$ represent current and next state respctively)

 

  1. $\begin{array}{|c|c|c|c|} \hline Q_{1N} & Q_{0N} & Q_{1N+1} & Q_{0N+1} \\ \hline 1 & 1 & 1 & 0 \\ \hline 1 & 0 & 0 & 0 \\ \hline 0 & 0 & 1 & 1 \\ \hline \end{array}$
  2. $\begin{array}{|c|c|c|c|} \hline Q_{1N} & Q_{0N} & Q_{1N+1} & Q_{0N+1} \\ \hline 1 & 1 & 0 & 1 \\ \hline 0 & 1 & 0 & 0 \\ \hline 0 & 0 & 1 & 1 \\ \hline \end{array}$
  3. $\begin{array}{|c|c|c|c|} \hline Q_{1N} & Q_{0N} & Q_{1N+1} & Q_{0N+1} \\ \hline 1 & 1 & 1 & 0 \\ \hline 1 & 0 & 0 & 1 \\ \hline 0 & 1 & 1 & 1 \\ \hline \end{array}$
  4. $\begin{array}{|c|c|c|c|} \hline Q_{1N} & Q_{0N} & Q_{1N+1} & Q_{0N+1} \\ \hline 1 & 1 & 0 & 0 \\ \hline 0 & 0 & 0 & 1 \\ \hline 0 & 1 & 1 & 1 \\ \hline \end{array}$

 

in Digital Logic retagged by
1.0k views

4 Comments

Here K0= 1,it is not mentioned.
0
0
i am getting a is this correct
0
0
Q0 = Q1'Q0'+K0'Q0'

Q1 = Q0'Q1'+Q0Q1
0
0

@sandygate

yes, A is correct

0
0

2 Answers

0 votes
0 votes

(A) will be the answer

 

0 votes
0 votes
a is the correct option for this question.