Tag: Today
-
CSS Questions & Answers – Floating Elements for Layout
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Floating Elements for Layout”. Q 1. Which of the following values are accepted by the float Property?A. leftB. rightC. noneD. all of the mentioned Show Answer Answer:-D. all of the mentioned Explanation Q 2. Which of the following property is used to control the behaviour of…
-
CSS Questions & Answers – Styling Tables
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Styling Tables”. Q 1. Which of the following element is used within the table element to define a caption?A. <tablecaption> B. <table-cap> C. <caption> D. <table-caption> Show Answer Answer:-C. Q 2. Which of the following property is used to specify table borders in CSS?A. tableB. borderC.…
-
CSS Questions & Answers – Major Themes
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Major Themes”. Q 1. _ property defines a mask to be used as a box’s overlay in order to clip the box to a complex shape.A. mask-box-imageB. maskC. mask-attachmentD. mask-origin Show Answer Answer:-B. mask Explanation Syntax: mask: mask-attachment Q 2. _ property specifies whether the mask…
-
CSS Questions & Answers – Miscellaneous CSS Constructs
CSS Questions and Answers focuses on “Miscellaneous CSS Constructs”. Q 1. Which of the following represents a comment?A. /!– comments –!/B. /! comments !/C. /* comments */D. None of the mentioned Show Answer Answer:-c) /* comments */ Q 2. A single _____________ rule can be used in an external sheet to define character set encoding…
-
C++ Programming MCQ – Constructors and Destructors – 2
C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Constructors and Destructors – 2”. Q 1. What is the difference between constructors and destructors?A. They have a different function nameB. Constructors allow function parameters whereas destructors do notC. Constructors does not have return type whereas destructors do haveD. Constructors does not function parameters Show…
-
Cloud Computing MCQ Questions & Answers Part 5
Q 81. What is the name of Rackspace’s cloud service? A. Cloud On-Demand B. Cloud Servers C. EC2 D. None of these Show Answer Answer:-B. Cloud Servers Q 82. Point out the wrong statement. A. a composable component must be stateless B. a composable component must be modular C. a cloud cannot be created within…
-
Cloud Computing MCQ Questions & Answers Part 4
Q 61. . . . . . . . . is a function of the particular enterprise and application in an on-premises deployment. A. Vendor lock B. Vendor lock-ins C. Vendor lock-in D. None of the mentioned Show Answer Answer:-C. Vendor lock-in Q 62. The method which offers higher speeds of I/O transfers is .…
-
C++ Programming Questions and Answers – Dereferencing
C++ programming skills needed for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C question bank comes with the detailed explanation…
-
SQL MCQ Questions and Answers 4
Q 61. A subquery in an SQL SELECT statement is enclosed in: A. brackets — […]. B. parenthesis — (…). C. CAPITAL LETTERS. D. braces — {…}. Show Answer Answer:-B. parenthesis — (…). Explanation In SQL, a subquery is enclosed in parentheses, as shown in Option A. Subqueries are used to retrieve data from one…
-
C++ Programming Questions and Answers – Increment and Decrement
C++ programming questions and answers focuses on “Increment and Decrement”. One shall practice these questions to improve their C++ programming skills needed for various interviews (campus interviews, walk-in interviews, company interviews, entrance exams and other competitive exams. C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C++…