This quiz contains multiple-choice questions and answers on history, linguistics, facts and agents of artificial intelligence.
Which is not a commonly used programming language for artificial intelligence?
PROLOG
Java
LISP
Perl
What stage of the manufacturing process has been described as mapping the function onto the form?
Design
Distribution
Field Service
Project Management
Which kind of planning consists of successive representations of different plan levels?
Hierarchical planning
Non-hierarchical planning
Project planning
None of the above
What is state space?
The whole problem
Your definition to a problem
A space where you know the solution
Representing your problem with variables and parameters
A production rule consists of
A set of rules
A sequence of steps
An arbitrary representation to a problem
Both (a) and (b)
Which of the following contains the output segments of artificial intelligence programming?
Printed language and synthesized speech
Manipulation of physical object
Locomotion
All of the mentioned
Who designed the programming language Lisp?
John McCarthy
Marvin Minsky
Alan Turing
Allen Newell and Herbert Simon
Expert Ease was developed under the direction of
John McCarthy
Donald Michie
Lofti Zadeh
Alan Turing
Terry A. Winograd developed an artificial intelligence system __ to permit interactive dialogue about a domain he called blocks-world.
SHRDLU
SIMD
BACON
STUDENT
Strong AI is
The embodiment of human intellectual capabilities within a computer
A set of computer programs whose output, if generated by humans, would reflect intelligence
The study of mental faculties through the use of mental models implemented on a computer
All of the above
The traditional way to exit and Lisp system is to enter
quit
exit
bye
ok
In which of the following situations might a blind search be acceptable?
Real-life situation
Complex game
Small search space
All of the above
What is Artificial intelligence?
Putting your intelligence into the computer
Programming with your own intelligence
Making a machine intelligent
Playing a game
Which search method takes less memory?
Depth-first search
Breadth-first search
Optimal search
Linear search
In Lisp, the function __ returns the list after removing the first element (the rest f the list).
car
last
cons
cdr