Exam 2 Flashcards
The output depends only on the input
Combinational circuits
Methods to describe a combinational circuit
Truth table
Boolean algebraic expression
Logic diagram
Lists the output for every combination of the input
Truth table
Computers, as we know them today, are implementations of:
Boole’s Laws of Thought.
is a mathematical system for the manipulation of variables that can have one of two values .
Boolean algebra
A Boolean function has:
At least one Boolean variable,
At least one Boolean operator,
and At least one input from the set{0,1}.
What is xy and x+y using DeMorgans Law?
Negate and switch ors and ands
x’ + y’ and x’y’
An interconnection of logic gates
Closely resembles the hardware
Logic diagrams
is a matrix consisting of rows and columns that represent the output values of a Boolean function .
A Kmap
is a product term that contains all of the function’s variables exactly once, either complemented or not complemented .
A minterm
If a circuit is designed so that a particular set of inputs can never happen , we call this set of inputs a:
don’t care condition
In a sigma(E) expression
represents the 1 outputs
In a PI notation
Represents the 0s
Enable line
Turns the device on or off. If 0 the output is 0. If 1 the output is 1
Invert
Turns the device on or off. If 0 the output is 1. If 1 the output is 0