Chapter 3: Digital Logic Structures Flashcards
MOS Transistors
(metal-oxide semiconductor) Makes or breaks a closed circuit Two-Types: p-type n-type Both operate logically (i.e. like switches)
3 Terminals of a MOS Transistor
gate
source
drain
n-type transistor
Closed circuit if _______
Open circuit if _______
Closed: some amount of voltage (i.e. 2.9 volts)
Open: 0 volts
p-type transistor
Closed circuit if _______
Open circuit if _______
Opposite (i.e. complementary) to n-type transistor
Closed: 0 volts
Open: some amount of voltage (i.e. 2.9 volts)
CMOS circuits
contain both n-type and p-type transistors
Complementary Metal-Oxide Semiconductor
NOT gate
aka “Inverter”
an electronic circuit that implements the NOT logic function.
NOR gate
an electronic circuit that implements the NOT-OR logic function.
(exactly the opposite of the OR function)
OR gate
an electronic circuit that implements the OR logic function.
achieved by adding an inverter (NOT gate) to a NOR gate.
AND gate
an electronic circuit that implements the AND logic function.
achieved by adding an inverter (NOT gate) to a NAND gate.
NAND gate
an electronic circuit that implements the NOT-AND logic function.
DeMorgan’s Law
“it is not the case that both A and B are false” is equivalent to “at least one of A and B is true”
(see paper note-card for symbolic representation)
An n-input AND gate has an output value of 1 only if ____ n input variables have values of __.
ALL
1
An n-input OR gate has an output value of 1 if ____ of the n input variables has a value of __.
ANY
1
An n-input OR gate has an output value of 0 only if ____ n input variables have values of __.
ALL
0
An n-input AND gate has an output value of 0 if ____ of the n input variables has a value of __.
ANY
0