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