Tag: Quizs
-
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…
-
Discrete Mathematics Quizs Question
Discrete mathematics questions and answers: Q1. If f(x) = ax + b and g(x) = cx +d, then f(g(x)) = g(f(x)) if and only ifA. f(d) = g(b)B. f(b) = g(b)C. f(a) = g(c)D. f(c) = g(a) Show Answer Answer:-A. f(d) = g(b) Q 2. A number that can be expressed as the ratio of…
-
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…
-
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…
-
CSS Quizs Question & Answers – Targeting Styles with Media Queries
Q1. Which of the following Media Query describe the ratio of the device width to the device height of the media?A. device-aspectB. device-aspect-query C. device-aspect-ratioD. none of the mentioned Show Answer Answer:-B. device-aspect-query Q 2. Which of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like…
-
Java Quizs Question & Answers – Integer and Floating Data Types
Q 1. An expression involving byte, int, and literal numbers is promoted to which of these?A. longB. intC. byteD. float Show Answer Answer:-B. int Explanation An expression involving bytes, ints, shorts, literal numbers, the entire expression is promoted to int before any calculation is done. Q 2. Which of these literals can be contained in…