Computer Science, asked by lakshitakumari21, 6 hours ago

write down the steps to convert the binary number to decimal and octal numbers.​

Answers

Answered by JenaMinecrafter
0

Answer:

Explanation:

100111 the base will be 2 always so first start from the right last number

multiply 1x2=2 then the 2 gets doubleded as it goes toward left so hext one it is multiplied with it will be1x2² = 4 then again power gets doubeled so

1x2³=6 then two zeros come so 0x2⁴=0 again 0x2⁵=0 then finally 1 comes last number so 1x2⁶=64 so now we add al of them we get  72

Similar questions