Vidyalelo
Data Structure · Q109

Miscellaneous on Data Structures

Programming · Data Structure · question 109

Q109

How many bits are needed for standard encoding if the size of the character set is X?

A.
log X
Answer
B.
X+1
C.
2X
D.
X2

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board