The number 65535 is equal to 2ΒΉβΆ β 1, which means it is represented in binary as sixteen 1s. The pattern 1111111111111111β therefore corresponds exactly to 65535. Any binary string with one fewer one or with a zero somewhere in the middle will give a different decimal result. Hence option B is the correct binary representation.
Option A:
1111111111111110β represents 2ΒΉβΆ β 2, since its bits are all 1 except the least significant bit. Its decimal value is 65534, which is one less than 65535. Thus this option is not correct.
Option B:
1111111111111111β has ones in all positions from 2β° to 2ΒΉβ΅, so its value is the sum of all powers of 2 from 1 to 32768. This sum equals 65535, matching the decimal in the question exactly. Therefore this is the correct binary conversion.
Option C:
111111111111111β contains only fifteen ones, corresponding to 2ΒΉβ΅ β 1 = 32767. This is much smaller than 65535, so it cannot represent the given decimal.
Option D:
1111111111111101β is missing a one at the 2ΒΉ position, giving a value of 65533. Since this is less than 65535, this pattern fails to match the number in the question.
Comment Your Answer
Please login to comment your answer.
Sign In
Sign Up
Answers commented by others
No answers commented yet. Be the first to comment!