Chapter Four - Gates and Circuits Flashcards
1
Q
NOT gate?
A
- INVERTS its single input value (0 becomes 1, 1 becomes 0)
- X(output signal) = A’
2
Q
AND gate?
A
- 1 if both input values are 1, otherwise 0
- X = A (dot) B
3
Q
OR gate?
A
- 0, if 0 0, otherwise 1
- X = A + B
4
Q
XOR gate?
A
- 00, 11 produce 0; 01, or 10 produce 1
- X = A (+ and circle around it) B
5
Q
NAND and NOR gate?
A
- opposite results of AND and OR
NAND > X = (A dot B)’
NOR > X = (A+B)’
6
Q
gate?
A
- device that performs basic OPERATION on ELECTRIC SIGNALS, accepting 1+ signals and producing SINGLE signal.
7
Q
circuit?
A
- combination of GATES designed to complete specific function
8
Q
logic diagram?
A
- GRAPHICAL REPRESENTATION of CIRCUIT (each type of GATE has own SYMBOL)
9
Q
truth table?
A
- table showing all POSSIBLE INPUT VALUES & assiociated OUTPUT VALUES
10
Q
transistor?
A
- device that acts as a WIRE/RESISTER, depending on VOLTAGE level of INPUT signal;
11
Q
semi-conductor?
A
- neither good conductor(copper) nor good insulator(rubber);»_space; silicon
12
Q
combinational circuit?
A
- circuit whose output is SOLELY determined by INPUT values;
13
Q
sequential circuit?
A
- output is a function of INPUT values and CURRENT STATE of circuit;
14
Q
circuit equivalence
A
- BOTH circuits produce same OUTPUT for input value combinations (distributive law)
15
Q
adder
A
- circuit that performs ADDITION on binary