0% found this document useful (0 votes)
194 views3 pages

Lab 7B Seven Segment Display

This document describes an experiment involving a BCD to seven segment decoder circuit. The circuit takes in a 4-bit binary coded decimal (BCD) number and outputs a 7-bit code that activates the corresponding segments on a 7-segment display to show that decimal digit. The document provides the equipment needed, pin configuration of the 7447 IC used, a circuit diagram, and a truth table mapping the 4-bit BCD inputs to the 7-bit segment outputs. The assignment is to draw the logic diagram for this truth table using a 4-variable Karnaugh map.

Uploaded by

Sam Blackwood
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)
194 views3 pages

Lab 7B Seven Segment Display

This document describes an experiment involving a BCD to seven segment decoder circuit. The circuit takes in a 4-bit binary coded decimal (BCD) number and outputs a 7-bit code that activates the corresponding segments on a 7-segment display to show that decimal digit. The document provides the equipment needed, pin configuration of the 7447 IC used, a circuit diagram, and a truth table mapping the 4-bit BCD inputs to the 7-bit segment outputs. The assignment is to draw the logic diagram for this truth table using a 4-variable Karnaugh map.

Uploaded by

Sam Blackwood
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/ 3

Department of Electrical and Computer Engineering

NORTH SOUTH UNIVERSITY


CSE 231 / EEE 211/ ETE 212/ Lab Manual
______________________________________________________________________________
Experiment No: 7b
Experiment Name: BCD to seven segment decoder.

Introduction:

An ABCD to seven segment decoder is a combinational circuit that converts a decimal digit in
BCD to an appropriate code for the selection of segments in an indicator used to display decimal
digit in a familiar form. The seven outputs of the decoder (a, b, c, d, e, f, and g) select the
corresponding segments in the display, as shown in figure (a). The numeric display chosen to
represent the decimal digit is shown in figure (b).

Each element (a, b, c, d, e, f, and g) of the seven segment display is turned on when a logic low is
applied to its corresponding input pin.
Equipments:
 Trainer board
 IC 7447, resistors, seven segment display
 Wires for connection

Pin Configuration of 7447:

Circuit Diagram:

Truth Table:
Decimal Inputs output

D C B A a b c d e f g

0 0 0 0 0

1 0 0 0 1

2 0 0 1 0

3 0 0 1 1

4 0 1 0 0

5 0 1 0 1

6 0 1 1 0

7 0 1 1 1

8 1 0 0 0

9 1 0 0 1

10 1 0 1 0

11 1 0 1 1

12 1 1 0 0

13 1 1 0 1

14 1 1 1 0

15 1 1 1 1

Assignment: 1) Draw logic diagram for the above truth table using 4 variable K-map Result will
show Decimal numbers 0-9 and then A-F total 0-F in serial order

You might also like