Which Data Structure that works on a principle RIRO ?
Stack
Queue
Linked List
Tree
Finding the location of the element with a given value is:
Traversal
Search
Sort
None of these
Which of the following data structures are indexed structures?
Linear arrays
Linked lists
Priority Queue
A data structure where elements can be added or removed at either end but not in the middle
Stacks
Queues
Deque
Which of the following data structure is linear data structure?
Trees
Graphs
Arrays
Two dimensional arrays are also called
Table arrays
Matrix arrays
Both 1 and 2
Which of the following allows a variety of critical operations to be performed?
Data structure
Data type
Index
The searching method that can be used on small arrays.
Binary search
Linear search
Random Search
Bubble search
____________ is the simplest sorting method.
Linear
Bubble sort
Selection sort
Insertion sort
Each array declaration need not give, implicitly or explicitly, the information about
the name of array
the data type of array
the first data from the set to be stored
the index set of the array