Introduction To Data Structures - Study Mode

[#36] Which data structure uses FIFO order?
Correct Answer

(C) Queue

[#37] Which of the following is not a data structure?
Correct Answer

(D) None of the above

[#38] Which data structure is used to implement recursion?
Correct Answer

(B) Stack

[#39] Which of the following data structures allows random access?
Correct Answer

(B) Array

[#40] What is the time complexity of accessing an element in an array?
Correct Answer

(B) O(1)