Logic Gates Flashcards
Logic gate
The basic foundation of a digital circuit that controls the flow of electronic signals
Digital circuit
A circuit where electronic signals are one of two values, high voltage (1) or low voltage (0)
Voltage
Energy pre unit charge
Microprocessor
An integrated circuit that provides the same functions of a CPU
Truth table
A way of showing every outcome of a logic gate
Complete a logic statement for AND gate (2)
X=A AND B
X=A.B
AND gate
Both inputs have to be 1 for and outcome to be 1
Complete a logic statement for OR gate(2)
X=A OR B
X=A+B
OR gate
Any input should be 1 for an output to be 1
How many inputs are there in a NOT gate?
1
Complete a logic statement for a NOT gate(2)
X=NOT A
X=A’
What is the line called in X=A’?
Vinculum
When an input of a NOT gate is 1
Output is 0
Complete a logic statement for a NAND gate
X=NOT (A AND B)
____
X=A.B
How can a single NAND gate be replaced?
By an AND gate going through a NOT gate