Digital Collection
Digital Collection
Logic Designs
Introduction to Digital Systems
• .
• Before seeing the implementation of Boolean
Functions using Logic Gates, let us quickly
recap some basics about the important logic
gates
AND Gate
• AND Symbol
AND GATE SYMBOL
• If ‘A’ and ‘B’ are the two inputs of an AND
Gate, the output expression is written as:
• Y = A . B or Y = A B
• Y=A+B
• F = A B + A BI
• F = A B C + A I B C + A B I CI
• F = (A + B) . (A + B)
• F = (A + B + C) . (A + B +C) . (A + B + C)
• F (A, B, C, D, E) = A + (B + C) (D + BE)
• In NAND gate implementation, we use NAND gates at both input and output
side. Observe the designed logic diagram below. The step by step procedure
to implement the given Boolean function using NAND gates is shown below.
• g (A, B, C, D, E, F) = (A E) + (B D E) + (B C E F)
• g (A, B, C, D, E, F) = A E + B D E + B C E F
• = (A + B D + B C F) E
• = (A + B (D + C F)) E