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