Sequential Circuits

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Combinatorial circuits

Circuits where each output depends only on the present values of the inputs.

2
New cards

Sequential Circuits

Circuits where outputs depends only on both the current inputs and the past history of the circuit (stored in memory elements).

3
New cards

State

The stored contents of the memory elements in a sequential circuit, representing its current condition.

4
New cards

State Transitions

When input value change, the circuit may either remain in the same state or move into a new state. Over time, the circuit follows a sequence of states.

5
New cards

Storage Elements

Circuit components that store logic signal values, enabling the memory behavior.

6
New cards

Alarm System

  • Input Set: Activates the alarm (triggers state change to “ON”).

  • Input Reset: Turns off the alarm (returns to “OFF” state).

  • Alarm must stay ON even if SET returns to 0 → requires memory.

7
New cards

Rudimentary Memory Element

A feedback loop made of two inverters:

  • If A = 0 → B = 1, circuit remains stable

  • If A = 1 → B = 0, circuit remains stable

  • The circuit has two possible states.

8
New cards

Limitations of Inverter Loop

Although it demonstrates memory, it is not practical because it lacks a controlled way to change states.

9
New cards

Practical Memory Circuits

Useful memory elements can be with logic gates (e.g., latches and flip-flops)