Category: Computer Science

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

  • Artificial Intelligence MCQ Questions & Answers part 7

    Artificial Intelligence MCQ Questions & Answers part 7

    Q 61. LISP machines also are known as: A. super mini computers B. time-sharing terminals C. AI workstations D. All of the above Show Answer Answer:-C. AI workstations Q 62. Natural language processing can be divided into the two subfields of: A. context and expectations B. generation and understanding C. semantics of pragmatics D. recognition…

  • Artificial Intelligence MCQ Questions & Answer Part 6

    Artificial Intelligence MCQ Questions & Answer Part 6

    Q 51. A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery. A. RAMD B. MIT C. BACON D. DU Show Answer Answer:-C. BACON Q 52. A.M. turing developed a technique for determining whether a computer could or could not demonstrate the artificial Intelligence,, Presently, this technique…

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

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

  • CSS Questions & Answers – Applying Style to a Document

    CSS Questions & Answers – Applying Style to a Document

    CSS Interview Questions and Answers for freshers focuses on “Applying Style to a Document”. Q 1. Which of the following is the correct way to applying style to a document?A. Use an external style sheet, either by importing it or by linking to itB. Directly embed a document-wide style in the head element of the…

You cannot copy content of this page