Data Structure
Description: This test consists of computer programming related questions based on data structures concept. | |
Number of Questions: 20 | |
Created by: Vaibhav Pathak | |
Tags: data structure gate Data Structure |
Stack is an example of
Which of the following is called stack underflow operation?
Which of the following sorting techniques is based on divide and conquer method?
Which of the following is not a stack operation?
Which of the following operations of stack needs parameter in its method?
Which of the following is/are unstable sort(s)?
Which of the following is/are the implementation(s) of the queue data structure?
Which of the following is/are the true statement(s)?
Which of the following is not an application of queue data structure?
File system on a computer is an example of which of the following data structures?
Routing algorithm is an example of which of the following data structures?
Graph data structure is used in which of the following?
Which of the following is/are the uses of a tree data structure?
Which of the following is/are built-in data structures?
Breadth-first search is an example of which of the following data structures?
Which of the following is/are the application(s) of an array data structure?
Which of the following is/are the applications of a linked list data structure?
Decimal to binary conversion can be implemented using which of the following data structures?
Which of the following statements is/are true about the double-ended queue?
Dijkstra's algorithm is an example of which of the following data structures?