Sequential Circuits Lecture

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

flashcard set

Earn XP

Description and Tags

Fill in the blank flashcards covering concepts related to sequential circuits, latches, flip-flops, and timing considerations.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

RAM = __.

Random Access Memory; 8GB = 8 billion bytes

2
New cards

2.2 GHz = __.

2.2 billion clock pulses per second

3
New cards

Combinational circuits are circuits where the output values are __ from current inputs.

entirely dependent and predictable

4
New cards

Sequential circuits depend on __ of the circuit.

both the current inputs and the previous state

5
New cards

Sequential circuits allow the same input values to result in __ outputs.

different

6
New cards

Feedback in circuits helps in creating __.

sequential circuits

7
New cards

Gate Delay is described as __.

the length of time it takes for an input change to result in the corresponding output change

8
New cards

A feedback circuit example using AND shows that when A=0, QT+1 becomes __, regardless of QT.

0

9
New cards

In an OR gate feedback circuit example, if A=1, QT+1 becomes __, regardless of QT.

1

10
New cards

NAND and NOR gates with feedback have __ characteristics for storage devices.

more interesting

11
New cards

If A=0 in a NAND circuit, output Q will go to __.

1

12
New cards

If A=1 in a NAND circuit, Q's value can __.

change

13
New cards

The term 'unsteady state' in NAND refers to the inability to store __.

0 long

14
New cards

In NOR circuits, setting A=1 leads output Q to __.

0

15
New cards

Latches are formed when multiple gates of these types are __ together.

combined

16
New cards

In a SR latch, when S and R start as 1 and 0, R sets the output Q to __.

1

17
New cards

The state of a latch is considered __ when S and R are both 1.

forbidden

18
New cards

Unstable behaviour occurs when inputs go from 00 to __.

11

19
New cards

Clock signals are useful for indicating when the output may be __.

sampled

20
New cards

When clock signals are high, it indicates to update the __ of the latch.

output

21
New cards

Setup time refers to how long before the clock edge the input should be __.

stable

22
New cards

Hold time talks about how long after the clock edge the input needs to remain __.

stable

23
New cards

A clocked SR latch introduces an additional __ signal.

control input C

24
New cards

Clocking a SR latch prevents changes from reaching the second stage of __ gates.

NAND

25
New cards

The D latch design avoids __ problems.

indeterminate state

26
New cards

In a D latch, the value of D sets output __ whenever C is high.

Q low or high

27
New cards

If both S and R are high, the state of Q becomes __.

indeterminate

28
New cards

Synchronous reset in a flip-flop resets Q to 0 on the __ edge of the clock.

active

29
New cards

A shift register can store a multi-bit value such as a __.

16-bit integer

30
New cards

To load values all at once in a register, signals are fed into each __.

flip-flop

31
New cards

Load registers' values are maintained until __ changes.

the enable signal (EN) high