









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
This course includes logic operators, gates, combinational and sequential circuits are studied along with their constituent elements comprising adders, decoders, encoders, multiplexers, as well as latches, flip-flops, counters and registers. This lecture includes: Boolean, Function, Forms, Gate, Implementation, Minimization, Algebraic, Manipulations, Complements, Transformed
Typology: Slides
1 / 16
This page cannot be seen from the preview
Don't miss anything!










Gate Implementation (Examples)! A B C F 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1
A B F 0 0 1 0 1 0 1 0 0 1 1 0
The following is an example of a non-minimized function:! F 2 = x’y’z + x’yz + xy’! Minimization of the F 2 ! !
Minimization of the F
!
The function can be minimized as follows: x’y’z + x’yz + xy’ = = x’z · (y’ + y) + xy’ by postulate: 4(a) = x’z · 1 + xy’ 5(a) = x’z + xy’ 2(b)
Example Manipulations!
If F 1 = A+B+C Then F 1 ’ =(A+B+C)' = (A+X)’ let B+C = X = A'X' by DeMorgan's = A'(B+C)' = A'(B'C') by DeMorgan's = A'B'C' associative
(x'yz' + x'y'z)' = (x'yz')' (x‘y'z)' = (x+y'+z) (x+y+z') [x(y'z'+yz)]' = x' + ( y'z'+yz)' = x' + (y'z')' (yz)' = x' + (y+z) (y'+z') A simpler procedure take the dual of the function (interchanging AND and OR operators and 1’s and 0’s) and complement each literal. {DeMorgan’s Theorem}! x'yz' + x'y'z! "The dual of function is (x'+y+z') (x'+y'+z)! "Complement of each literal: (x+y'+z)(x+y+z')!