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