Computer Science, asked by ramkumary674, 5 months ago

Convert the following Decimal numbers to its equivalent binary, octal,hexadecimal,255​

Answers

Answered by umemaamilyawala
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 vijayrakesh698
0

. Convert (255)10 into its equivalent binary, hexadecimal and octal number.

Similar questions