Tag: quizsquestion

  • Current Affairs Quiz – September 2025

    Current Affairs Quiz – September 2025

    Q 1.The Shanghai Cooperation Organisation (SCO) Summit was held in which Chinese city? A. TianjinB. BeijingC. ShanghaiD. Guangzhou Show Answer Answer:-A. Tianjin Explanation In August 2025, Prime Minister Narendra Modi participated in the Shanghai Cooperation Organisation (SCO) Summit held in Tianjin, China. During the summit, Modi engaged in bilateral talks with Chinese President Xi Jinping…

  • CSS Questions & Answers – Print Styles and Development

    CSS Questions & Answers – Print Styles and Development

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Print Styles and their Development”. Q 1. @page is not supported in ________A. FirefoxB. OperaC. ChromeD. Internet Explorer Show Answer Answer:-A. Firefox Explanation @page is not supported in Firefox, but is supported in Chrome 2.0+, IE 8.0+, Opera 6.0+ and safari 5.0+. @page:first is supported only…

  • C++ Programming MCQ – Constants Quizs Question

    C++ Programming MCQ – Constants Quizs Question

    Q 1. The constants are also called as _____________A. constB. literalsC. preprocessorD. variables Show Answer Answer:-B. literals Explanation Other name for Constants are literals. Q 2. What are the parts of the literal constants?A. integer numeralsB. floating-point numeralsC. strings and boolean valuesD. all of the mentioned Show Answer Answer:-D. all of the mentioned Explanation Because…

  • Quadrilateral Test

    Quadrilateral Test

    Q 1. The diagonals do not necessarily bisect the interior angles at the vertices in aA. rhombus B. squareC. rectangleD. all of these Show Answer Answer:-C. rectangle Q 2. In figure, ABCD is a trapezium in which side AB is parallel to side DC and E is the midpoint of side AD. If F is a…

  • Multiple Choice Question on Matrices and Determinants

    Multiple Choice Question on Matrices and Determinants

    Q 1. If the system of equations, x + 2y – 3z = 1, (k + 3)z = 3, (2k + 1)x + z = 0 is inconsistent, then the value of k isA. 2B. ½C. 0D. – 3 Show Answer Answer:-D. – 3 Q 2. Let p a non singular matrix 1 + p + p2 + … +…

  • Binomial Theorem Practice Quizs Question

    Binomial Theorem Practice Quizs Question

    Q 1.The total number of terms in the expansion of (x + a)100 + (x – a)100 after simplification will beA. 202B. 51C. 50D. None of these Show Answer Answer:-51 Q 2. Let Tn denote the number of triangles which can be formed using the vertices of a regular polygon of n sides. If Tn + 1 –Tn = 21,…

  • Square Root Quizs Question II

    Square Root Quizs Question II

    Q 1.The largest of four digit numbers which is a perfect square is A. 9804B. 9904C. 9801D. 9809 Show Answer Answer:-C. 9801 Q 2. Evaluate √6084 by factorization method .A. 76B. 78C. 82D. 64 Show Answer Answer:-B. 78 Q 3. What is the square root of 8?A. 2.728B. 2.928C. 2.828D. 2.628 Show Answer Answer:-C. 2.828…

  • Square Root Quizs Question

    Square Root Quizs Question

    Q 1. Square root of 21 ?A. 1.532B. 1.632C. 1.732D. 1.832 Show Answer Answer:-C. 1.732 Q 2. The area of a square playground in 256.6404 square metres. Find the length of one side of the playground.A. 16.02 metresB. 17.02 metresC. 18.02 metresD. 19.02 metres Show Answer Answer:-A. 16.02 metres Q 3. What is the square…

  • C++ Programming Quizs  Question and Answers – OOPs

    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

    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…