+ All Categories
Home > Documents > Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

Date post: 15-Jan-2016
Category:
Upload: ruby-montgomery
View: 249 times
Download: 0 times
Share this document with a friend
Popular Tags:
11
Combinational circuits
Transcript
Page 1: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

Combinational circuits

Page 2: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.
Page 3: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

3

Dept. of Mechatronics Engg.

HALF ADDER . FULL ADDER

Lab 07

Page 4: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

4

ADDER

In electronics, an adder or summer is a digital circuit that performs addition of numbers.

In many computers and other kinds of processors, adders are used not only in the arithmetic logic unit(s), but also in other parts of the processor, where they are used to calculate addresses, table indices, and similar operations.

Page 5: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

5

Half Adder

The half adder adds two single binary digits A and B

 It has two outputs, sum (S) and carry (C).

The higher significant bit of this result is called a carry ( C)

Page 6: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

6

Half Adder

A B c s0 0 0 0

0 1 0 1

1 0 0 1

1 1 1 0

C= MSB S= LSB

Expression S= A’B+ AB’ C= AB

Page 7: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

7

Full Adder

C in = carry from last Addition

Cout = Carry for final stage

S= Sum final stage

Expression

A B C in

C out

s

0 0 0 0 0

0 0 1 0 1

0 1 0 0 1

0 1 1 1 0

1 0 0 0 1

1 0 1 1 0

1 1 0 1 0

1 1 1 1 1

Page 8: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

8

Implement a Full adder using half adders.

Task no 2

Page 9: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

9

Task 03

Design a circuit that can add two, 4 bit numbers.

Page 10: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

10

Page 11: Combinational circuits. Dept. of Mechatronics Engg. HALF ADDER. FULL ADDER Lab 07 3.

11

TASK 4

Show how two 7483A could be cascaded to add two 8 bit numbers.


Recommended