Tarjetas de memoria: Artificial Intelligence Question Bank — 39 tarjetas

Todas las tarjetas

1Pregunta

How does an intelligent agent perceive its environment?

Respuesta

Through sensors.

2Pregunta

What does the PEAS framework specify for an agent?

Respuesta

Performance measure, Environment, Actuators, and Sensors.

3Pregunta

What action does a rational agent select?

Respuesta

The action expected to maximize its performance measure.

4Pregunta

What determines a deterministic task environment?

Respuesta

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

5Pregunta

What characterizes a stochastic task environment?

Respuesta

Outcomes involve uncertainty.

6Pregunta

What do intelligent agent architectures determine?

Respuesta

How percepts are transformed into actions.

7Pregunta

Name one type of intelligent agent architecture.

Respuesta

Simple reflex architecture.

8Pregunta

Name another type of intelligent agent architecture besides simple reflex.

Respuesta

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

9Pregunta

What distinguishes uninformed from informed search?

Respuesta

Uninformed search uses no problem-specific heuristic information.

10Pregunta

What guides exploration in informed search?

Respuesta

Additional knowledge guides exploration in informed search.

11Pregunta

Which nodes does Breadth-First Search expand first?

Respuesta

It expands the shallowest unexpanded nodes first.

12Pregunta

Which node does Depth-First Search expand?

Respuesta

It expands the deepest unexpanded node.

13Pregunta

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

Respuesta

It backtracks when a branch cannot produce a solution.

14Pregunta

Which frontier node does Uniform Cost Search expand?

Respuesta

It expands the node with the lowest accumulated path cost.

15Pregunta

What does a problem-solving agent formulate before searching?

Respuesta

It formulates a goal and state-space problem.

16Pregunta

What does a problem-solving agent search for?

Respuesta

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

17Pregunta

What does a heuristic function estimate in search algorithms?

Respuesta

The cost of reaching a goal from a given state.

18Pregunta

How does A* search prioritize nodes?

Respuesta

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

19Pregunta

What is the main step in hill climbing search?

Respuesta

Moving to a better neighboring state repeatedly.

20Pregunta

What unique feature does simulated annealing have in local search?

Respuesta

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

21Pregunta

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

Respuesta

By interleaving acting and searching while discovering the environment.

22Pregunta

What does the minimax strategy select in game playing?

Respuesta

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

23Pregunta

What does alpha-beta pruning remove in game trees?

Respuesta

Branches that cannot affect the final minimax decision.

24Pregunta

What three components define a constraint satisfaction problem?

Respuesta

Variables, their domains, and constraints on value combinations.

25Pregunta

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

Respuesta

Returns to an earlier variable assignment.

26Pregunta

How does backtracking search assign CSP variables?

Respuesta

Incrementally, one at a time.

27Pregunta

What is the purpose of constraint propagation in CSPs?

Respuesta

To remove domain values that cannot form consistent assignments.

28Pregunta

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

Respuesta

It stores facts and rules and uses inference.

29Pregunta

How does propositional logic represent knowledge?

Respuesta

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

30Pregunta

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

Respuesta

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

31Pregunta

What is the main method of forward chaining in reasoning?

Respuesta

Repeatedly applying rules whose premises match known facts.

32Pregunta

How does backward chaining begin its reasoning process?

Respuesta

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

33Pregunta

What causes uncertainty in artificial intelligence?

Respuesta

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

34Pregunta

What does Bayesian inference update using evidence and prior beliefs?

Respuesta

The probability of hypotheses.

35Pregunta

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

Respuesta

Probabilistic dependencies among variables.

36Pregunta

How does exact inference calculate probabilities?

Respuesta

Through an exact computation.

37Pregunta

How does approximate inference estimate probabilities?

Respuesta

Using methods suitable for large Bayesian networks.

38Pregunta

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

Respuesta

A conditional-independence assumption.

39Pregunta

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

Respuesta

Bayesian reasoning.

Ponte a prueba con el cuestionario

Pon a prueba tus conocimientos con 21 preguntas 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?

Realiza el cuestionario →

Lee la hoja de repaso

Revisa el curso completo en la hoja de repaso para Artificial Intelligence Question Bank.

Ver hoja de repaso →

Similar courses

Crea tus propias tarjetas de memoria

Importa tu curso y la IA genera tarjetas de memoria en 30 segundos.

Generador de tarjetas de memoria