Number System

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 3

NUMBER

SYSTEM
RULES FOR CONVERSION OF
• DECIMAL NUMBERS TO • BINARY NUMBERS TO
BINARY NUMBERS…. DECIMAL NUMBERS……

1. Divide the given decimal 1. Multiply each binary number


with 2 having the power 0
numbers with the base 2…
for unitary position starting
2. Write down the from extreme right digit….
remainder and divide the 2. Increase the power 1 by 1
quotient again by 2…. keeping the base fixed as 2…
3. Repeat the step 2 till the 3. Sum up all products to get
quotient is 2… the decimal numbers…..
RULES FOR………..
ADDITION OF SUBTRACTION OF
BINARY NUMBERS BINARY NUMBERS

A+B= C A-B= C
0+0= 0 1-1= 0
0+1= 1 0-0= 0
1+0= 1 1-0= 1
1+1= 10 0-1= 1

You might also like