Computer Science, asked by bhumikapatelakuthota, 8 months ago

convert octal number 2020 to decimal number in computer science​

Answers

Answered by dineshsahu8024
10

Answer:

Example − Convert decimal number 136 into octal number. Divide the decimal number by the largest power of eight. = 136 / 64 = 2.125 So 2 will be first digit or most significant bit (MSB) of octal number. Now, remainder will be, = 136 - 642 = 8 Now, divide this remainder by the next power of 8.

Answered by magarasri6
0

see in google buddy It will be more clear

Similar questions