Multiple choice technology

In the binary language each letter of the alphabet, each number and each special character is made up of a unique combination of:

  1. 8 bytes

  2. 8 kb

  3. 8 characters

  4. 8 bits

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Binary representation uses 8 bits to represent each character. A bit is the smallest unit of data (0 or 1), and 8 bits combine to form 256 possible combinations, which is enough to represent all letters, numbers, and special characters in standard ASCII encoding. Bytes are groups of 8 bits, but the fundamental unit is the bit itself.