Digital Logic Design Flashcards
What does binary logic consist of?
- Binary Variables (letters that represent either 1 or 0)
- Logical operations (AND, OR, NOT)
What is the notation for AND?
x⋅y
What is the notation for OR?
x+y
What is the notation for NOT?
x’ or x̄
What is the switching circuit convention?
Open switch = 0
Closed switch = 1
What is the solid state circuit convention?
Logic 1 is represented with a high voltage
Typically 3.3V or 5V (approximately)
Logic 0 is represented with a low voltage Usually 0V (approximately)
**Note values on pg 32 in textbook, has to be around 0 and around 3.3 not exactly those numbers
What does the AND symbol gate look like?
Check white binder
What does the OR symbol gate look like?
Check white binder
What does the NOT symbol gate look like?
Check white binder
What are the basic rules of boolean algebra?
Has a set of two elements. B = {0.1}
Has the two binary operators · and + (AND and OR)
Their results are strictly defined (can only be 0 or 1)
What are the basic postulates of boolean algebra?
- Closed with respect to + and ·
The result of these operations is always 0 or 1 - The identity element for + is 0
x + 0 = 0 + x = x - The identity element for · is 1
x · 1 = 1 · x = x - Commutative with respect to + and ·
x + y = y + x - · is distributive over +
x · (y+z) = (x · y) + (x · z) - is distributive over ·
x + (y · z) = (x+y) · (x + z)
- is distributive over ·
- For every x there exists a complement x’ that satisfies the rules x + x’ = 1 and x · x’ = 0
- There are at least two elements x and y in the set of elements B such that x != y