0% found this document useful (0 votes)
3 views3 pages

April

Uploaded by

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

April

Uploaded by

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

April Number System Class Assignment

1 ) Conversion of Decimal to Binary Number System -

Steps to convert decimal number to binary -

1.Divide the number by 2.

2.Get the quotient and remainder.

3.If the quotient is not 0 , then go to Step1.

4.Read the remainder from the last to the first to form the binary number.

Example - Decimal conversion of 25 -

Ans: (11001)2

2) Conversion of Binary to Decimal Number System -

1. Multiply each digit starting from the rightmost digit by the powers of 2. Here, we
start with 20 and increase the exponent by 1 as we move onto the left side.

2 .The sum of all these values obtained for each digit gives the equivalent value of
the given binary number in the decimal system.
Example: Binary conversion of 1001-

Operations on Binary Numbers

1. Binary Addition

Example:

2. Binary Subtraction
Example:

You might also like