How many issues are available in describing degree of belief?
Select an option to see the answer and solution.
In many problems the path to goal is irrelevant, this class of problems can be solved using ____________
A. Informed Search Techniques
B. Uninformed Search Techniques
C. Local Search Techniques
D. Informed & Uninformed Search Techniques
Select an option to see the answer and solution.
Face Recognition system is based on which type of approach?
A. Weak AI approach
B. Applied AI approach
C. Cognitive AI approach
D. Strong AI approach
Select an option to see the answer and solution.
In LISP, the addition 3 + 2 is entered as _______________
A. 3 + 2
B. 3 add 2
C. 3 + 2 =
D. (+ 3 2)
Select an option to see the answer and solution.
Seymour Papert of the MIT AI lab created a programming environment for children called ___________
A. BASIC
B. LOGO
C. MYCIN
D. FORTRAN
Select an option to see the answer and solution.
What are the composition for agents in artificial intelligence?
A. Program
B. Architecture
C. Both Program & Architecture
D. None of the mentioned
Select an option to see the answer and solution.
What are present in each level of planning graph?
A. Literals
B. Actions
C. Variables
D. Both Literals & Actions
Select an option to see the answer and solution.
Which search method will expand the node that is closest to the goal?
A. Best-first search
B. Greedy best-first search
C. A* search
D. None of the mentioned
Select an option to see the answer and solution.
A robot's "arm" is also known as its __________
A. end effector
B. actuator
C. manipulator
D. servomechanism
Select an option to see the answer and solution.
Which of the following is not an application of artificial intelligence?
A. Face recognition system
B. Chatbots
C. LIDAR
D. DBMS
Select an option to see the answer and solution.
Generality is the measure of _____________
A. Ease with which the method can be adapted to different domains of application
B. The average time required to construct the target knowledge structures from some specified initial structures
C. A learning system to function with unreliable feedback and with a variety of training examples
D. The overall power of the system
Select an option to see the answer and solution.
The minimax algorithm computes the minimax decision from the current state. It uses a simple recursive computation of the minimax values of each successor state, directly implementing the defining equations. The recursion proceeds all the way down to the leaves of the tree, and then the minimax values are backed up through the tree as the recursion unwinds.
Select an option to see the answer and solution.
Which of the following "laws" is Asimov's first and most important law of robotics?
A. robot actions must never result in damage to the robot
B. robots must never take actions harmful to humans
C. robots must follow the directions given by humans
D. robots must make business a greater profit
Select an option to see the answer and solution.
In LISP, the function X (x). (2x+l) would be rendered as __________
A. (lambda (x) (+(*2 x)l))
B. (lambda (x) (+1 (* 2x)
C. (+ lambda (x) 1 (*2x))
D. (* lambda(x) (+2×1)
Select an option to see the answer and solution.
Which is the first AI programming language?
A. BASIC
B. FORTRAN
C. IPL(Inductive logic programming)
D. LISP
Select an option to see the answer and solution.
An Artificial Intelligence technique that allows computers to understand associations and relationships between objects and events is called _____________
A. heuristic processing
B. cognitive science
C. relative symbolism
D. pattern matching
Select an option to see the answer and solution.
What are present in the planning graph?
A. Sequence of levels
B. Literals
C. Variables
D. Heuristic estimates
Select an option to see the answer and solution.
What are taken into account of state-space search?
A. Postconditions
B. Preconditions
C. Effects
D. Both Preconditions & Effects
Select an option to see the answer and solution.
What are the possible values of the variable?
A. Variables
B. Literals
C. Discrete variable
D. Possible states of the world
Select an option to see the answer and solution.
What is called as transposition table?
A. Hash table of next seen positions
B. Hash table of previously seen positions
C. Next value in the search
D. None of the mentioned
Select an option to see the answer and solution.