Combinational Circuits Flashcards
Small Scale Integration
~ 10 Boolean Gates
Medium Scale Integration
10 - 100 Boolean Gates
Large Scale Integration
100 - 30,000
Very Large Scale Integration
Up to 150,000 Boolean Gates
Very Very Large Scale Integration
Greater than 150,000 Boolean Gates
The branch of computer science that analyzes circuits and optimizations done at SSI/MSI level.
Logic Design
A combinational circuit
One where the output of a gate is never used as an input into it.
The output is only dependent on the inputs.
A sequential circuit
A circuit whose output depends on the present value of inputs as well as the sequence of past inputs.
Boolean Gate
A Boolean operator or connective mapped to a gate
K-map
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)