Logic Circuits Flashcards
what types of logic gates are there
AND, OR, NOT,NOR,NAND,XOR,XNOR
What is an IC/”gate”
an electronic circuit that is constructed entirely on a single small chip of silicone
What is a Dual In Line package (DIP)
a type of electronic chip with 2 rows of pins
what is a fixed function logic
a category of digital integrated circuits having functions that cannot be altered
what is programmable logic
a category of integrated circuits capable of being programmed to perform specific functions
what is an ‘inverter’
performs the boolean NOT operation (X = ~ A)
- input is HIGH, output is LOW and vise versa
what is the ‘AND’ gate
X = A.B or X = AB
produces a HIGH output when all inputs are high
what is the ‘OR’ gate
X = A+B
produces HIGH output if any input is HIGH
- if all inputs are LOW, output is LOW
what is the ‘NAND’ gate
X = A.B (bar on top) = AB (bar)
produces LOW output when all inputs are HIGH, otherwise all output is HIGH
- universal gate
what is a ‘NOR’ gate
X = A + B (bar)
produces a LOW output if any input is HIGH
All HIGH = LOW
All LOW = HIGH
what is a ‘XOR’ gate
X = A(bar)B + AB(bar)
output is HIGH if inputs are different
what is a “XNOR” gate
X = AB bar + AB
produces a HIGH output if inputs are the same logic level
what is a complement
the inverse of a variable & is indicated with an overbar
what is a literal
a variable or its complement
what IC is used for Boolean addition
OR operation
what IC is used for Boolean multiplication
AND operation
How does the variable order affect the addition commutative laws
no difference
How does the variable order affect the multiplication commutative laws
no difference
How does the variable order affect the addition associative laws
when OR-ing more than 2 variables, the result is the same regardless of how it has been grouped
How does the variable order affect the multiplication associative laws
when AND-ing more than 2 variables, the result is the same regardless of how it has been grouped
what is DeMorgans 1st theorem
the complement of a product of variables is equal to the sum of the complemented variables
AB bar = A bar + B bar
what is DeMorgans 2nd theorem
the complement of a sum of variables id equal to the product of the complemented variables
A + B (BAR) = A bar . B bar
what occurs if a variable has 2 overbars
cancel out
A double bar = A
what is a karnaugh map
a tool for simplifying combinational logic
- simplify combinational logic by grouping cells and eliminating variables that change