Data Structures & Algorithms MCQ with Answers: This is continuation of previous post - Data Structures and Algorithms MCQ with Answers. The next set of 20 questions are presented in this post. As these are the most probable questions for any exam, hope these will be helpful.You can find … [Read more...]
Data Structures & Algorithms MCQ with Answers
Data Structures & Algorithms MCQ with Answers: Any course on Data Structures and Algorithms expects a sound understanding for manipulating data. Data structures for storing information in tables, lists, trees, queues and stacks are basically expected. Some basic graph and discrete transform … [Read more...]
Solved C++ MCQs Set 05
C++ Multiple Choice Questions 81. What is the implicit pointer that is passed as the first argument for nonstatic member functions? a. 'self' pointer b. std::auto_ptr pointer c. 'Myself' pointer d. 'this' pointer82. Which of the following operators can be overloaded? a. . (dot or member … [Read more...]
Solved C++ MCQs Set 04
C++ Multiple Choice Questions 61. Which of the following is the most general exception handler that catches exception of ‘any type’? a. catch(std::exception) b. catch(std::any_exception) c. catch(…) d. catch()62. In a group of nested loops, which loop is executed the most number of … [Read more...]
101 to 200 MS Word MCQ Questions
Save this page to your social networkShare0Share +10Tweet0Share0Pin0Here we present the solved multiple choice questions from Microsoft Word numbered from 101 to 200. Please find the correct answers at the bottom of this page.___TVE_SHORTCODE_RAW__101. What is the shortcut key for … [Read more...]
Solved C++ MCQs Set 01
Show your love! Share this page! Share10 Share +12 Tweet0 Share0 Pin1C++ Multiple Choice Questions1. If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?a. const X* constb. X* constc. X*d. X&2. Which classes allow primitive types to … [Read more...]
Solved C++ MCQs Set 06
C++ Multiple Choice Questions 101. What is the size of wchar_t in C++? a) 2 b) 4 c) 2 or 4 d) depends on the number of bits in the system102. Pick the odd one out a) array type b) character type c) boolean type d) integer type 103. Which datatype is used to represent … [Read more...]
Solved C++ MCQs Set 03
C++ Multiple Choice Questions41. Which of the following correctly describes the meaning of ‘namespace’ feature in C++? a. Namespaces refer to the memory space allocated for names used in a program b. Namespaces refer to space between teh names in a program c. Namespaces refer to space between the … [Read more...]
PowerPoint MCQ – The remaining questions upto 384
PowerPoint MCQ Questions - Here are the last set with remaining 84 multiple choice questions from MS PowerPoint MCQ Bank. The answers to these MCQ questions are listed at the end of the page.Please use following buttons to share this page over your Facebook, Twitter and Google+ networks. Your … [Read more...]
MCQ Questions from Operating Systems – #401 to 442
Questions:401. Swappinga. Works best with many small partitions b. Allows many programs to use memory simultaneously c. Allows each program in turn to use the memory d. Does not work with overlaying402. The windows feature is the ability of computer to automatically configure a new … [Read more...]
Recent Comments