(A) Complexity and Capacity
(B) Processor and Memory
(C) Time and Space
(D) Date and Space
Tag: Data Structures Mcqs
Term push and pop is related to?
(A) Lists
(B) Array
(C) Stacks
(D) All of the above
Best average behaviour is shown by?
(A) Merge sort
(B) Quick sort
(C) Heap sort
(D) Insertion sort
A Queue is a?
(A) Ordered Array
(B) FIFO
(C) LIFO
(D) Linear Tree
Representation of data structure in memory is known as?
(A) Abstract data type
(B) Storage structure
(C) File structure
(D) Recursive
An adjacency matrix representation of a graph can not contain information of?
(A) Edges
(B) Direction of edges
(C) Parallel edges
(D) Nodes
Stack is also called?
(A) First in last out
(B) First in first out
(C) Last in last out
(D) Last in first out