All, MCQ, Operating System
1. You should save your computer from? A. viruses B. time bombs C. worms D. all of the above Answer .all of the above 2. World Wide Web is being standard by A. worldwide corporation B. w3c C. worldwide consortium D. world wide web standard Answer .w3c 3. Identify...
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...