



















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: COMPUTER ARCHITECTURE; Subject: Computer Science; University: Kent State University; Term: Fall 2005;
Typology: Study notes
1 / 59
This page cannot be seen from the preview
Don't miss anything!




















































Logic Values
Combinational Logic
AND Gate 1 0 0 1 1 1 0 1 0 0 0 0 A B F F = A ā B
1 0 0 1 A F
Inversion Bubbles
NAND Gate
The Bubble in front of the gate is an inverter.
Combinational logic
NAND and NOR gates
Exercise 1 ā a bit challenging
1 1 1 0 0 1 0 0 Input Output 1 1 1 0 0 1 0 0 Input Output NAND NOR Hint: Think of the AND and OR truth tables. The outputs for the NAND and NOR are inverted.
Universal Gates
A B Y C Aā¢B Bā¢C
1 1 1 1 1 1 0 1 1 0 1 0 1 0 0 0 0 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 A B C Y
· Identity law: A + 0 = A and A ⢠1 = A · Zero and One laws: A + 1 = 1 and A ⢠0 = 0 · Inverse Laws: A + A = 1 and A ⢠A = 0 · Commutative laws: A + B = B + A and A ⢠B = B ⢠A (switch inputs) · Associative laws: A + (B + C) = (A + B) + C and A ⢠(B ⢠C) = (A ⢠B) ⢠C (reorder inputs) · Distributive laws: A ⢠(B + C) = (A ⢠B) + (A ⢠C) and A + (B ⢠C) = (A + B) ⢠(A + C)
Ā· De Morganās laws: (A + B) = (A) ⢠(B) and
(A ⢠B) = (A) + (B) (invert inputs)