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
When new data are to be inserted into a data structure, but there is no available space; this situation is usually called
Underflow
Overflow
Saturated
None of these
A man who write a program, and he takes 2 linear array with size 2 and 3. At the time of output displayed the size of 3rd array shows as 5 which technique did he used?
Copying
Traversal
Concatenation
Stack
Circular linked list follows the
FIFO Principle
LIFO Principle
Both FIFO and LIFO
Stacks and Queues are the examples of
Linear Data Structures
Non-linear data structures
Primitive data structures
Non-primitive data structures
The term "push" and "pop" is related to the
array
lists
stacks
Which of the following data structure is linear data structure?
Trees
Graphs
Arrays
Which of the following name does not relate to stacks?
FIFO lists
LIFO list
Piles
Push-down lists
The data structures are classified into _________ and _________.
Linear data structures and non-linear data structures
Primitive data structures and non - primitive data structures
Data type and Abstract data type
Data type and Array
____________ is the simplest sorting method.
Linear
Bubble sort
Selection sort
Insertion sort