0% found this document useful (0 votes)
10 views

Adding Binary Numbers

Binary arithmetic is essential for digital computers and systems. There are four basic rules for binary addition and subtraction: 0+0=0, 0+1=1, 1+0=1, 1+1=0 for addition; and 0-0=0, 1-0=1, 1-1=0, 0-1=1 with borrowing 1 for subtraction. Binary multiplication follows similar rules to decimal multiplication: 0x0=0, 0x1=0, 1x0=0, 1x1=1. Binary division is like long division in decimals.

Uploaded by

bnie1208
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)
10 views

Adding Binary Numbers

Binary arithmetic is essential for digital computers and systems. There are four basic rules for binary addition and subtraction: 0+0=0, 0+1=1, 1+0=1, 1+1=0 for addition; and 0-0=0, 1-0=1, 1-1=0, 0-1=1 with borrowing 1 for subtraction. Binary multiplication follows similar rules to decimal multiplication: 0x0=0, 0x1=0, 1x0=0, 1x1=1. Binary division is like long division in decimals.

Uploaded by

bnie1208
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/ 17

BINARY ARITHMETIC

BINARY ARITHMETIC

• Binary arithmetic is essential part of


all the digital computers and many
other digital system.
BINARY ADDITION

• It is a key for binary subtraction,


multiplication, division. There are four
rules of binary addition.
RULES OF BINARY ADDITION
Case A+B Sum Carry

1 0+0 0 0

2 0+1 1 0

3 1+0 1 0

4 1+1 0 1
EXAMPLE
CARRY

= 26
= 12
= 38
LET'S TRY

1.1 1 1 1 0 0 + 1 1 1 1 1 0
2.1 1 0 0 1 0 + 1 0 0 1 0 0
3.1 0 0 0 1 0 + 1 0 1 1 0 0
4.1 1 0 0 1 0 + 1 1 1 0 0 1
5.1 0 1 1 0 1 + 1 1 0 0 1 0
BINARY SUBTRACTION

• Subtraction and Borrow, these two words will


be used very frequently for the binary
subtraction. These are four rules of binary
subtraction.
BINARY SUBTRACTION
Case A-B Subtract Borrow
1 0-0 0 0
2 1-0 1 0
3 1-1 0 0
4 0-1 1 1
EXAMPLE
borrow

= 26

= 12

= 14
LET'S TRY
1.1 0 0 1 1 1 0 – 1 0 0 1 1 0
2.1 0 0 1 0 1 0 – 1 0 1 0 0 1
3.1 1 0 1 0 1 0 – 1 0 1 1 0 1
4.1 1 1 0 1 0 1 – 1 1 1 0 0 1
5.1 0 0 0 0 1 0 – 1 0 0 0 0 1
BINARY MULTIPLICATION

• Binary multiplication is similar to decimal


multiplication. It is simpler than decimal multiplication
because only 0s and 1s are involved. There are four
rules of binary multiplication.
BINARY MULTIPLICATION

Case AXB Multiplication

1 0X0 0
2 0X1 0
3 1X0 0
4 1x1 1
EXAMPLE
LET'S TRY

1. 0 0 1 1 0 1 0 x 0 0 0 1 1 0 0
2. 1 0 0 1 0 x 1 1 0
3. 1 1 0 1 0 x 1 1 0
4. 1 1 1 1 1 x 1 1 0
5. 1 1 0 0 x 1 1 1
BINARY DIVISION

• Binary division is similar to decimal division. It


is called long division procedure.
EXAMPLE FOR BINARY DIVISION

11 / 1 0 1 0 1
10 / 1 1 1 1 1 0
LET’S TRY
1.1 0 0 / 1 1 0 0 0
2.1 1 / 1 1 0 0
3.1 0 1 / 1 0 1 0 0 0
4.1 1 / 1 1 1 1 0
5.1 0 1 / 1 1 0 1 0 0 1

You might also like