![]() |
VOOZH | about |
Question 1
Consider the data given in Q50 question. If all the flip-flops were reset to 0 at power on, what is the total number of distinct outputs (states) represented by PQR generated by the counter?
3
4
5
6
Question 2
Consider the following circuit involving three D-type flip-flops used in a certain type of counter configuration.
If at some instance prior to the occurrence of the clock edge, P, Q and R have a value 0, 1 and 0 respectively, what shall be the value of PQR after the clock edge?
000
001
010
011
Question 3
The minimum number of D flip-flops needed to design a mod-258 counter is.
9
8
512
258
Question 4
In the sequential circuit shown below,if the initial value of the output Q1Q0 is 00,what are the next four values of Q1Q0?
11, 10, 01, 00
10, 11, 01, 00
10, 00, 01, 11
11, 10, 00, 01
Question 5
Given the following state table of an FSM with two states A and B, one input and one output:
| Present State A | Present State B | Input | Next State A | Next State B | Output |
0 | 0 | 0 | 0 | 0 | 1 |
0 | 1 | 0 | 1 | 0 | 0 |
1 | 0 | 0 | 0 | 1 | 0 |
1 | 1 | 0 | 1 | 0 | 0 |
0 | 0 | 1 | 0 | 1 | 0 |
0 | 1 | 1 | 0 | 0 | 1 |
1 | 0 | 1 | 0 | 1 | 1 |
1 | 1 | 1 | 0 | 0 | 1 |
If the initial state is A=0, B=0, what is the minimum length of an input string which will take the machine to the state A=0, B=1 with Output = 1?
3
4
5
6
Question 6
A
B
C
D
Question 7
Consider the following circuit with initial state Q0 = Q1 = 0. The D Flip-flops are positive edged triggered and have set up times 20 nanosecond and hold times 0.
Consider the following timing diagrams of X and C; the clock period of C <= 40 nanosecond. Which one is the correct plot of Y?
a
b
c
d
Question 8
Consider the circuit given below with initial state Q0 =1, Q1 = Q2 = 0. The state of the circuit is given by the value 4Q2 + 2Q1 + Q0
Which one of the following is the correct state sequence of the circuit?
1,3,4,6,7,5,2
1,2,5,3,7,6,4
1,2,7,3,5,6,4
1,6,5,7,2,3,4
Question 9
Consider a 4 bit Johnson counter with an initial value of 0000. The counting sequence of this counter is:
0, 1, 3, 7, 15, 14, 12, 8, 0
0, 1, 3, 5, 7, 9, 11, 13, 15, 0
0, 2, 4, 6, 8, 10, 12, 14, 0
0, 8, 12, 14, 15, 7, 3, 1, 0
Question 10
A positive edge-triggered D flip-flop is connected to a positive edge-triggered JK flipflop as follows. The Q output of the D flip-flop is connected to both the J and K inputs of the JK flip-flop, while the Q output of the JK flip-flop is connected to the input of the D flip-flop. Initially, the output of the D flip-flop is set to logic one and the output of the JK flip-flop is cleared. Which one of the following is the bit sequence (including the initial state) generated at the Q output of the JK flip-flop when the flip-flops are connected to a free-running common clock? Assume that J = K = 1 is the toggle mode and J = K = 0 is the state-holding mode of the JK flip-flop. Both the flip-flops have non-zero propagation delays.
0110110...
0100100...
011101110...
011001100...
There are 26 questions to complete.