Data Structures
Description: This test covers topics related to data structures. | |
Number of Questions: 15 | |
Created by: Sanjiv Memon | |
Tags: Data Structures Data and File Structures |
Which of the following data structures is usually used in compiler implementations to look up identifiers?
Which of the following is a linked abstract data structure, composed of nodes?
Which of the following data structures is not an abstract data type?
Which of the following statements regarding a priority queue is false?
Which of the following data structures follows this rule? undefined
Which of the following is not an application of the tree data structure?
The network data model majorly uses which of the following data structures?
The technique called 'Quadratic Probing' is generally used with which of the following data structures?
Which of the following data structures is the most efficient for storing data for efficient retrieval in a block-oriented storage context?
Which of the following algorithms may use heap as internal traversal data structures?
The Breadth First Search algorithm uses which of the following data structures to store intermediate results as it traverses the graph?
Which of the following image file formats stores bitmap images in a compressed format?
Which of the following statements regarding tree data structure is false?
Which of the following statements regarding arrays is incorrect?
Which of the following statements regarding the stack data structure is false?