answersLogoWhite

0

The number 200 in binary is the eight-digit number 11001000.

The digits in a binary number are exponents of 2 rather than 10, so that for an eight-digit number in binary, the digit places represent

128, 64, 32, 16, 8, 4, 2, 1 instead of increasing values of 10.

11001000 = 128 + 64 + (0x32) +(0x16) + 8 + (0x4) + (0x2) + (0x1) = 200

User Avatar

Wiki User

12y ago

What else can I help you with?