Tag: Knowledge
-
Python Multiple Choice Quizs Question – Lists
Q 1. Suppose list1 is [1, 5, 9], what is sum(list1)?A. 1B. 15C. 9D. Error Show Answer Answer:-B. 15 Explanation Sum returns the sum of all elements in the list. Q 2. To shuffle the list(say list1) what function do we use?A. list1.shuffle()B. shuffle(list1)C. random.shuffle(list1)D. random.shuffleList(list1) Show Answer Answer:-C. random.shuffle(list1) Explanation Execute in the shell…
-
Quadratic Equations Exercise Quizs Question
Q 1. The roots of the equation ix2 – 4x – 4i = 0 areA. –2iB. 2iC. –2i, –2iD. 2i, 2i Show Answer Answer:-C. –2i, –2i Q 2. Two students while solving a quadratic equation in x, one copied the constant term incorrectly and got the roots 3 and 2. The other copied the constant term and coefficient of…
-
The Book Quizs Question
-
Area of Parallelograms and Triangles Worksheet Quizs Question
Q 1. A parallelogram ABCD and a rectangle ABPQ are on the same base AB and between the same parallels AB and CQ. If AB = 8 cm and AQ = 6 cm, find the area of ||gm ABCD.A. 52 cm2B. 46 cm2C. 48 cm2D. 58 cm2 Show Answer Answer:-C. 48 cm2 Q 2. In the given figure, PQS = SRQ, QPR = SRQ, U is a point on QR such…
-
General Maths Quizs Question with Answers MCQ
Q 1.The equation of the normal to the curve y = sin x at (0, 0) isA. x = 0B. y = 0C. x + y = 0D. x – y = 0 Show Answer Answer:-C. x + y = 0 Q 2. What shape are honeycomb cells?A. TrianglesB. PentagonsC. SquaresD. Hexagons Show Answer Answer:-D.…
-
C++ Programming Quizs Question and Answers – OOPs -2
Q1. Which of the following is a static polymorphism mechanism?A. Function overloadingB. Operator overloadingC. TemplatesD. All of the mentioned Show Answer Answer:-D. All of the mentioned Explanation All the options mentioned above uses static polymorphism mechanism. As the conflicts in all these types of functions are resolved during compile-time. Q 2. Which of the following…
-
C++ Programming Quizs Question and Answers – OOPs
Q 1. Which of the following cannot be a friend?A. FunctionB. ClassC. ObjectD. Operator function Show Answer Answer:-C. Object Explanation Objects of any class cannot be made a friend of any other or same class whereas functions, classes and operator functions can be made a friend. Q 2. Why references are different from pointers?A. A…
-
C++ Programming Quizs Question MCQ – OOPs
Q 1. Which of the following shows multiple inheritances?A. A->B->CB. A->B; A->CC. A,B->CD. B->A Show Answer Answer:-C. A,B->C Explanation In multiple inheritance, a single class is inherited from two classes. So in A,B->C, Class C is inherited from A and B, whereas in A->B->C, C from B and B from A called simple inheritance, in…
-
Mean, Median, Mode Quizs Question
Q 1. Mean marks of 150 students were found to be 50.Later it was found that a score of 87 was misread as 78.What is the correct mean?A. 50.09B. 59C. 49.9D. None of these Show Answer Answer:-A. 50.09 Q 2. What is the range of the following data? Class 40-45 45-50 50-55 55-60 60-65 65-70 Frequency 4…
-
Canada Quizs Question and answers
General Knowledge Quizs Question on Canada Geography, government, water bodies, provinces and important events Q 1. What attracts tourists to Whistler, British Columbia, Canada?A. Groundhog dayB. It is a ski resortC. GeysersD. It is a fishing center Show Answer Answer:-B. It is a ski resort Q 2. The highest mountain in Canada is __A. Mount…