Technology
State Representing Bit
0
1
Relay Logic Circuit
Circuit Open
Circuit Closed
Fiber Optics
light off
light on
DVD/Blue-ray disk
No Pit
Pit
Dynamic Memory
Capacitor Discharged
Capacitor Charged
Note: Assigning 0 and 1 is arbitrary. In this class we will assign 0 as LOW and 1 as HIGH. This is just a more natural assignment and can be thought of as Positive Logic. In Negative Logic, we will assign 1 as LOW and 0 as HIGH
An example of digital logic inverter and truth tables
Inverter truth table (This operation is also known as NOT)
Input Output
0 1
1 0
Inversion is basically the opposite of the input.
Let's say we have a variable name A.
if A = 0
then
A' = 1
A' or Ā - read as A prime or NOT A
Another example
if X = 1
then
X' = 0.
Not X is equal to zero.