Miscellaneous On Data Structures - Study Mode

[#206] The code length does not depend on the frequency of occurrence of characters.
Correct Answer

(B) false

[#207] Which of the following cipher does not require a key for encrypting plain text?
Correct Answer

(A) atbash cipher

[#208] The random page replacement algorithm may suffer from Belady's anomaly.
Correct Answer

(A) True

[#209] What is the primary use of a Bloom Filter?
Correct Answer

(C) To test membership of an element in a set with a trade-off between accuracy and space

[#210] Which data structure is used to manage dynamic subsets with efficient merging and querying?
Correct Answer

(C) Disjoint Set Union (DSU)