You are on page 1of 4

CS2351 ARTIFICIAL INTELLIGENCE QUIZ

1.The performance of an agent can be improved by


a) Learning
b) Observing
c) Perceiving
d) Thinking
2 .Which action sequences are used to achieve the agents goal?
a) Search
b) Plan
c) Retrieve
d) Both a & b
3.External actions of the agent is selected by
a) Perceive
b) Performance
c) Learning
d) Actuator
4. An Artificial Neural Network Is based on
a) Strong Artificial Intelligence approach
b) Weak Artificial Intelligence approach
c) Cognitive Artificial Intelligence approach
d) Applied Artificial Intelligence approach
5. What is Artificial intelligence?
(a)
(b)
(c)
(d)

Putting your intelligence into Computer


Programming with your own intelligence
Making a Machine intelligent
Playing a Game

6. Which search method takes less memory?


(a)
(b)
(c)
(d)

Depth-First Search
Breadth-First search
Both (a) and (b)
Linear Search.

7. A* algorithm is based on
(a)
(b)
(c)
(d)

Breadth-First-Search
Depth-First Search
Best-First-Search
Hill climbing.

8. Which is the best way to go for Game playing problem?


(a)
(b)
(c)
(d)

Linear approach
Heuristic approach
Random approach
Optimal approach

9. In which state spaces does the online-dfs-agent will work?


a) Irreversible state spaces
b) searchable state spaces
c) Reversible state spaces
d) All of the mentioned
10. How the new states are generated in genetic algorithm?
a) Composition
b) Mutation
c) Cross-over
d) Both b & c
11. When do we call the states are safely explorable?
a) A goal state is unreachable from any state
b) A goal state is denied access
c) A goal state is reachable from every state
d) None of the mentioned
12. Which are necessary for an agent to solve an online search problem?
a) Actions
b) Step-cost function
c) Goal-test
d) All of the mentioned
13. What is meant by simulated annealing in artifical intelligence?
a) Returns an optimal solution when there is a proper cooling schedule
b) Returns an optimal solution when there is no proper cooling schedule
c) It will not return an optimal solution when there is a proper cooling schedule
d) None of the mentioned
14. Uncertainty arises in the wumpus world because the agents sensors give only
(a)
(b)
(c)
(d)

Full & Global information


Partial & local Information
Partial & Global Information
Full & local information

15. Which is not a type of First Order Logic (FOL) Sentence?


(a)
(b)
(c)
(d)

Atomic sentences
Complex sentences
Quantified sentence
Quality Sentence

16. Who is considered to be the father of AI?


(a)
(b)
(c)
(d)

Fisher Ada
John McCarthy
Allen Newell
Alan Turing

17. An AI technique that allows computers to understand associations and relationships


between objects and events is called
(a)
(b)
(c)
(d)

heuristic processing
pattern matching
cognitive science
relative symbolism

18.Perception involves
(a)
Sights, sounds, smell and touch
(b)
Hitting
(c)
Boxing
(d)
Dancing
(e)
Acting.
19... is an environment in which the search takes place.
(a)
(b)
(c)
(d)

problem place
problem instance
problem space
None of the above

20. The initial state and successor function implicitly define state space of the problem
(a)
(b)
(c)
(d)

Initial state
State space
problem space
problem place

KEY
Q1
Q6
Q11
Q16

A
A
C
D

Q2
Q7
Q12
Q17

D
C
D
B

Q3
Q8
Q13
Q18

B
B
A
A

Q4
Q9
Q14
Q19

C
C
B
C

Q5
Q10
Q15
Q20

A
D
D
B

You might also like