Tag: daily

  • Current Affairs Quiz – June 2025

    Current Affairs Quiz – June 2025

    Q 1.Amoebic Meningoencephalitis, that was recently seen in the news, affects which part of the body?A .BrainB .LungsC .KidneyD .Heart Show Answer Answer:-A Brain Explanation The Kerala State Public Health Laboratory has developed its own molecular diagnostic test kits to detect five toxic species of Free-Living Amoeba (FLA). These Free-Living Amoeba (FLAs) can cause Amoebic…

  • Current Affairs Quiz – April 2025

    Current Affairs Quiz – April 2025

    Q 1.Where was the WHO Second Global Conference on Air Pollution and Health 2025 organized? A. Geneva, SwitzerlandB. Cartagena, ColombiaC. Paris, FranceD. New Delhi, India Show Answer Answer:-B. Cartagena, Colombia Explanation The Second World Health Organization (WHO) Global Conference on Air Pollution and Health was held in Cartagena, Colombia. It was co-organized by WHO, Colombia,…

  • Current Affairs Quiz – March 2025

    Current Affairs Quiz – March 2025

    Q 1.What is the theme of International Women’s Day 2025? A. Gender equality today for a sustainable tomorrowB. DigitALL: Innovation and Technology for Gender EqualityC. Invest in women: Accelerate progressD. For ALL Women and Girls: Rights. Equality. Empowerment Show Answer Answer:-D. For ALL Women and Girls: Rights. Equality. Empowerment Explanation International Women’s Day is celebrated…

  • CSS Questions & Answers – Miscellaneous CSS Constructs

    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…

  • Cloud Computing MCQ Questions & Answers Part 4

    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 .…

  • SQL MCQ Questions and Answers

    SQL MCQ Questions and Answers

    Q 1. What is the full form of SQL? A. Structured Query List B. Structured Query Language C. Simple Query Language D. None of these Show Answer Answer:-B. Structured Query Language Explanation SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS). Originally based…

  • Artificial Intelligence MCQ Questions & Answers Part 8

    Artificial Intelligence MCQ Questions & Answers Part 8

    Q 71. In LISP, the function returns the list that results after the first element is removed (the rest f the list), is A. car B. last C. cdr D. cons Show Answer Answer:-C. cdr Q 72. Output segments of AI programming contain(s) A. printed language and synthesized speech B. Manipulation of physical object C.…

  • Current Affairs Quiz – November, 2024

    Current Affairs Quiz – November, 2024

    Q 1.Which state government has launched the Elevate 2024 scheme for early stage startups? A. KarnatakaB. RajasthanC. MaharashtraD. Jharkhand Show Answer Answer:-A. Karnataka Explanation Karnataka launched ELEVATE 2024 and Karnataka Acceleration Network (KAN) to support start-ups. ELEVATE 2024 is a grant scheme offering up to ₹50 lakh per start-up to help early-stage companies with seed…

  • Python Questions and Answers – Lists – 4

    Python Questions and Answers – Lists – 4

    Python Programming Questions & Answers focuses on “Lists”. Q 1. What will be the output of the following Python code? def f(i, values = []): values.append(i) return values f(1)f(2)v = f(3)print(v) A. [1] [2] [3]B. [1] [1, 2] [1, 2, 3]C. [1, 2, 3]D. 1 2 3 Show Answer Answer:-C. [1, 2, 3] Explanation Execute in…

  • Python Questions and Answers – Lists – 3

    Python Questions and Answers – Lists – 3

    Python Programming Questions & Answers focuses on “Lists”. Q 1. Suppose list1 is [3, 4, 5, 20, 5, 25, 1, 3], what is list1 after list1.reverse()?A. [3, 4, 5, 20, 5, 25, 1, 3]B. [1, 3, 3, 4, 5, 5, 20, 25]C. [25, 20, 5, 5, 4, 3, 3, 1]D. [3, 1, 25, 5, 20,…

You cannot copy content of this page