Cse 206 - Lab 07
Cse 206 - Lab 07
Lab Report- 07
Experiment No: 07
Submitted By:
Submitted To:
Objective: To learn about working principle of decoder. To learn and understand the working of IC 74LS139.
To realize using basic gates as well as universal gates.
COMPONENTS REQUIRED:
THEORY: A decoder is a combination circuit that connects the binary information from ‘n’ input lines to a
maximum of 2. Unique output lines. Decoder is also called a min-term generator/max-term generator. A min-
term generator is constructed using AND and NOT gates. The appropriate output is indicated by logic 1 (positive
logic). Max-term generator is constructed using NAND gates. The appropriate output is indicated by logic 0
(Negative logic). The IC 74139 accepts two binary inputs and when enable provides 4 individual active low
outputs. The device has 2 enable inputs (Two active low).
Input Output
A B Y0 Y1 Y2 Y3
0 0 1 0 0 0
0 1 0 1 0 0
1 0 0 0 1 0
1 1 0 0 0 1
Boolean Expression:
Y0 = A’ B’
Y1 = A’ B
Y2 = A B’
Y3 = A B
CIRCUIT DIAGRAM:
TRUTH TABLE:
Input Output
A B Y0 Y1 Y2 Y3
0 0 0 1 1 1
0 1 1 0 1 1
1 0 1 1 0 1
1 1 1 1 1 0
CIRCUIT DIAGRAM:
PROCEDURE: