Transistors, Logic Gates, and Combinational Logic Flashcards
Transistor
electrical device that acts as an electrical switch; typically made from silicon
MOSFET
(metaloxide semiconductor fieldeffect transistor): a specialized fieldeffect transistor or FET; like all transistors, used for switching or amplifying signals
nMOSFET (nMOS)
channel carries negative charges (electrons)
pMOSFET (pMOS)
channel carries positive charges (holes)
CMOS
pairing nMOS and pMOS transistors together
Inverter
logic gate that implements logical negation
NAND
logic gate producing an output that is false only if all its inputs are true;
parallel structure on top and series on the bottom
NOR
result of the negation of the OR operator; can also be seen as an AND
gate with all the inputs inverted; parallel structure on the bottom and series on top
Gate delays
longest path (in gates) through a circuit
PLA
( programmable logic array): a kind of programmable logic device used to
implement combinational logic circuits
○ A tool to go from truth table to logic gates
○ Not the most efficient tool but it always works!
Half adder
logic circuit implementing binary addition
Combinational logic
using several logic gates together to create a logic circuit
that performs work for us like adders, multipliers, etc.
Multiplexer (MUX)
device that combines several analogs or digital input signals
and forwards them into a single output line
Transistor: electronic switch
Two complementary flavors: nMOSFET and pMOSFET (CMOS)
○ Controls the flow of current in a circuit
General structure for CMOS
All CMOS gates must have 2 parts:
■ PUN (pullup
network): pulls output “up” to PWR (logic 1)
● Rule: PUN can only contain PMOS transistors
■ PDN (pulldown
network): pulls output “down” to GND (logic 0)
● RULE: PDN can only contain NMOS transistors
○ Either PUN or PDN is “ON” at any given time (never both)
○ Output is taken where PUN and PDN intersect