Tag: Ireland

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

  • Cloud Computing MCQ Questions & Answers

    Cloud Computing MCQ Questions & Answers

    Q 1. The term ‘Cloud’ in cloud-computing refers to . . . . . . . . A. The Internet B. Cumulus Clouds C. A Computer D. Thin Clients Show Answer Answer:-A. The Internet Explanation Picture the vast expanse of the digital realm, where data flows seamlessly like a boundless sky. This is what the…

  • Artificial Intelligence MCQ Questions & Answers Part 10

    Artificial Intelligence MCQ Questions & Answers Part 10

    Q 91. In LISP, the function returns t if is even and nil otherwise: A. (even <integer>) B. (evenp <integer>) C. (numeven <integer>) D. (numnevenp <integer>) Show Answer Answer:-B. (evenp ) Q 92. Which of the following is an advantage of using an expert system development tool? A. imposed structure B. knowledge engineering assistance C.…

  • Artificial Intelligence MCQ Questions & Answer Part 5

    Artificial Intelligence MCQ Questions & Answer Part 5

    Q 41. The hardware features of LISP machines generally include: A. large memory and a high-speed processor B. letter-quality printers and 8-inch disk drives C. a mouse and a specialized keyboard D. both (a) and (c) Show Answer Answer:-D. both (a) and (c) Q 42. In 1985, the famous chess player David Levy beat a…

  • Artificial Intelligence MCQ Questions & Answer Part 4

    Artificial Intelligence MCQ Questions & Answer Part 4

    Q 31. Ambiguity may be caused by: A. syntactic ambiguity B. multiple word meanings C. unclear antecedents D. All of the above Show Answer Answer:-D. All of the above Q 32. Which company offers the LISP machine considered to be “the most powerful symbolic processor available”? A. LMI B. Symbolics C. Xerox D. Texas Instruments…

  • Artificial Intelligence MCQ Questions & Answer Part 2

    Artificial Intelligence MCQ Questions & Answer Part 2

    Q 11. Seymour Papert of the MIT AI lab created a programming environment for children called: A. BASIC B. LOGO C. MYCIN D. None of the above Show Answer Answer:-B. LOGO Explanation Seymour Papert, a researcher at the MIT AI Lab, created a programming environment for children called LOGO. LOGO is a programming language specifically…

  • Artificial Intelligence MCQ Questions & Answer Part 1

    Artificial Intelligence MCQ Questions & Answer Part 1

    Q 1. What is the term used for describing the judgmental or common sense part of problem solving? A. Value based B. Critical C. Heuristic D. Analytical Show Answer Answer:-C. Heuristic Explanation A heuristic refers to a practical approach or guiding principle used to solve problems efficiently, especially when faced with complex or ill-defined situations.…

  • C++ Programming Questions and Answers – Function Call

    C++ Programming Questions and Answers – Function Call

    C++ quiz focuses on “Function Call”. One shall practice these quizzes 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. They can be a beginner, fresher, engineering…

  • CSS Questions & Answers – Selectors

    CSS Questions & Answers – Selectors

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Selectors”. Q 1. What type of selector is used in this case? p {line-height: 150%;} A. element SelectorsB. class SelectorsC. id SelectorsD. none of the mentioned Show Answer Answer:-A. element Selectors Explanation These selectors are called element selectors and are simply used as follows: element-name {…

  • CSS Questions & Answers – Advanced Selectors

    CSS Questions & Answers – Advanced Selectors

    CSS Multiple Choice Questions & Answers focuses on “Advanced Selectors”. Q 1. Which of the following selector selects all elements of E that have the attribute attr that end with the given value?A. E[attr^=value]B. E[attr*=value]C. E[attr$=value]D. none of the mentioned Show Answer Answer:-C. E[attr$=value] Explanation Example: p[title$=”!”] {color: red;} Q 2. Which of the following…

You cannot copy content of this page