This is a computer science engineering quiz on Artificial intelligence, which includes questions on Statistics and other AI-related algorithms.
What is a Cybernetics?
What is the goal of artificial intelligence?
An algorithm is complete if ____________
Which is true regarding BFS (Breadth First Search)?
What is a heuristic function?
A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.
Computers normally solve problem by breaking them down into a series of yes-or-no decisions represented by 1s and 0s. What is the name of the logic that allows computers to assign numerical values that fail somewhere between 0 and 1?
The company that grew out of research at the MIT AI lab is ____________
Which of the following contains output segments of AI programming?
When a top-level function is entered, the LISP processor does?
The component of an ICAI (Intelligent Computer Assisted Instruction) presenting information to the student is the?
Visual clues that are helpful in computer vision include __________
Color and motion
Depth and texture
Height and weight
Color and motion, depth and texture
In which of the following areas may ICAI programs prove to be useful?
Educational institutions
Corporations
Department of Defense
All of the mentioned
In LISP, the square root of X is referenced as _____________
sqrt(x)
(sqrt x)
x/2
x/3
How can you evaluate 1.25 + sqrt (144) in LISP?
1.25+sqrt (1.44)
(1.25+sqrt (1.44))
(+1.25 sqrt (1.44)
All of the mentioned