Convert the following Decimal numbers to its equivalent binary, octal,hexadecimal,255
Answers
Answered by
3
Answer:
Step 1: Divide (255)10 successively by 8 until the quotient is 0:
255/8 = 31, remainder is 7
31/8 = 3, remainder is 7
3/8 = 0, remainder is 3
Step 2: Read from the bottom (MSB) to top (LSB) as 377.
So, 377 is the octal equivalent to the decimal number 255 (Answer).
Answered by
0
. Convert (255)10 into its equivalent binary, hexadecimal and octal number.
Similar questions
History,
2 months ago
Computer Science,
5 months ago
Political Science,
10 months ago
Math,
10 months ago