0% found this document useful (0 votes)
29 views4 pages

Cse 206 - Lab 07

Uploaded by

Syed Irfan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views4 pages

Cse 206 - Lab 07

Uploaded by

Syed Irfan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Bangladesh University of Business and Technology

Lab Report- 07

Experiment No: 07

Name of the Experiment: To check the operation of 2-to-4 line Decoder.

Course Code: CSE 206

Course Name: Digital Logic Design Lab

Submitted By:

Name: Md. Maharab Hosen

Id: 22234103222 Intake: 50 Section: 06

Submitted To:

Name: Md. Mosrur Sakib


Lecturer,
Dept. of Electrical & Electronic Engineering
Experiment No: 07

Name of the experiment: To check the operation of 2-to-4 line Decoder.

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:

No. Name Quality


1. IC 74LS139 1
2. IC 7400 1
3. IC 7408 1
4. IC 7432 1
5. IC 7404 1
6. IC 7410 1
7. Patch chords -
8. IC Trainer Kit -

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).

• 2:4 DECODER (MIN TERM GENERATOR):


TRUTH TABLE:

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:

• 2:4 DECODER (MAX TERM GENERATOR):

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:

• Make the connections as per


the circuit diagram.
• Change the values of G1, G2A, G2B, A, B, and C, using switches.
• Observe status of Y0, to Y7 on LED’s.
• Verify the truth table.

DISCUSSION: Verified the Operation of 2 to 4 Decoder.

You might also like