Subject: Artificial Intelligence Term: Mid Question No. 1 (10 0.5)
Subject: Artificial Intelligence Term: Mid Question No. 1 (10 0.5)
Term: Mid
Question no. 1 (10*0.5)
i. Which of the following could be the approaches to artificial intelligence?
a) Strong AI
b) Weak AI
c) Applied AI
d) All of above
ii. What among the following is/are the example of the intelligent agent?
a) Human
b) Robot
c) Autonomous Spacecraft
d) All of above
iii. What is the main task of a problem solving agent.
a) Solve the given problem and reach to goal
b) To find out which sequence of actions will get it to the goal state
c) Both a and b
d) None of above
iv. A search algorithm takes ___________ as an input and return _________ as an output.
a) Input, output
b) Problem, solution
c) Solution, problem
d) Parameters, sequence of action
v. When is breadth first search is optimal?
a) When there is less no of nodes
b) When all step costs are equal
c) When all step costs are unequal
d) None of above
vi. The search strategy the uses a problem specific knowledge is known as _________
a) Informed search
b) Best First search
c) Heuristic search
d) All of above
vii. Best first search can be implemented using the following data structure.
a) Queue
b) Stack
c) Priority Queue
d) Circular Queue
viii. Which is created by using single propositional symbol?
a) Atomic Sentences
b) Complex Sentences
c) Composition Sentences
d) None of above
ix. Wumpus world is a classic problem, best example of
a) Single Player game
b) Two player game
c) Reasoning with knowledge
d) Knowledge with game
x. Which is not a property of representation of knowledge
a) Representational Verification
b) Representational Adequacy
c) Inferential Adequacy
d) Inferential Efficiency