Computer Science, asked by aleenaijijo222, 10 months ago

what is the binary value of 28?​

Answers

Answered by christiiii
2

Answer:

the binary value of 28 will be

11100

Answered by Anonymous
0

The binary value of 28 is 11100. The steps in the process of conversion of 28 into binary are as follows:

1) Divide 28 by 2. This will give the Quotient. Keep the quotient part for the next step along with the Remainder set aside

2) Divide the quotient part again by 2. Again, keep the new quotient part for the next step along with the Remainder set aside.

3) Repeat Step 2 above until the quotient part is 0.

4) Write down the Remainders set aside in all the above steps in reverse order

5) The reverse order will give the binary form of the number 28.

  • Working of the steps is as follows-

                                          Remainder

                     28 / 2 = 14             0

                     14 / 2 = 7                0

                     7 / 2 = 3                  1

                     3 / 2 = 1                   1

                     1 / 2 = 0                   1

The reverse order is 11100

Similar questions