Chapter 4 Flashcards
it is a representation of the state of voltage variables.
Logic level
Logic “0” and logic “1” can be
represented by —————-
voltage levels
In logic circuits, logic 1 is represented by ———————— which is the maximum voltage level to represent logic 1. Above this voltage level is considered as ——————————- level. On the other hand a voltage from ————————- represents logic “0”.
- 2 volts (min) to 5 volts
- invalid voltage or illegal logic
- zero(0V) to 0.8volts
Voltage levels in between the maximum voltage allowed for logic 0 and the minimum voltage to represent logic 1 is Invalid, this is called the ————————
Invalid Voltage Range
It is a means for describing how logic circuits output depends on the logic levels present at the circuits inputs.
Truth Table
It also contains the list of possible combinations of the inputs and the corresponding output for that logic combination.
Truth Table
A tool for the analysis and design of digital systems.
Boolean Algebra
It is a relatively simple mathematical tool that allows us to describe the relationship between a logic circuits output(s) and its inputs as an algebraic equation (a Boolean expression).
Boolean Algebra
Boolean algebra is an —————- that was developed by ———————–.
algebraic system, George Boole in 1854
performs the Boolean NOT operation. When the input is Logic 0, the output becomes Logic 1; when the input is logic 1, the output becomes logic 0.
The Inverter (NOT Gate)
The NOT operation (complement) is shown with an ———- on the variable you used (sometimes prime ‘ is used).
The Inverter (NOT Gate)
over-bar
One application of this function is when you need to form the 1’s complement of a binary number.
The Inverter (NOT Gate)
produces a Logic 1 output when all inputs are also Logic 1; otherwise, the output is Logic 0.
AND gate
is usually shown with a dot (.) between the variables but it may be implied (no dot).
AND operation
The AND operation is used in computer programming as a ——————–. If you want to retain certain bits of a binary number but reset the other bits to 0, you could set a mask with 1’s in the position of the retained bits.
selective mask