AI question
AI question
Lecture 1
### Questions:
1. **What is AI?**
- A) The study of human behavior
- B) The branch of computer science concerned with automating
intelligent behavior
- C) The study of natural phenomena
- D) The art of creating art
4. **How is AI categorized?**
- A) Systems that act like humans and systems that act like animals
- B) Systems that think like humans and systems that think rationally
- C) Systems that act rationally and systems that act emotionally
- D) Systems that think like animals and systems that think logically
18. **Which area does not fall under AI's social and business
intelligence applications?**
- A) Customer behavior modeling
- B) Language translation
- C) Social behavior modeling
- D) Predicting market trends
13. What type of environment has a finite number of states and actions?
a) Discrete
b) Continuous
c) Stochastic
d) Dynamic
16. The environment type where other agents influence the decision
process is:
a) Single-agent
b) Multi-agent
c) Deterministic
d) Stochastic
17. An AI agent must perform an action that is:
a) Random
b) Predictable
c) Rational
d) Continuous
21. The agent's action of braking in response to the car in front braking
is an example of:
a) Reflex agents with state
b) Utility-based agent action
c) Simple reflex agent action
d) Goal-based agent action
25. In the PEAS framework for a medical diagnosis agent, what does the
"P" stand for?
a) Performance measure
b) Perception
c) Probability
d) Precision
……………………………………………………………………………
Lecture 3
17. In the 8-puzzle problem, what does the initial state represent?
a) The goal configuration of the tiles
b) Any configuration of tiles at the start
c) The actions that can be taken
d) The path cost
7. In the vacuum world example, how many possible world states exist
with two locations?
a) 2
b) 4
c) 8
d) 16
10. In the airline travel problem, what does the path cost depend on?
a) Number of flights
b) Time of day
c) Monetary cost, waiting time, flight time, and other factors
d) Distance traveled
11. What forms the root of the search tree in a search problem?
a) Initial state
b) Goal state
c) Action sequence
d) Path cost
14. Into how many broad categories can search algorithms be divided?
a) One
b) Two
c) Three
d) Four
19. What does an informed search algorithm use that an uninformed one
does not?
a) Heuristics
b) Arcs
c) Nodes
d) States
21. In the vacuum world, what happens if the agent tries to move left in
the leftmost square?
a) It moves to the next state
b) It stays in the same state
c) It moves to the rightmost square
d) It cleans the square
3. *What does the goalTest(state, goal) function return when the state
matches the goal?*
- A) False
- B) True
- C) Null
- D) 1
9. *What is the state space size for TSP when there are n nodes to
connect?*
- A) n!
- B) (n - 1)!
- C) (n - 1)!/2
- D) (n + 1)!/2
15. *What type of search does not require maintaining the solution
path?*
- A) Breadth-first search
- B) Depth-first search
- C) Local search
- D) Uniform cost search
#### Questions
1. What is the key concept illustrated by the Farmer, Wolf, Goat, and
Cabbage Problem?
a) The importance of brute force search
b) The significance of knowledge representation in problem-solving
c) The role of randomness in AI
d) The necessity of complex algorithms
4. What is the first step in solving the Farmer, Wolf, Goat, and Cabbage
Problem?
a) Drawing a map of the river
b) Constructing a node for each possible way the farmer and his
possessions can populate the two banks
c) Randomly trying different solutions
d) Using trial and error
2. How many rooms are there in the grid of the wumpus world
environment?
- a) 2x2
- b) 3x3
- c) 4x4
- d) 5x5
5. Which of the following is NOT an action the agent can perform in the
wumpus world?
- a) Move Forward
- b) TurnLeft
- c) TurnRight
- d) Jump
7. How does the agent pick up the gold in the wumpus world?
- a) By moving over it
- b) By using the Grab action
- c) By using the Climb action
- d) By using the Shoot action
8. How many arrows does the agent have in the wumpus world?
- a) One
- b) Two
- c) Three
- d) Unlimited
11. What kind of sentences are the most fundamental in First Order
Logic (FOL)?
- a) Atomic sentences
- b) Complex sentences
- c) Predicate sentences
- d) Subject sentences
15. What is the FOL representation for "Some boys are intelligent"?
- a) ∀x boys(x) ∧ intelligent(x)
- b) ∃x boys(x) ∧ intelligent(x)
- c) ∀x boys(x) → intelligent(x)
- d) ∃x boys(x) → intelligent(x)
21. In the wumpus world, what does the agent perceive when it is in the
same square as the gold?
- a) Stench
- b) Breeze
- c) Glitter
- d) Scream
22. Which action allows the agent to climb out of the cave in the
wumpus world?
- a) Grab
- b) Shoot
- c) Climb
- d) Move Forward
23. What does the agent hear if the wumpus is killed in the wumpus
world?
- a) A Glitter
- b) A Breeze
- c) A Scream
- d) A Bump
### Questions:
5. **What is a genotype?**
- A) A block of DNA
- B) A collection of genes
- C) A type of cell
- D) A protein
22. **Which type of data set has three or more variables that depend on
each other?**
- A) Numerical
- B) Categorical
- C) Bivariate
- D) Multivariate