answersLogoWhite

0

To convert a decimal number to binary, you simply need to divide by 2 and take note of the remainder.

Example:

23 / 2 = 11 Remainder 1

11 / 2 = 5 Remainder 1

5 / 2 = 2 Remainder 1

2 / 2 = 1 Remainder 0

2 / 1 = 0 Remainder 1

The answer is therefore 10111.

NB: If the question is to answer is 8-bit you must pad it out with zeroes as follows:

00010111

User Avatar

Wiki User

9y ago

What else can I help you with?