Computer Science for IGCSE & O level - Data Representation (Section 11 - No. 39)
What is the largest decimal number that can be represented with a 8-bit binary number?
127
255
256
511
Explanation
An 8-bit binary number can represent values from 0 to 255 (2^8 - 1).
Comments (0)
