



















































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
The fundamentals of digital logic, including basic gates (not, and, or, buffer, xor, xnor, nand, nor), boolean algebra identities, and the design of combinational circuits using examples such as a line follower and half adder. It also introduces various types of flip-flops and sequential circuits.
Typology: Study notes
1 / 59
This page cannot be seen from the preview
Don't miss anything!




















































Complement Laws x + ~x = 1 x · ~x = 0 Law of the Double Complement ~(~x) = x Idempotent Laws x + x = x x · x = x Identity Laws x + 0 = x x · 1 = x Dominance Laws x + 1 = 1 x · 0 = 0 Commutative Laws x + y = y + x x · y = y · x Associative Laws x + (y + z) = (x + y) + z x · (y · z) = (x · y) · z Distributive Laws x + (y · z) = (x + y) · (x + z) x · (y + z) = (x · y)+(x · z) DeMorgan's Laws ~(x · y) = ~x + ~y ~(x + y) = ~x · ~y Absorption Laws x · (x + y) = x x + (x · y) = x Simplification Laws
Implementation of Full Adder using two half adder S=x XOR y XOR z C=xy + (x XOR y) and z
S R Qt+1 nQ clk 0 0 Qt nQt 1 0 1 0 1 1 1 0 1 0 1 1 1 indetermina te indetermina te
D Qt+1 nQ clk 0 0 1 1 1 1 0 1
J K Qt+1 nQ clk 0 0 Qt nQt 1 0 1 0 1 1 1 0 1 0 1 1 1 nQt Qt 1