0% found this document useful (0 votes)
23 views6 pages

DLD 2022 5

This document discusses digital logic design and focuses on adders, including half adders and full adders. It explains the functions and logic of half adders and full adders.

Uploaded by

Yasir Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views6 pages

DLD 2022 5

This document discusses digital logic design and focuses on adders, including half adders and full adders. It explains the functions and logic of half adders and full adders.

Uploaded by

Yasir Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Digital Logic Design

Functions of
Combinational Logic
Fall 2022
Adders
• Adders are important in computers and also in other types
of digital systems in which numerical data are processed.
• An understanding of the basic adder operation is
fundamental to the study of digital systems.
• Adders
– Half Adder
– Full Adder

2
Half Adder
• The half-adder accepts two binary digits on its inputs and
produces two binary digits on its outputs—a sum bit and a
carry bit.

3
Half Adder
• Cout can be expressed as the AND of the input variables.
Cout = A B

• The sum can therefore be expressed as the exclusive-OR of


the input variables.

4
Full Adder
• The full-adder accepts two input bits and an input carry and
generates a sum output and an output carry.
• The basic difference between a full-adder and a half-adder
is that the full-adder accepts an input carry.

5
Full Adder
• Full Adder Logic

You might also like