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

Implementation and Simulation of BCD To Excess 3 Converter.

This document describes an experiment to implement and simulate a BCD to excess-3 converter. The objective is to learn about converting excess-3 from BCD code by implementing the conversion equation using logic gates in a simulator. The required equipment includes a computer, logic gate simulator, and experience with basic logic gates. The theory section explains BCD and excess-3 codes. The implementation section shows the conversion equation. The circuit diagram and procedure describe opening the simulator, connecting inputs/outputs, giving inputs, and obtaining outputs. The discussion involves checking the logic gates, circuit connections, comparing the output to the truth table.
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)
638 views3 pages

Implementation and Simulation of BCD To Excess 3 Converter.

This document describes an experiment to implement and simulate a BCD to excess-3 converter. The objective is to learn about converting excess-3 from BCD code by implementing the conversion equation using logic gates in a simulator. The required equipment includes a computer, logic gate simulator, and experience with basic logic gates. The theory section explains BCD and excess-3 codes. The implementation section shows the conversion equation. The circuit diagram and procedure describe opening the simulator, connecting inputs/outputs, giving inputs, and obtaining outputs. The discussion involves checking the logic gates, circuit connections, comparing the output to the truth table.
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

Name: Mohayminul Al-Hamim

ID: 153402032

Experiment No: 10

Experiment Name: Implementation and simulation of BCD to Excess 3 converter.

Objective:
 To learn about the conversion of Excess 3 from BCD code.
 To implement the obtained equation using different logic gates in the simulator and observe
the outputs.
 To verify the outputs using the truth table.

Required Equipment:
 Windows computer
 Logic Gate Simulator
 Experience on use of Basic logic gates

Theory:
Binary Coded Decimal or BCD is simply the 4-bit binary code representation of a decimal digit
with each decimal digit replaced in the integer and fractional parts with its binary equivalent.
BCD Code uses four bits to represent the 10 decimal digits of 0 to 9.

Excess-3, 3-excess or 10-excess-3 binary code or Stibitz code is a self-complementary binary-


coded decimal code and numeral system. It is a biased representation. Excess-3 code was used
on some older computers as well as in cash registers and hand-held portable electronic
calculators of the 1970s, among other uses.

Implement the equation:

W = A+BC+BD = A+B(C+D)

X = B’C+B’D+BC’D’ = B’(C+D)+B(C+D)’ = B XOR (C+D)

Y = CD+C’D’ = C XNOR D = (C XOR D)’

Z = D’

1
Name: Mohayminul Al-Hamim
ID: 153402032

Circuit Diagram:

Fig: BCD to Excess3 code converter circuit

Procedure:
 Firstly, we open logic design simulator.
 We connect input and output with wire.
 Then we give input.
 Eventually we gain the output.

2
Name: Mohayminul Al-Hamim
ID: 153402032

Discussion:
 Take logic gates input correctly.
 Proper connection the circuits.
 Compere truth table with circuits output.
 The results obtained must match Truth Table.

You might also like