Logic Gates Definitions Flashcards

(20 cards)

1
Q

Combinational Circuit

A

A logic circuit whose output depends only on the current inputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sequential Circuit

A

A logic circuit whose output depends on both current inputs and past inputs (i.e., history).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Examples of Combinational Circuits

A

Adders, Subtractors, Multiplexers, Demultiplexers, Encoders, Decoders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Basic Building Block of Sequential Circuits

A

Flip-Flops (e.g., SR, D, T, JK)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Clock Signal

A

Used in sequential circuits to synchronize changes in state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does combinational circuit output behave

A

Changes instantly with input change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Sequential Circuit Output

A

May change on a clock edge due to memory elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Moore Machine?

A

Output depends only on current state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Mealy Machine

A

Output depends on current state and input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which circuit type has feedback?

A

Sequential circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Flip-Flop

A

A bistable device used to store 1 bit of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

State Diagram

A

Graphical representation of states and transitions in sequential circuits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Truth Table

A

Used in combinational circuits to show input-output mapping.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Timing Diagram

A

Used in sequential circuits to show signal behavior over time. Shows a graphical representation of clock and all other input signals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can a combinational circuit remember past inputs?

A

No, it has no memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which circuits are memoryless and react instantly to input changes?

A

Combinational Circuits

17
Q

Which machine can respond faster to input changes: Mealy or Moore?

A

Mealy Machine

18
Q

What kind of diagram represents state transitions in a sequential circuit?

A

State Diagram

19
Q

What’s the key feature that distinguishes sequential circuits from combinational ones?

A

They have memory and feedback.

20
Q

Which type of logic circuit uses feedback loops?

A

Sequential Circuits