convert the octal number 256 into binary
Answers
Answered by
0
Answer:
hello
here is your answer
Step 1: Divide 256 by 2. Use the integer quotient obtained in this step as the dividend for the next step. Repeat the process until the quotient becomes 0.
Dividend Remainder
256/2 = 128 0
128/2 = 64 0
64/2 = 32 0
32/2 = 16 0
16/2 = 8 0
8/2 = 4 0
4/2 = 2 0
2/2 = 1 0
1/2 = 0 1
Step 2: Write the remainder from bottom to top i.e. in the reverse chronological order. This will give the binary equivalent of 256.
Therefore, the binary equivalent of decimal number 256 is 100000000.
Step-by-step explanation:
hope it helps you
Answered by
1
we will use the 3 bits form
2-:010
5-:101
6-:110
So answer=1010110
The 3bits table is shown above
HOPE IT HELPS
Attachments:
Similar questions