Computer Science for IGCSE & O level - Data Representation (Section 13 - No. 3)

What is the maximum value representable by a 4-bit unsigned integer?
7
8
15
16

Explanation

A 4-bit unsigned integer can represent 2^4 = 16 values, starting from 0 up to 15.

Comments (0)

Advertisement