Computer Science - Artificial Intelligence MCQs Part 2
1. A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery.
A.
RAMD
RAMD
B.
BACON
BACON
C.
MIT
MIT
D.
DU
DU
E.
None of the above
None of the above
Answer Option B
2. A.M. turing developed a technique for determining whether a computer could or could not demonstrate the artificial Intelligence,, Presently, this technique is called
A.
Turing Test
Turing Test
B.
Algorithm
Algorithm
C.
Boolean Algebra
Boolean Algebra
D.
Logarithm
Logarithm
E.
None of the above
None of the above
Answer Option A
3. A Personal Consultant knowledge base contain information in the form of:
A.
parameters
parameters
B.
contexts
contexts
C.
production rules
production rules
D.
All of the above
All of the above
E.
None of the above
None of the above
Answer Option D
4. Which approach to speech recognition avoids the problem caused by the variation in speech patterns among different speakers?
A.
Continuous speech recognition
Continuous speech recognition
B.
Isolated word recognition
Isolated word recognition
C.
Connected word recognition
Connected word recognition
D.
Speaker-dependent recognition
Speaker-dependent recognition
E.
None of the above
None of the above
Answer Option D
5. Which of the following, is a component of an expert system?
A.
inference engine
inference engine
B.
knowledge base
knowledge base
C.
user interface
user interface
D.
All of the above
All of the above
E.
None of the above
None of the above
Answer Option D
6. A computer vision technique that relies on image templates is:
A. edge detection
B. binocular vision
C. model-based vision
D. robot vision
E. None of the above
Answer Option C
7. DARPA, the agency that has funded a great deal of American AI research, is part of the Department of:
A. Defense
B. Energy,
C. Education
D. Justice
E. None of the above
Answer Option A
8. Which of these schools was not among the early leaders in AI research?
A. Dartmouth University
B. Harvard University
C. Massachusetts Institute of Technology
D. Stanford University
E. None of the above
Answer Option B
9. A certain Professor at the Stanford University coined the word 'artificial intelligence' in 1956 at a conference held at Dartmouth college. Can you name the Professor?
A. David Levy
B. John McCarthy
C. Joseph Weizenbaum
D. Hans Berliner
E. None of the above
Answer Option B
10. In LISP, the function (copy-list
- )
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
E. None of the above
Answer Option A
11. LISP machines also are known as:
A. AI workstations
B. time-sharing terminals
C. super mini computers
D. All of the above
E. None of the above
Answer Option A
12. 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 and synthesis
E. None of the above
Answer Option B
13. How many ALU(s) is/are control by one control unit is SIMD (single instruction stream, multiple data stream) architecture?
A. one or more ALUs
B. One ALU
C. Only two ALU .
D. Impossible to say
E. None of the above
Answer Option A
14. Which of the following function returns t if the object is a number in LISP?
A. (number
B. (numberp
C. (numericp
D. (numeric
E. None of the above
Answer Option B
15. Which of the following have computers traditionally done better than people?
A. storing information
B. responding flexibly
C. computing numerically
D. both (a) and (c)
E. None of the above
Answer Option D
16. The characteristics of the computer system capable of thinking, reasoning and learning is known is
A. machine intelligence
B. human intelligence
C. artificial intelligence
D. virtual intelligence
E. None of the above
Answer Option C
17. What part of the manufacturing process relate to each stage of the process and to the process as a whole?
A. field service
B. design
C. distribution
D. project management
E. None of the above
Answer Option D
18. The area of AI that investigates methods of facilitating communication between people and computers is:
A. natural language processing
B. symbolic processing
C. decision support
D. robotics
E. None of the above
Answer Option A
19. In the 16th century, a Czech rabbi reportedly created a living clay man whose name has become a synonym for an artificial human. The clay man's name was:
A. Frankenstein
B. Golem
C. Paracelsus
D. Hal
E. None of the above
Answer Option B
20. For speech understanding systems to gain widespread acceptance in office automation, they must feature:
A. speaker independence
B. speaker dependence
C. isolated word recognition
D. All of the above
E. None of the above
Answer Option A
21. 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. cons
D. cdr
E. None of the above
Answer Option D
22. Output segments of AI programming contain(s)
A. printed language and synthesized speech
B. Manipulation of physical object
C. Locomotion
D. All of the above
E. None of the above
Answer Option D
23. LISP was created by:
A. John McCarthy
B. Marvin Minsky
C. Alan Turing
D. Allen Newell and Herbert Simon
E. None of the above
Answer Option A
24. Expert Ease was developed under the direction of:
A. John McCarthy
B. Donald Michie
C. Lofti Zadeh
D. Alan Turing
E. None of the above
Answer Option B
25. An AI system developed by Terry A. Winograd to permit an interactive dialogue about a domain he called blocks-world.
A. SHRDLU
B. SIMD
C. BACON
D. STUDENT
E. None of the above
Answer Option A
26. MLMenu, a natural language interface for the TI Explorer, is similar to:
A. Ethernet
B. NaturalLink
C. PROLOG
D. the Personal Consultant
E. None of the above
Answer Option B
27. How many control unit(s) is/are available in SISD (single data stream, single data stream) architecture?
A. one
B. two
C. more than one
D. Mone
E. None of the above
Answer Option A
28. Strong AI is
A. the embodiment of human intellectual capabilities within a computer.
B. a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans.
C. the study of mental faculties through the use of mental models implemented on a computer.
D. All of the above
E. None of the above
Answer Option A
29. The traditional way to exit and LISP system is to enter
A. quit
B. exit
C. bye
D. ok
E. None of the above
Answer Option B
30. In which of the following situations might a blind search be acceptable?
A. real-life situation
B. complex game
C. small search space
D. All of the above
E. None of the above
Answer Option C
31. 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
E. None of the above
Answer Option C
32. In LISP, which of the following function assigns the value 10 to the symbol a?
A. (setq a 10)
B. (a = b) where b = 10
C. (a = 10) (d) (setq 10 a)
D. None of the above
Answer Option A
33. In LISP, the atom that stands for "False" is
A. t
B. nil
C. y
D. time
E. None of the above
Answer Option B
34. The expert system developed at MIT to solve mathematical problems is known as:
A. RAND
B. ISIS
C. MACSYMA
D. MOLGEN
E. CMU
Answer Option C
35. Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context?
A. continuous speech recognition
B. connected word recognition
C. isolated word recognition
D. speaker-dependent recognition
E. None of the above
Answer Option C
36. A KES knowledge base contains information in the form of:
A. associations
B. actions
C. free text
D. schema
E. All of the above
Answer Option E
37. In AI programming, a list may contain:
A. cells
B. fields
C. pointers
D. All of the above
E. None of the above
Answer Option D
38. In LISP, the function (minusp (-20 4 8 8 1) returns
A. T
B. F
C. NIL
D. -20
E. None of the above
Answer Option A
39. Special programs that assist programmers are called:
A. heuristic processors
B. symbolic programmers
C. intelligent programming tools
D. program recognizers
E. None of the above
Answer Option C
40. If the English Philosopher Thomas Hobbes could be called 'grandfather' of artificial intelligence, then who could be called its father?
A. A.M. Turning
B. John McCarthy
C. Allen Newell
D. Herbert Simon
E. None of the above
Answer Option A
41. In LISP, the function returns t if is even and nil otherwise:
A. (evenp )
B. (even )
C. (numeven )
D. (numnevenp )
E. None of the above
Answer Option A
42. Which of the following is an advantage of using an expert system development tool?
A. imposed structure
B. knowledge engineering assistance
C. rapid prototyping
D. All of the above
E. None of the above
Answer Option D
43. An AI system developed by Daniel Bobrow to read and solve algebra word problems
A. SHRDLU
B. SIMD
C. BACON
D. STUDENT
E. None of the above
Answer Option D
44. The "Turing Machine" showed that you could use a/an _____ system to program any algorithmic task.
A. binary
B. electro-chemical
C. recursive
D. semantic
E. None of the above
Answer Option A
45. MCC is investigating the improvement of the relationship between people and computers through a technology called:
A. computer-aided design
B. human factors
C. parallel processing
D. All of the above
E. None of the above
Answer Option B
46. The first widely-used commercial form of Artificial Intelligence (Al) is being used in many popular products like microwave ovens, automobiles and plug in circuit boards for desktop PCs. It allows machines to handle vague information with a deftness that mimics human intuition. What is the name of this AI?
A. Boolean logic
B. Human logic
C. Fuzzy logic
D. Functional logic
E. None of the above
Answer Option C
47. In his landmark book Cybernetics, Norbert Wiener suggested a way of modeling scientific phenomena using not energy, but:
A. mathematics
B. intelligence
C. information
D. history
E. None of the above
Answer Option C
48. Input segments of AI programming contain(s)
A. sound
B. smell
C. touch
D. sight and taste
E. All of the above
Answer Option E
49. The applications in the Strategic Computing Program include:
A. battle management
B. autonomous systems
C. pilot's associate
D. All of the above
E. None of the above
Answer Option D
50. In LISP, the function evaluates
A. (constant
B. (defconstant
C. (eva
D. (eva
E. None of the above
Answer Option B
Comments
Post a Comment