Tag: Multiple Choice
-
Python Multiple Choice Questions – Function
Python Multiple Choice Questions & Answers (MCQs) focuses on “Function”. Q 1. Which of the following is the use of function in python?A. you can’t also create your own functions B. Functions don’t provide better modularity for your applicationC. Functions are reusable pieces of programsD. All of the mentioned Show Answer Answer:-C. Functions are reusable…
-
PHP Questions & Answers – Advanced Object-Oriented PHP
PHP Multiple Choice Questions & Answers (MCQs) focuses on “Advanced Object-Oriented PHP”. Q 1. Which of the following advanced OOP features is/are not supported by PHP? i) Method overloadingii) Multiple Inheritanceiii) Namespacesiv) Object CloningA. i)B. ii)C. i) and ii)D. iii) and iv) Show Answer Answer:-C. i) and ii) Explanation The advanced OOP features are: Object…
-
PHP Multiple Choice Questions – OOPs
PHP Multiple Choice Questions & Answers (MCQs) focuses on “OOPs”. Q 1. The practice of separating the user from the true inner workings of an application through well-known interfaces is known as _________A. PolymorphismB. InheritanceC. AbstractionD. Encapsulation Show Answer Answer:-D. Encapsulation Explanation \ In object-oriented PHP encapsulation is a concept of wrapping up or binding…
-
Python Multiple Choice Questions – List Comprehension
Python Multiple Choice Questions & Answers (MCQs) focuses on “List Comprehension”. Q 1. What will be the output of the following Python code snippet? k = [print(i) for i in my_string if i not in “aeiou”] A. prints all characters of my_string that aren’t vowelsB. prints all the consonants in my_stringC. prints all the vowels…
-
CSS Questions & Answers – Transforms and Transitions
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Transforms and Transitions”. Q 1. Which of the following property defines the length of time that a transition takes? A. transition-durationB. transitionC. transform-durationD. transition-property Show Answer Answer:-A. transition-duration Q 2. Which of the following property defines when the transition will start and it allows a transition…
-
C++ Programming Questions and Answers – String Class 5
C++ Multiple Choice Questions focuses on “String Class”. One shall practice these questions to improve their 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. C++ questions comes with the detailed…
-
CSS Questions & Answers – Specificity and Importance
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Specificity and Importance”. Find the specificity of the statments using the rule given below.A selector’s specificity is calculated as follows:1) count 1 if the declaration is from is a ‘style’ attribute rather than a rule with a selector, 0 otherwise (= a) (In HTML, values of…
-
C++ Programming Question and Answers – Exceptions
C++ Programming Multiple Choice Questions focuses on “Exceptions”. One shall practice these questions to improve their C++ programming skills needed for various interviews (campus interviews,, 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…
-
Multiple Choice Quizs 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 + … +…