100% found this document useful (3 votes)
9K views

Adder or Subtractor Using Circuits

The document describes the design and implementation of a 4-bit binary adder/subtractor using the IC7483 integrated circuit. The circuit requires an IC7483, OR gate, AND gate, and connecting wires. The IC7483 is a 4-bit parallel adder/subtractor that can add or subtract two 4-bit binary numbers along with a carry input. It has separate truth tables for addition and subtraction operations. The experiment aims to study the working of the 4-bit adder/subtractor using the IC7483 integrated circuit.

Uploaded by

Raja Patel
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
100% found this document useful (3 votes)
9K views

Adder or Subtractor Using Circuits

The document describes the design and implementation of a 4-bit binary adder/subtractor using the IC7483 integrated circuit. The circuit requires an IC7483, OR gate, AND gate, and connecting wires. The IC7483 is a 4-bit parallel adder/subtractor that can add or subtract two 4-bit binary numbers along with a carry input. It has separate truth tables for addition and subtraction operations. The experiment aims to study the working of the 4-bit adder/subtractor using the IC7483 integrated circuit.

Uploaded by

Raja Patel
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/ 5

EX.

NO: DESIGN & IMPLEMENTATION OF 4 BIT ADDER/SUBTRACTER USING


IC 7483
DATE:

Aim:
To study the 4 bit binary adder/ subtractor using IC7483.

Apparatus Required:

Sl.No Name of the apparatus Specifications Quantity

1 Digital Trainer Kit - 1

2 OR Gate IC 7432 1

3 AND Gate IC 7403 1

4 Binary Adder / Subtractor IC 7483 2

5 Connecting Wires - some

THEORY

The full adder / subtractors are capable of adding/ subtracting only two
single digit binary numbers along with a carry input. But in practice we need to
add/sub the binary numbers, which are much longer than just 1 bit. To add/sub two
n bit binary numbers we need to use the n bit parallel adder/subtractor.
Functional Symbol of IC 7483

Output
4 bit Binary Subtractor

TRUTH TABLE FOR BCD ADDER:


INPUT A INPUT B Carry DATA OUTPUT
OUT
A1 A2 A3 A4 B1 B2 B3 B4 S1 S2 S3 S4
0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 1 1 0 0 0 1
0 0 1 0 0 0 1 0 0 0 0 0 1
0 0 1 1 0 0 1 1 1 0 0 0 1
0 1 0 0 0 1 0 0 0 0 0 1 0
0 1 0 1 0 1 0 1 0 0 0 1 0
0 1 1 0 0 1 1 0 0 1 0 0 1
0 1 1 1 0 1 1 1 1 0 0 1 1
1 0 0 0 1 0 0 0 0 0 1 0 0
TRUTH TABLE FOR BCD SUBTRACTOR:

INPUT A INPUT B Carry DATA OUTPUT


OUT
A4 A3 A2 A1 B4 B3 B2 B1 C0 S4 S3 S2 S1
1 1 1 1 0 0 0 0 0 1 1 1 1
1 1 1 0 0 0 0 1 0 1 1 0 1
1 1 0 1 0 0 1 0 0 1 0 1 1
1 1 0 0 0 0 1 1 0 1 0 0 1
1 0 1 1 0 1 0 0 0 0 1 1 1
0 1 0 0 0 1 1 1 1 0 0 1 1
0 1 1 0 1 0 1 0 1 0 1 0 0

PROCEDURE

RESULT:
Thus the 4 bit adder /subtractor using IC7483 is performed & executed.

You might also like