Select the correct answer.
Suppose you want to encode the numerals 0–9 and the 26 letters of the alphabet, using separate codes for lowercase and uppercase letters. What is the minimum number of binary digits you will need for the code?
A.
5
B.
6
C.
7
D.
8
E.
9

Respuesta :

10 numbers + 26 letters = 36 characters

log2 36 ~= 5.12 . The next integer is 6.


Answer : B) 6

Answer:

8 since usually binary code uses 8 bit forms like 0110 1110 which represent their on data on a binary chart for 1 character

Explanation: