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