Answer:
7 bits.
Step-by-step explanation:
In operating system, bits are used to hold or display the data. The combination of bits can be used to display the multiple items. For example, a simple bit can only show two different characters that would be mapped on either 0 or 1.
Similarly, two bits can store or hold four different characters using the combinations 00, 01, 10 and 11. In short, the total number encoded by a specific number of bits "n" can be calculated using
.
In this scenario, we have a total of 47 keys. In addition, each key can show a different character by holding shift key. Therefore, each key can show two different characters that makes 47 x 2 = 94 characters.
To show 94 characters, we need to find the bits using
.
Lets start with 5 bits.
, 32 < 94 that cannot fulfill our requirements.
, 64 < 94 that still cannot fulfill our requirements.
, 128 > 94 Therefore, 7 bits could be used to display 94 different characters.