You are on page 1of 5

Digital Logic Design

Introduction to Arithmetic Operations

Lecture # 1_C

Chapter 1 1
Hex addition
• Hex addition can be achieved through repeated subtraction of 16 from
the decimal sum of same place values of hex numbers until the result
is reached to one of the hex digits from 0 to F.
• The carry increases by 1 where each time the number 16 is subtracted
from the hex numbers decimal sum.
• The below example lets you understand how to perform hex numbers
addition

Example: Perform the addition between two hex numbers (8 A 5
C)16 and (F 3 9 A)16

Chapter 1 2
Hex Addition

Chapter 1 3
Hex Addition

(11D7)16 + (16E)16 = (?)16

(4A6)16 + (1B3)16 = (?)16

Chapter 1 4
Hex Addition

Chapter 1 5

You might also like