Combinational Circuits Flashcards

1
Q

Small Scale Integration

A

~ 10 Boolean Gates

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

Medium Scale Integration

A

10 - 100 Boolean Gates

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

Large Scale Integration

A

100 - 30,000

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

Very Large Scale Integration

A

Up to 150,000 Boolean Gates

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

Very Very Large Scale Integration

A

Greater than 150,000 Boolean Gates

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

The branch of computer science that analyzes circuits and optimizations done at SSI/MSI level.

A

Logic Design

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

A combinational circuit

A

One where the output of a gate is never used as an input into it.

The output is only dependent on the inputs.

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

A sequential circuit

A

A circuit whose output depends on the present value of inputs as well as the sequence of past inputs.

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

Boolean Gate

A

A Boolean operator or connective mapped to a gate

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

K-map

A

Karnaugh map

An efficient way to simplify circuits

Automatically converts any Boolean expression to either a sum of products (ORs of ANDs) or product of sums (ANDs of ORs)

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