1. A flip flop is a _______ circuit ?

Combinational

Sequential

Both A and B

None

Answer: Sequential

Explanation:


2. In an SR latch built from NOR gates, which condition is not allowed ?

S=0, R=0

S=0, R=1

S=1, R=0

S=1, R=1

Answer: S=1, R=1

Explanation:


3. A D-flip-flop is said to be transparent when ?

the output is LOW

the output is HIGH

the output follows clock

the output follow input

Answer: the output follow input

Explanation:


4. How many stable state/states present in flip-flop ?

1

0

2

4

Answer: 2

Explanation:

Flip flop is a bistable multivibrator, so it has 2 stable states


5. A single flip-flop can be cleared (reset) to ?

1

0

Both A and B

None

Answer: 0

Explanation:


6. If J = K (J and K are shorted) in a JK flip-flop, what circuit is made ?

SR flip-flop

Shorted JK flip-flop

T flip-flop

K flip-flop

Answer: T flip-flop

Explanation:

A T flip-flop toggles its output when a 1 is provided at input, otherwise output does not change. It is actually a JK flip-flop with the J and K inputs shorted.


7. A digital circuit that can store on bit is a ?

gate

XOR gate

flip-flop

registor

Answer: flip-flop

Explanation:


8. In the toggle mode a JK flip-flop has ?

J = 0, K = 0

J = 1, K = 1

J = 0, K = 1

J = 1, K = 0

Answer: J = 1, K = 1

Explanation:

J = 0, K = 0; no change condition between pre-state and next state. J = 0, K = 1; it is always reset condition means next state is always 0. J = 1, K = 0; it is always set condition means next state is always 1. J = 1, K = 1; it is toggle condition means when pre-state is 1 then next state is 0 or when pre-state is 0 then next state is 1


9. The momentary change in the output/state of the flip-flops is known as ?

tri-state

unstable state

inverter

trigger

Answer: trigger

Explanation:


10. The state of a flip-flop can be switched by changing its ________ signals ?

input

output

triggering

clearing

Answer: input

Explanation: