Flashcards: Artificial Intelligence Question Bank — 39 cartões

Todos os cartões

1Pergunta

How does an intelligent agent perceive its environment?

Resposta

Through sensors.

2Pergunta

What does the PEAS framework specify for an agent?

Resposta

Performance measure, Environment, Actuators, and Sensors.

3Pergunta

What action does a rational agent select?

Resposta

The action expected to maximize its performance measure.

4Pergunta

What determines a deterministic task environment?

Resposta

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

5Pergunta

What characterizes a stochastic task environment?

Resposta

Outcomes involve uncertainty.

6Pergunta

What do intelligent agent architectures determine?

Resposta

How percepts are transformed into actions.

7Pergunta

Name one type of intelligent agent architecture.

Resposta

Simple reflex architecture.

8Pergunta

Name another type of intelligent agent architecture besides simple reflex.

Resposta

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

9Pergunta

What distinguishes uninformed from informed search?

Resposta

Uninformed search uses no problem-specific heuristic information.

10Pergunta

What guides exploration in informed search?

Resposta

Additional knowledge guides exploration in informed search.

11Pergunta

Which nodes does Breadth-First Search expand first?

Resposta

It expands the shallowest unexpanded nodes first.

12Pergunta

Which node does Depth-First Search expand?

Resposta

It expands the deepest unexpanded node.

13Pergunta

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

Resposta

It backtracks when a branch cannot produce a solution.

14Pergunta

Which frontier node does Uniform Cost Search expand?

Resposta

It expands the node with the lowest accumulated path cost.

15Pergunta

What does a problem-solving agent formulate before searching?

Resposta

It formulates a goal and state-space problem.

16Pergunta

What does a problem-solving agent search for?

Resposta

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

17Pergunta

What does a heuristic function estimate in search algorithms?

Resposta

The cost of reaching a goal from a given state.

18Pergunta

How does A* search prioritize nodes?

Resposta

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

19Pergunta

What is the main step in hill climbing search?

Resposta

Moving to a better neighboring state repeatedly.

20Pergunta

What unique feature does simulated annealing have in local search?

Resposta

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

21Pergunta

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

Resposta

By interleaving acting and searching while discovering the environment.

22Pergunta

What does the minimax strategy select in game playing?

Resposta

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

23Pergunta

What does alpha-beta pruning remove in game trees?

Resposta

Branches that cannot affect the final minimax decision.

24Pergunta

What three components define a constraint satisfaction problem?

Resposta

Variables, their domains, and constraints on value combinations.

25Pergunta

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

Resposta

Returns to an earlier variable assignment.

26Pergunta

How does backtracking search assign CSP variables?

Resposta

Incrementally, one at a time.

27Pergunta

What is the purpose of constraint propagation in CSPs?

Resposta

To remove domain values that cannot form consistent assignments.

28Pergunta

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

Resposta

It stores facts and rules and uses inference.

29Pergunta

How does propositional logic represent knowledge?

Resposta

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

30Pergunta

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

Resposta

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

31Pergunta

What is the main method of forward chaining in reasoning?

Resposta

Repeatedly applying rules whose premises match known facts.

32Pergunta

How does backward chaining begin its reasoning process?

Resposta

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

33Pergunta

What causes uncertainty in artificial intelligence?

Resposta

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

34Pergunta

What does Bayesian inference update using evidence and prior beliefs?

Resposta

The probability of hypotheses.

35Pergunta

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

Resposta

Probabilistic dependencies among variables.

36Pergunta

How does exact inference calculate probabilities?

Resposta

Through an exact computation.

37Pergunta

How does approximate inference estimate probabilities?

Resposta

Using methods suitable for large Bayesian networks.

38Pergunta

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

Resposta

A conditional-independence assumption.

39Pergunta

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

Resposta

Bayesian reasoning.

Teste-se com o quiz

Teste seu conhecimento com 21 perguntas sobre 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?

Faça o quiz →

Leia a ficha de revisão

Revise o curso completo na ficha de revisão para Artificial Intelligence Question Bank.

Veja a ficha de revisão →

Similar courses

Crie seus próprios flashcards

Importe seu curso e a IA gera flashcards em 30 segundos.

Gerador de flashcards