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

Conversion Exercise(Number System)

The document provides a step-by-step conversion of the decimal numbers 345 and 113 into binary, resulting in 101011001 and 1110001, respectively. It also explains the process of converting binary numbers back to decimal, using examples of 111 and 1101, which convert to 7 and 13, respectively. The conversions are detailed in table form for clarity.

Uploaded by

liz813685
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Conversion Exercise(Number System)

The document provides a step-by-step conversion of the decimal numbers 345 and 113 into binary, resulting in 101011001 and 1110001, respectively. It also explains the process of converting binary numbers back to decimal, using examples of 111 and 1101, which convert to 7 and 13, respectively. The conversions are detailed in table form for clarity.

Uploaded by

liz813685
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Here’s the step-by-step conversion of the decimal number 345 into binary in table form:

Division Step Quo ent Remainder (Binary Digit)

345 ÷ 2 172 1

172 ÷ 2 86 0

86 ÷ 2 43 0

43 ÷ 2 21 1

21 ÷ 2 10 1

10 ÷ 2 5 0

5÷2 2 1

2÷2 1 0

1÷2 0 1

Now, read the remainders from bo om to top to get the binary equivalent of 345:

Decimal 345 = 101011001 in binary.


Here’s the step-by-step conversion of the decimal number 113 into binary in table form:

Division by 2 Quo ent Remainder

113 ÷ 2 56 1

56 ÷ 2 28 0

28 ÷ 2 14 0

14 ÷ 2 7 0

7÷2 3 1

3÷2 1 1

1÷2 0 1

Read the remainders from bo om to top:

 Decimal 113 = 1110001 in binary.


To convert the binary number into decimal, follow this process step-by-step
by assigning powers of 2 to each digit (star ng 0 from the right ) and
summing the results.
Binary to Decimal Conversion of 111 in Table Form:

Binary Digit Posi on (Power of 2) Value

1 2² (4) 1 × 2² = 4

1 2¹ (2) 1 × 2¹ = 2

1 2⁰ (1) 1 × 2⁰ = 1

Sum of the values:


4+2+1=7
Binary (111) = Decimal (7)

Binary to Decimal Conversion of 1101 in Table Form:

Posi on (Power of
Binary Digit Value
2)

1 2^3 = 8 1×8=8

1 2^2 = 4 1×4=4

0 2^1 = 2 0×2=0

1 2^0 = 1 1×1=1

Now, sum the values:


 8+4+0+1=13
 Binary (1101) = Decimal (13)

You might also like