Flashcard: Artificial Intelligence Question Bank — 39 carte

Tutte le carte

1Domanda

How does an intelligent agent perceive its environment?

Risposta

Through sensors.

2Domanda

What does the PEAS framework specify for an agent?

Risposta

Performance measure, Environment, Actuators, and Sensors.

3Domanda

What action does a rational agent select?

Risposta

The action expected to maximize its performance measure.

4Domanda

What determines a deterministic task environment?

Risposta

The next state is fixed by the current state and action.

5Domanda

What characterizes a stochastic task environment?

Risposta

Outcomes involve uncertainty.

6Domanda

What do intelligent agent architectures determine?

Risposta

How percepts are transformed into actions.

7Domanda

Name one type of intelligent agent architecture.

Risposta

Simple reflex architecture.

8Domanda

Name another type of intelligent agent architecture besides simple reflex.

Risposta

Model-based, goal-based, or utility-based architecture.

9Domanda

What distinguishes uninformed from informed search?

Risposta

Uninformed search uses no problem-specific heuristic information.

10Domanda

What guides exploration in informed search?

Risposta

Additional knowledge guides exploration in informed search.

11Domanda

Which nodes does Breadth-First Search expand first?

Risposta

It expands the shallowest unexpanded nodes first.

12Domanda

Which node does Depth-First Search expand?

Risposta

It expands the deepest unexpanded node.

13Domanda

What does Depth-First Search do when a branch cannot produce a solution?

Risposta

It backtracks when a branch cannot produce a solution.

14Domanda

Which frontier node does Uniform Cost Search expand?

Risposta

It expands the node with the lowest accumulated path cost.

15Domanda

What does a problem-solving agent formulate before searching?

Risposta

It formulates a goal and state-space problem.

16Domanda

What does a problem-solving agent search for?

Risposta

It searches for an action sequence that reaches a goal state.

17Domanda

What does a heuristic function estimate in search algorithms?

Risposta

The cost of reaching a goal from a given state.

18Domanda

How does A* search prioritize nodes?

Risposta

By combining the cost so far with a heuristic estimate of remaining cost.

19Domanda

What is the main step in hill climbing search?

Risposta

Moving to a better neighboring state repeatedly.

20Domanda

What unique feature does simulated annealing have in local search?

Risposta

It can accept some worsening moves while reducing tolerance over time.

21Domanda

How does an online search agent operate in an unknown environment?

Risposta

By interleaving acting and searching while discovering the environment.

22Domanda

What does the minimax strategy select in game playing?

Risposta

A move that maximizes the best outcome against a minimizing opponent.

23Domanda

What does alpha-beta pruning remove in game trees?

Risposta

Branches that cannot affect the final minimax decision.

24Domanda

What three components define a constraint satisfaction problem?

Risposta

Variables, their domains, and constraints on value combinations.

25Domanda

What does backtracking search do when a CSP constraint is violated?

Risposta

Returns to an earlier variable assignment.

26Domanda

How does backtracking search assign CSP variables?

Risposta

Incrementally, one at a time.

27Domanda

What is the purpose of constraint propagation in CSPs?

Risposta

To remove domain values that cannot form consistent assignments.

28Domanda

What does a knowledge-based agent store and use to choose actions?

Risposta

It stores facts and rules and uses inference.

29Domanda

How does propositional logic represent knowledge?

Risposta

As propositions that are true or false combined with logical connectives.

30Domanda

What elements does First-Order Logic represent about a domain?

Risposta

Objects, predicates, relations, functions, and quantified statements.

31Domanda

What is the main method of forward chaining in reasoning?

Risposta

Repeatedly applying rules whose premises match known facts.

32Domanda

How does backward chaining begin its reasoning process?

Risposta

By starting with a goal and searching for rules and facts to establish it.

33Domanda

What causes uncertainty in artificial intelligence?

Risposta

An agent cannot determine the true state or outcome with complete confidence.

34Domanda

What does Bayesian inference update using evidence and prior beliefs?

Risposta

The probability of hypotheses.

35Domanda

What does a Bayesian network represent using a directed graphical structure?

Risposta

Probabilistic dependencies among variables.

36Domanda

How does exact inference calculate probabilities?

Risposta

Through an exact computation.

37Domanda

How does approximate inference estimate probabilities?

Risposta

Using methods suitable for large Bayesian networks.

38Domanda

What assumption does Naive Bayes classification use when assigning a class?

Risposta

A conditional-independence assumption.

39Domanda

What reasoning does Naive Bayes classification apply to assign a class?

Risposta

Bayesian reasoning.

Metti alla prova te stesso con il quiz

Metti alla prova le tue conoscenze con 21 domande su Artificial Intelligence Question Bank.

1. How does an intelligent agent interact with its environment?

2. Which set of components is represented by the PEAS framework?

Fai il quiz →

Leggi la scheda di revisione

Ripassa il corso completo nella scheda di revisione per Artificial Intelligence Question Bank.

Vedi la scheda di revisione →

Similar courses

Crea le tue flashcard

Importa il tuo corso e l'AI genera flashcard in 30 secondi.

Generatore di flashcard