Tag: daily knowledge
-
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 & Answers Part 9
Q 81. In LISP, the function (endp ) A. returns a new list that is equal to by copying the top-level element of B. returns the length of C. returns t if is empty. D. All of the above Show Answer Answer:-C. returns t if is empty. Q 82. In LISP, which of the following…
-
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
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
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 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…
-
C++ Programming Questions and Answers – String – 1
C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “String – 1”. C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “String – 1”. Q 1.What will be the output of the following C++ code? #include #include using namespace std; int main(int argc, char const *argv[]) { char str[] = “Hello World”; coutstr;…
-
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
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…
-
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…