Gates and circuits Flashcards
What is a gate?
A device that performs a basic operation on
electrical signals, accepting one or more input signals and proucing a single output signle.
What is a circuit?
a combination of interacting gates designed to perform a specific logical function.
What are the three notations of logic gates, and what are they?
Boolean expressions: Uses Boolean algebra, a mathematical notation for
expressing two-valued logic
Logic diagrams: A graphical representation of a circuit; each gate has its
own symbol
Truth tables: A table showing all possible input values and the associated
output values
What are the 6 main gates?
– NOT – AND – OR – XOR – NAND – NOR
Not gate.
A NOT gate accepts one input signal (0 or 1) and
returns the complementary (opposite) signal as
output.
What is a transistor?
A device that acts either as a wire that conducts electricity or as a resistor that blocks the flow of electricity, depending on the voltage level of an input signal
A transistor has no moving parts, yet acts like a switch
It is made of a semiconductor material, which is neither a particularly good conductor of electricity nor a particularly good insulator
What is a semi-conductor?
Material such as silicon that is neither good at conducting or insulating.
What are combinational circuits?
A circuit whose outputs are solely determined by its input values.
What is a sequential circuit?
A circuit whose output is a function of its input values and the current state of the circuit.
What is circuit equivalence?
The same output for each corresponding input value combination for two circuits.
What is an adder?
An electronic circuit that performs an addition operation on binary values.
what is a half adder?
A circuit that computes the sum of two bits and produces the appropriate carry bit.
What is a full adder?
A circuit that computes the sum of to bits, taking an input carry bit into account.
Draw a half adder.
Google it
Draw a full adder
Google it