week 3 Transistors, Logic Gates, and Combinational Logic Flashcards
what is a transistor?
made from a silicon
an electrical device that acts as an electrical switch.
what is MOSFET
M: Metal O: Oxide S:semiconductor F: field E:effect T: Transistors
used for switching or amplifying signals.
what is nMOS
channel carries negative charges (electrons)
what is pMOS
channel carries positive charges (holes)
what is CMOS
pairing nMOS and pMOS transistors together
what is an inverter?
logic gate that implements logical negation
NAND gate
result of the negation of AND gate
NOR gate
negation of the OR operator
what is the gate delays
longest path in gates through a circuit
PLA
Programmable logic array
a tool to go from truth table to logic gates
not the most efficient tool but it works.
what is the half adder?
logic circuit implementing binary addition
what is the combinational logic
using several logic gates together to create a logic circuit that performs work for us like adders, multipliers etc.