Computer Science, asked by akaraju380gmailcom, 1 day ago

convert (3528)¹⁰ to a hexadecimal number show process​

Answers

Answered by InvincibleAtharva
0

Answer:

Hey mate Please mark me as the brainliest Please I need it.

Explanation:

To convert decimal number 3528 to hexadecimal, follow these steps:

Divide 3528 by 16 keeping notice of the quotient and the remainder.

Continue dividing the quotient by 16 until you get a quotient of zero.

Then just write out the remainders in the reverse order to get hexadecimal equivalent of decimal number 3528.

Answered by βαbγGυrl
1

Answer:

Since 8 is 2 to the third power (2 3 ), the octal system became a perfect abbreviation of binary for machines that employ word sizes divisible by three - which were 6-bit, 12-bit, 24-bit or 36-bit. Nowadays, most modern systems use hexadecimal rather than octal.

Similar questions