Number Systems and Conversion Flashcards
(8 cards)
Digital systems may be divided roughly into what three parts?
- System design
- Logic design
- Circuit design
______ design involves breaking the overall system into subsystems and specifying the characteristics of each subsystem.
System
____ design involves determining how to interconnect basic logic building blocks to perform a specific function.
Logic
_____ design involves specifying the interconnection of specific components such as resistors, diodes, and transistors to form a gate, flip-flop, or other logic building block.
Circuit
In a ____ circuit, the output values depend only on the present value of the inputs and not on past values.
Combinational
In a ____ circuit, the outputs depend on both the present and past input values.
Sequential
The basic building blocks used to construct combinational circuits
Logic gates
The basic memory elements used in the design of sequential circuits
Flip-flops