All, Data Structures, MCQ
Data Structure MCQ – More MCQ With Answer Part-3 1. Each node in a singly linked list have ______ fields A. 2 B. 3 C. 4 D. 5 Answer: A.2 2. Quotation marks are also called as ____________. A. string delimiters. B. period. C. stopper. D. string. Answer: A.string...
All, Data Structures, MCQ
Data Structure MCQ – More MCQ With Answer Part-2 1. The time required in best case for search operation in binary tree is ____________. A. O(n). B. O(2n). C. O(log n). D. O( log 2n). Answer: C.O(log n). 2. Which of the following way follows in Post order...
All, Data Structures, MCQ
Data Structure MCQ – More Data Structure MCQs Part-1 1. A ___________refers to a single unit of values. A. data value. B. attribute value. C. data item. D. elementary. Answer: C.data item. 2. Data items that are divided into subitems are called ___________. A....
All, Data Structures, MCQ
Data Structures Multiple Choice Question(MCQ) with Answers Chapter: Linear Data Structures – List 1. Elements in an array are accessed _____________ a) randomly b) sequentially c) exponentially d) logarithmically Answer: a 2. Assuming int is of 4bytes, what is the...
All, Data Structures, MCQ
Data Structures Multiple Choice Question(MCQ) with Answers Chapter: Linear Data Structures Stacks and Queues 1. Process of inserting an element in stack is called A. Create B. Push C. Evaluation D. Pop Answer:B.Push 2. Process of removing an element from stack is...
All, Data Structures, MCQ
Data Structures Multiple Choice Question with Answers Chapter: Non-LInear Data Structures ( Trees) 1. What is the maximum number of children that a binary tree node can have? A. 0 B. 1 C. 2 D. 3 Answer: C.2 2. The following given tree is an example for? A. Binary tree...