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