Tag: MCQ
-
jQuery MCQ (Multiple Choice Questions) II
Q 1. The jQuery method used for parsing the JSON text is – A. parseHTML() method B. parseJSON() method C. noConflict() method D. each() method Show Answer Answer:-B. parseJSON() method Explanation The jQuery parseJSON() method takes a JSON string and returns a JavaScript object. The specified JSON string must follow the strict JSON format. Passing…
-
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…
-
C++ Programming MCQ – Arrays
Q 1. Which of the following correctly declares an array?A. int array; B. int array[10];C. array{10};D. array array[10]; Show Answer Answer:-B. int array[10]; Explanation Because array variable and values need to be declared after the datatype only. Q2. What is the index number of the last element of an array with 9 elements?A. 8B. 9C.…
-
Current Affairs Quiz – April, 2024
Q 1. Bindyarani Devi, who was recently in news, belongs to which sports? A. Weight liftingB. SwimmingC. BoxingD. Hockey Show Answer Answer:-A. Weight lifting Explanation Bindyarani Devi, Birmingham Commonwealth Games 2022 silver medalist, secured a bronze at the IWF World Cup 2024 in Phuket, Thailand, lifting 196 kg in the women’s 55 kg category. Conversely,…
-
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…
-
Synonyms MCQ English Quizs Question And Answer
Q 1. It was an astute move to sell the property at that stage. A. dishonest B. unwiss C. shrewd D. inexplicable Show Answer Answer:- C. shrewd Q 2. She is very discreet. A. mannered B. mild C. proud D. prudent Show Answer Answer:- D. prudent Q 3. The five experiments gave disparate results. A.…