DLD Lab Manual 4-1
DLD Lab Manual 4-1
Components Required:
IC 7400, IC 7408, IC 7432, IC 7406, IC 7402, Patch Cords & IC Trainer Kit.
Introduction:
Canonical Forms (Normal Forms): Any Boolean function can be written in disjunctive normal
form (sum of min-terms) or conjunctive normal form (product of max-terms).
A Boolean function can be represented by a Karnaugh map in which each cell corresponds to
a minterm. The cells are arranged in such a way that any two immediately adjacent cells
correspond to two minterms of distance 1. There is more than one way to construct a map with
this property.
Karnaugh Maps:
17 | P a g e
DIGITAL LOGIC DESIGN – LAB MANUAL
Truth Table:
18 | P a g e
DIGITAL LOGIC DESIGN – LAB MANUAL
Procedure:
Ø Check the components for their working. Insert the appropriate IC into the IC base.
Ø Make connections as shown in the circuit diagram.
Ø Provide the input data via the input switches and observe the output on output LEDs
Verify the Truth Table.
Tasks:
Lab Tasks: Draw and verify the circuit discussed above on lab trainer and on Proteus.
Post Lab Tasks: Go through all the steps discussed in the lab for the following Truth
Table
Inputs
A B C D
0 0 0 0 1
0 0 0 1 1
0 0 1 0 0
0 0 1 1 0
0 1 0 0 1
0 1 0 1 1
0 1 1 0 0
0 1 1 1 0
1 0 0 0 0
1 0 0 1 0
1 0 1 0 0
1 0 1 1 0
1 1 0 0 0
1 1 0 1 1
1 1 1 0 0
1 1 1 1 1
19 | P a g e