Test 2 Flashcards
The output depends only on the input
Combinational circuit
Black box representation of a circuit
In Out \_\_\_\_\_\_\_\_ a -> | | -> x b -> | | c -> |\_\_\_\_\_\_\_| -> y
Methods to describe a combinational circuit
Truth table
Boolean algebraic expression
Logic diagram
Lists the output for every combination of the input
Truth table
is a mathematical system for the manipulation of variables that can have one of two values. Returns true or false
Boolean algebra
Boolean operator examples
AND
OR
NOT
contain circuits that implement Boolean functions.
Digital computers
The _______ that we can make a Boolean function, the ______ the circuit that will result.
simpler
smaller
Through our exercises in simplifying Boolean expressions, we see that there are _________ ways of stating the same Boolean expression.
numerous
These “synonymous” forms are
logically equivalent.
Logically equivalent expressions have ________ truth tables
identical
In order to eliminate as much confusion as possible, designers express Boolean functions in:
standardized or canonical form.
There are two canonical forms for Boolean expressions:
sum-of- products and product -of-sums.
In the sum- of-products form
ANDed variables are ORed together .
In the product-of-sums form
ORed variables are ANDed together