10-Adder - Subtractor
10-Adder - Subtractor
10-Adder - Subtractor
Scientific Research
Erbil Polytechnic University
Erbil Technology College
Information and Communication
Technology Engineering Department
(ICTE)
Adder / Subtractor
Second Stage - Third semester
For studying Year / 2023 – 2024
Assistant Lecturer
Ferman I. Kareem
Combinational and Sequential circuits
• Combinational and Sequential circuits are the most used type
of digital circuits in digital electronics.
Example of Combinational (Adder)
• Adders are important not only in the computer but also in many
types of digital systems.
• Half adder : The half adder accepts two binary
digits on its inputs and produce two binary digits
outputs, a sum bit and a carry bit.
Block diagram
Logic circuit for half adder
• The output that one obtains from the EX-OR gate is the
sum of both the one-bit numbers. The output obtained
from the AND gate is called the carry.
• But we cannot forward the carry that you obtain in one
Truth table for half adder addition into another addition. It is because of the
absence of any logic gate to process it. Thus, it’s called
the Half Adder circuit.
• The full-adder circuit adds three one-bit binary numbers
(Cin, A ,B) and outputs two one-bit binary numbers, a
sum (S) and a carry (Cout).
Block diagram
• Just like the Half Adder, the Full Ladder is a
combinational type of logic circuit.