Google News
logo
Artificial Intelligence - Quiz(MCQ)
A)
Total order planning
B)
Planning problem
C)
Partial Order planning problem
D)
None of the above

Correct Answer : Option (B) :   Planning problem


Explanation :

 

A)
Conditional Plan
B)
Execution monitoring
C)
Conformant Planning
D)
Both (a) and (b)

Correct Answer : Option (B) :   Execution monitoring

A)
Stochastic
B)
Single agent
C)
Fully observable
D)
Deterministic

Correct Answer : Option (D) :   Deterministic


Explanation : It assumes complete and correct information, deterministic and fully-observable environment, which many domains violates.

A)
Greedy
B)
GraphPlan
C)
SatPlan
D)
None of the above

Correct Answer : Option (C) :   SatPlan


Explanation : The SATPLAN algorithm translates a planning problem into propositional axioms and applies a satisfiability algorithm to find a model that corresponds a valid plan.

A)
SatPlan
B)
GraphPlan
C)
Hierarchical task network (HTN)
D)
None of the above

Correct Answer : Option (C) :   Hierarchical task network (HTN)

A)
Linearization
B)
Solarization
C)
Polarization
D)
None of the above

Correct Answer : Option (A) :   Linearization


Explanation : Each and every total order plan is also called as linearization of the partial-order plan.

A)
Queue
B)
Planning Graphs
C)
Stacks
D)
BST (Binary Search Tree)

Correct Answer : Option (B) :   Planning Graphs


Explanation : A planning graph can be used to give better heuristic estimates.

A)
Knowledge Based Systems
B)
Logic & Knowledge Based Systems
C)
FOL & Logic
D)
Search & Logic

Correct Answer : Option (D) :   Search & Logic

A)
Only Discrete variables
B)
Only Discontinuous variable
C)
Both discrete and continuous variables
D)
Both Discrete and Discontinuous variable

Correct Answer : Option (C) :   Both discrete and continuous variables


Explanation : To specify a Hybrid network, we have to specify two new kinds of distributions: the conditional distribution for continuous variables given discrete or continuous parents, and the conditional distribution for a discrete variable given continuous parents.

A)
DO Approach
B)
FOR Approach
C)
WHILE Approach
D)
IF and THEN Approach

Correct Answer : Option (D) :   IF and THEN Approach


Explanation : FL incorporates a simple, rule-based IF X AND Y THEN Z approach to a solving control problem rather than attempting to model a system mathematically.