A) Alice Jones B) John Smith C) David A. Huffman D) Robert Johnson
A) ASCII encoding B) Binary encoding C) Variable-length encoding D) Fixed-length encoding
A) Symbols starting with A B) Frequent symbols C) Rare symbols D) Symbols at odd indices
A) A code that uses only 0s and 1s B) A code where no codeword is a prefix of another C) A code with equal-length codewords D) A code that starts with the same symbol
A) Balanced tree B) Optimal binary tree C) Perfect tree D) Complete tree
A) Number of symbols B) Encoding speed C) Compression ratio D) Memory consumption
A) O(log n) B) O(n) C) O(n log n) D) O(n2)
A) Calculating symbol frequencies B) Compressing the data C) Assigning binary codes to symbols D) Building a linked list
A) Most frequent symbol B) Least frequent symbol C) Symbol with the longest name D) Symbol with a prime number
A) Stack B) Binary heap C) Queue D) Linked list
A) Suffix codes B) Infix codes C) Postfix codes D) Prefix codes |