Computer Science for IGCSE & O level - Data Representation (Section 14 - No. 13)
What is the binary equivalent of hexadecimal FF?
11110000
10001111
11111111
00001111
Explanation
FF in hexadecimal is 255 in decimal, which is 11111111 in binary.
Comments (0)
