wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CH06-Sequential Circuits

Total questions: 12

Worksheet time: 11mins

Name
Class
Date
1.

What makes a circuit sequential (vs. combinational)?

a)

Output depends only on inputs

b)

Output depends on current inputs + stored state

c)

Output depends only on previous inputs

d)

Output depends only on the clock

2.

Minimum flip-flops: your ASM has 11 states. How many FFs (binary)?

a)

3

b)

4

c)

5

d)

6

3.

You see an ASM where all outputs are inside state boxes and none on arrows. What model?

a)

Mealy

b)

Moore

c)

Mixed

d)

Neither

4.

Delay insert: Clock T=0.5 s. A motor must start 1.5 s after a button press (Moore; one tick per state). How many extra states?

a)

2

b)

3

c)

4

d)

5

5.

Moore outputs placement In a pure Moore chart, where do outputs belong?

a)

On arrows

b)

In ovals

c)

Inside state boxes

d)

Only at reset

6.

Time across a path: Clock T=0.25 s. Path is S0 → S1 → S2 → S3 (hold **2 ticks total**) → S4. Total time?

a)

1.00 s

b)

1.25 s

c)

1.50 s

d)

1.75 s

7.

If the minimum holds You must show MSG state for 5 s with clock T=0.5 s. How many consecutive states list MSG?

a)

3

b)

4

c)

10

d)

6

8.

Build a 4-second hold in Moore with T=0.5 s. Minimum pattern?

a)

R1(READY) → R2(READY)

b)

R1 → R2 → R3

c)

R1→R2→R3→R4→R5→R6→R7→R8 (8 states)

d)

R1→R2→R3→R4→(loop R4)

9.

Where does reset go and what must it show?

a)

A diamond labeled RESET at the end

b)

A shared diamond before all states

c)

An arrow labeled RESET to the initial state

d)

A Mealy oval at OFF

10.

For the given ASM chart: What is the minimum number of flip-flops (state bits) needed?

a)

2

b)

3

c)

4

d)

5

11.

For the given ASM chart: How many output signals does the system have?

a)

2

b)

3

c)

4

d)

5

12.

For the given ASM chart: Is it a Mealy or Moore state machine?

a)

Mealy

b)

Moore

c)

Both

d)

Neither