Miscellaneous On Data Structures - Study Mode

[#811] What is the GCD of 8 and 12?
Correct Answer

(D) 4

[#812] What will be the ciphered text corresponding to "ALGORITHM" if bifid cipher is used for encryption with key as "KEY" with a period as 5?
Correct Answer

(D) YFSGWNFBW

[#813] Which of the following recurrence relations can be used to find the nth fibonacci number?
Correct Answer

(D) F(n) = F(n - 1) + F(n - 2)

[#814] In general, backtracking can be used to solve?
Correct Answer

(C) Combinatorial problems

[#815] Space signal is of how many unit?
Correct Answer

(A) 1