(A) Complexity and Capacity
(B) Processor and Memory
(C) Time and Space
(D) Date and Space
Category: Data Structures Mcqs
Data Structures Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Data Structures Mcqs section will help users to prepare mcqs of Data Structures for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, System administrator and all other Exams can prepare their Data Structures portion from here.
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