A) Alice Jones B) Robert Johnson C) David A. Huffman D) John Smith
A) Variable-length encoding B) ASCII encoding C) Binary encoding D) Fixed-length encoding
A) Symbols at odd indices B) Symbols starting with A C) Frequent symbols 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) O(n) B) O(log n) C) O(n2) D) O(n log n)
A) Binary heap B) Queue C) Stack D) Linked list
A) Symbol with a prime number B) Least frequent symbol C) Symbol with the longest name D) Most frequent symbol
A) Balanced tree B) Optimal binary tree C) Complete tree D) Perfect tree
A) Compressing the data B) Building a linked list C) Assigning binary codes to symbols D) Calculating symbol frequencies
A) Infix codes B) Postfix codes C) Prefix codes D) Suffix codes
A) Encoding speed B) Compression ratio C) Number of symbols D) Memory consumption |