Tag: Ireland

  • 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…

  • Euclidean Geometry Quiz with Answers

    Euclid Geometry Questions and Answers: Q 1 . It is known that if x + y = 10 then x + y + z = 10 + z. The Euclid‟s axiom that illustrates this statement is :A. First AxiomB. Second AxiomC. Third AxiomD. Fourth Axiom Show Answer Answer:-B. Second Axiom Q 2. Thales belongs to…

  • Quizs Question on Volume and Surface Area

    Surface Area & Volume Ratio multiple choice questions: Q 1. A solid sphere of radius r is melted and cast into the shape of a solid cone of height r, the radius of the base of the cone isA. 3rB. 2rC. rD. 4r Show Answer Answer:-B. 2r Q 2. A metallic sphere of radius 10.5…

  • Law of Exponents Multiple Choice Quizs Question

    Q 1. The units digit in (2469)153 will beA. 1B. 3C. 7D. 9 Show Answer Answer:-D. 9 Q 2. If 5a = 3125, find the value of 5a–3A. 15B. 35C. 25D. 45 Show Answer Answer:-C. 25 Q 3. If m and n are whole numbers such that mn = 121, find the value of (m…

  • CSS Quizs Question & Answers – Backgrounds, Borders and Drop Shadow

    Q 1. Which of the following property defines the space between cells in a table?A. autoB. borderC. spacingD. border-spacing Show Answer Answer:-D. border-spacing Explanation Syntax: border-spacing: non-negative length(s) | inherit Q 2. Which of the following property defines the visual style of up to four different sides of a border?A. border- imgB. border-colorC. border-visualD. border-style…

  • Java Quizs Question & Answers – Character and Boolean Data Types

    Q 1. What will be the output of the following Java program? A. 64B. 65C. 67D. 66 Show Answer Answer:-D. 66 Explanation ASCII value of ‘A’ is 65, on using ++ operator character value increments by one. output:$ javac mainclass.java $ java mainclass 66 Q 2. What will be the output of the following Java…

  • C++ Programming Quizs Question and Answers – Basics

    Q 1.What are the formal parameters in C++?A. Parameters with which functions are calledB. Variables that are never used in the functionC. Variables other than passed parameters in a functionD. Parameters which are used in the definition of the function Show Answer Answer:-D. Parameters which are used in the definition of the function Explanation Formal…

  • CSS Quizs Question & Answers – Gradients without Images

    Q 1. Which of the following is not a browser-specific versions of linear-gradient()?A. -moz-linear-gradient()B. -mac-linear-gradient()C. -o-linear-gradient()D. -webkit-linear-gradient() Show Answer Answer:-B. -mac-linear-gradient() Q 2. Which of the following argument is not accepted by radial-gradient() function?A. ShapeB. PositionC. Color stopsD. Time Show Answer Answer:-D. Time Q 3. Which of the following function creates a CSS gradient image…

You cannot copy content of this page