wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FlipFlop, Register

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

A latch is a:

a)

Monostable state device

b)

Bistable state device

c)

None of the above

2.

In an SR Active High latch, if S = 1 and R = 0, the output will be:

a)

Q = 0, Q̅ = 1

b)

Q = 1, Q̅ = 0

c)

Q = 1, Q̅ = 1

d)

Q = 0, Q̅ = 0

3.

What are the inputs that will cause the invalid state of an SR latch using NOR gates?

a)

S = 1, R = 0

b)

S = 0, R = 1

c)

S = 1, R = 1

d)

S = 0, R = 0

4.

Select the following types of Flip flop :

(Answer can be more than 1)

a)

JK Flip flop

b)

DE Flip flop

c)

SR Flip flop

d)

TU Flip flop

5.

The main difference between a latch and a flip-flop is :

(answer can be more than 1)

a)

Latch is bistable device, while Flip flop in Monostable device

b)

Flip Flop requires clock

c)

Latch requires clock

d)

Output of Flip flop changes depends on triggering clock

6.

Advantages of D Flip flop :

(answer can be more than 1)

a)

Simple Design With only one input , it’s easier to implement and less prone to input errors.

b)

D Flip-Flops are commonly used to store bits in registers, shift registers, and counters.

c)

Complex Design will cause the design has more gates

d)

Multiple D Flip-Flops can be easily connected in series like shift registers.

7.

1 bit enter into register per clock pulse, and shifted out 1 bit per clock pulse.

The following operation above, desribe a ________

a)

Serial in Serial Out (SISO)

b)

Serial in Parallel Out (SIPO)

c)

Parallel in Serial Out (PISO)

d)

Parallel in Parallel Out (PIPO)

8.

The following Shift Register is :

a)

SISO

b)

SIPO

c)

PISO

d)

PIPO

9.

The figure below shows the circuit of ________ where it is one of Shift Register application. Name the following :

a)

Johnson Counter

b)

Johnny Counter

c)

Ring Counter

d)

Pyramid Counter

10.

Description :

It’s basically a shift register where the output of the last flip-flop is connected back to the input of the first.

Uses D-type flip-flops (typically)

  • Only one flip-flop is HIGH (1) at any time; all others are LOW (0).

Based on description above, choose the right counter

a)

Johnson Counter

b)

Ring counter