Computer Science for IGCSE & O level - Data Representation (Section 5 - No. 49)

What is the range of decimal numbers that can be represented using a single byte (8 bits)?
0-127
0-255
1-256
0-512

Explanation

8 bits allow for 2^8 = 256 different values (0-255).

Comments (0)

Advertisement