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

Binary Conversion and Verification Guide

The document provides a method for converting decimal numbers to binary using division by 2 and recording the remainders. It includes examples for converting the numbers 14, 25, 19, 28, and 37, along with verification checks for each conversion. The binary representations for the numbers are 1110, 11001, 10011, 11100, and 100101 respectively.
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)
5 views3 pages

Binary Conversion and Verification Guide

The document provides a method for converting decimal numbers to binary using division by 2 and recording the remainders. It includes examples for converting the numbers 14, 25, 19, 28, and 37, along with verification checks for each conversion. The binary representations for the numbers are 1110, 11001, 10011, 11100, and 100101 respectively.
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

Convert the decimal numbers shown below to binary. Perform checking to verify answers.

Convert 14 to binary number.

Quotient Remainder

14/2 7 0

7/2 3 1

3/2 1 1

1/2 0 1

Answer: 14 = 1110\

Checking: 1 1 1 0 multiplier

8 4 2 1 equivalents

8 4 2 0 results

8+4+2 = 14

Example: 25

Quotient Remainder

25/2 12 1

12/2 6 0

6/2 3 0

3/2 1 1

1/2 0 1

25 = 11001

Checking: 1 1 0 0 1 multiplier

16 8 4 2 1 equivalents

16 8 0 0 1 results

16+8+1 = 25

1) 19
Quotient Remainder

19/2 9 1

9/2 4 1

4/2 2 0

2/2 1 0

Answer: 19 = 10011

Checking: 1 0 0 1 1 multiplier

16 8 4 2 1 equivalents

16 + 2 + 1 = 19

2) 28

Quotient Remainder

28/2 14 0

14/2 7 0

7/2 3 1

3/2 1 1

Answer: 28 = 11100

Checking: 1 1 1 0 0 multiplier

16 8 4 2 1 equivalents

16 + 8 + 4 = 28
3) 37

Quotient Remainder

37/2 18 1

18/2 9 0

9/2 4 1

4/2 2 0

2/2 1 0

Answer: 19 = 100101

Checking: 1 0 0 1 0 1 multiplier

32 16 8 4 2 1 equivalents

32 + 4 + 1 = 37

You might also like