Miscellaneous On Data Structures - Study Mode

[#96] The type of encoding where no character code is the prefix of another character code is called?
Correct Answer

(B) prefix encoding

[#97] Under which of the following scenarios is page replacement algorithm required?
Correct Answer

(A) When total memory exceeds physical memory

[#98] Mo's algorithm can only be used for problems where the query can be calculated from the result of the previous query.
Correct Answer

(A) true

[#99] What can be the minimum sum of digits for a 4 digit number?
Correct Answer

(B) 1

[#100] Recursive solution of subset sum problem is faster than dynamic problem solution in terms of time complexity.
Correct Answer

(B) false