Miscellaneous On Data Structures - Study Mode

[#571] Function rand() generates unique random numbers every time.
Correct Answer

(B) false

[#572] What is the set partition problem?
Correct Answer

(C) checking whether the set can be divided into two subsets of with equal sum of elements and printing true or false based on the result

[#573] What will be the plain text corresponding to cipher text "YGQ" if hill cipher is used with keyword as "GYBNQKURP"?
Correct Answer

(A) SECRET

[#574] Let A={1, 2, 3} B={2, 3, 4} C={1, 3, 5} D={2, 3}. Find the cardinality of sum of all the sets.
Correct Answer

(B) 5

[#575] Beaufort cipher and variant beaufort cipher are same ciphers.
Correct Answer

(B) False