Miscellaneous On Data Structures - Study Mode

[#791] Which of the following is not a fibonnaci number?
Correct Answer

(D) 14

[#792] What is the lcm (a, b)?
Correct Answer

(C) lcm (b, a)

[#793] What will be the ciphered text for the input string "example" with key string as "hello" to the program of keyword cipher?
Correct Answer

(A) axhkpja

[#794] Router cipher becomes less secure when we have to encrypt longer messages.
Correct Answer

(B) false

[#795] Random page replacement algorithm may behave like any other page replacement algorithms.
Correct Answer

(A) True