Tag: Quizs Question

  • C++ Programming Questions and Answers – C++ Concepts – 2

    Q 1. Which of the following is the scope resolution operator?A. .B. *C. ::D. ~ Show Answer Answer:-C. :: Explanation :: operator is called scope resolution operator used for accessing a global variable from a function which is having the same name as the variable declared in the function. Q 2. What will be the…

  • C++ Programming Questions and Answers – C++ Concepts – 1

    Q 1. In which part of the for loop termination condition is checked?for(I;II;III){IV}A. IB. IIC. IIID. IV Show Answer Answer:-B. II Explanation In II part the termination condition of the for loop is checked. Q 2. What is dynamic binding?A. The process of linking the actual code with a procedural call during compile -timeB. The…

  • GK Questions and Answers on Freedom Fighters of India

    GK Questions and Answers on Freedom Fighters of India

    Q 1. Who founded the “All India Women’s Conference” to work for women’s rights? Show Answer Answer:-Annie Besant Q 2. Which freedom fighter is associated with the Khilafat Movement? Show Answer Answer:-Maulana Abul Kalam Azad Q 3. Who was known as the “Frontier Gandhi” for his work in the North-West Frontier Province (now Khyber Pakhtunkhwa)?…

  • Current Affairs Quiz – March, 2024

    Current Affairs Quiz – March, 2024

    Q 1.Which one of the following company recently collaborated with MAHAGENCO to develop Renewable Energy Parks in Maharashtra?A. Tata GroupB. NTPC Green Energy LimitedC. Reliance Industries LimitedD. ITC Limited Show Answer Answer:-B. NTPC Green Energy Limited Explanation NTPC Green Energy Limited (NGEL) collaborates with Maharashtra State Power Generation Company Limited (MAHAGENCO) to establish Renewable Energy…

  • GK Quizs Question on Ayodhya Ram Mandir With Answer

    GK Quizs Question on Ayodhya Ram Mandir With Answer

    Q 1. What is the location of the Ayodhya Ram Mandir? A. Varanasi B. Ayodhya C. Mathura D. Haridwar Show Answer Answer:-B. Ayodhya Q 2. Who is considered the central figure of devotion in the Ayodhya Ram Mandir? A. Lord Krishna B. Lord Shiva C. Lord Rama D. Lord Hanuman Show Answer Answer:-C. Lord Rama Q 3. What…

  • Books and Literature Quizs Question

    Books and Literature Quizs Question

    Q 1. “The Da Vinci Code” opens with a murder in which famous museum? Show Answer Answer:-The Louvre Q 2. Which horror author penned the apocalyptic novel “The Stand”?   Show Answer Answer:-Stephen King Q 3. What was the original title of Ray Bradbury’s “Fahrenheit 451”? Show Answer Answer:-“The Fireman” Q 4. Which book about a band…

  • Trigonometry Practice Questions with Answers

    Trigonometry Practice Questions with Answers

    Multiple Choice Trigonometry and Trigonometry Ratio Sample Paper: Q1. If cos x + cos2 x = 1, then the value of sin2 x + sin4 x isA. 1B. – 1C. 0D. 2 Show Answer Answer:-A. 1 Q 2.If tan A + cot A = 4, then tan4 A + cot4 A is equal toA. 110B. 170C. 180D. 194 Show Answer Answer:-D.…

  • Problem Questions on Polynomials (Algebra):

    Problem Questions on Polynomials (Algebra):

    Q 1. If (2x – 1) is a factor of both 6×2 + ax – 4 and bx2 – 11x + 3, then the values of a and b areA. a = 5, b = 10B. a = 3, b = 10C. b = 2a, a = 4D. a = 2b, b = 2 Show Answer Answer:-A. a =…

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

    Q 1. What will be the output of the following Java program? class mainclass { public static void main(String args[]) { char a = ‘A’; a++; System.out.print((int)a); } } 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:$…

  • CSS Quizs Question & Answers – CSS Box Model

    CSS Quizs Question & Answers – CSS Box Model

    Q 1. Which of the following display property value is described by used internally by browsers to create list items. Of no practical value to web designers?A. inline-blockB. groupC. list-itemD. none Show Answer Answer:-C. list-item Q 2. Which of the following property controls the horizontal overflow of a block or inline block?A. overflow-xB. overflowC. overflow-yD.…