Вы находитесь на странице: 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.

Вам также может понравиться