Karteikarten: Artificial Intelligence Question Bank — 39 Karten

Alle Karten

1Frage

How does an intelligent agent perceive its environment?

Antwort

Through sensors.

2Frage

What does the PEAS framework specify for an agent?

Antwort

Performance measure, Environment, Actuators, and Sensors.

3Frage

What action does a rational agent select?

Antwort

The action expected to maximize its performance measure.

4Frage

What determines a deterministic task environment?

Antwort

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

5Frage

What characterizes a stochastic task environment?

Antwort

Outcomes involve uncertainty.

6Frage

What do intelligent agent architectures determine?

Antwort

How percepts are transformed into actions.

7Frage

Name one type of intelligent agent architecture.

Antwort

Simple reflex architecture.

8Frage

Name another type of intelligent agent architecture besides simple reflex.

Antwort

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

9Frage

What distinguishes uninformed from informed search?

Antwort

Uninformed search uses no problem-specific heuristic information.

10Frage

What guides exploration in informed search?

Antwort

Additional knowledge guides exploration in informed search.

11Frage

Which nodes does Breadth-First Search expand first?

Antwort

It expands the shallowest unexpanded nodes first.

12Frage

Which node does Depth-First Search expand?

Antwort

It expands the deepest unexpanded node.

13Frage

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

Antwort

It backtracks when a branch cannot produce a solution.

14Frage

Which frontier node does Uniform Cost Search expand?

Antwort

It expands the node with the lowest accumulated path cost.

15Frage

What does a problem-solving agent formulate before searching?

Antwort

It formulates a goal and state-space problem.

16Frage

What does a problem-solving agent search for?

Antwort

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

17Frage

What does a heuristic function estimate in search algorithms?

Antwort

The cost of reaching a goal from a given state.

18Frage

How does A* search prioritize nodes?

Antwort

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

19Frage

What is the main step in hill climbing search?

Antwort

Moving to a better neighboring state repeatedly.

20Frage

What unique feature does simulated annealing have in local search?

Antwort

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

21Frage

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

Antwort

By interleaving acting and searching while discovering the environment.

22Frage

What does the minimax strategy select in game playing?

Antwort

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

23Frage

What does alpha-beta pruning remove in game trees?

Antwort

Branches that cannot affect the final minimax decision.

24Frage

What three components define a constraint satisfaction problem?

Antwort

Variables, their domains, and constraints on value combinations.

25Frage

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

Antwort

Returns to an earlier variable assignment.

26Frage

How does backtracking search assign CSP variables?

Antwort

Incrementally, one at a time.

27Frage

What is the purpose of constraint propagation in CSPs?

Antwort

To remove domain values that cannot form consistent assignments.

28Frage

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

Antwort

It stores facts and rules and uses inference.

29Frage

How does propositional logic represent knowledge?

Antwort

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

30Frage

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

Antwort

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

31Frage

What is the main method of forward chaining in reasoning?

Antwort

Repeatedly applying rules whose premises match known facts.

32Frage

How does backward chaining begin its reasoning process?

Antwort

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

33Frage

What causes uncertainty in artificial intelligence?

Antwort

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

34Frage

What does Bayesian inference update using evidence and prior beliefs?

Antwort

The probability of hypotheses.

35Frage

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

Antwort

Probabilistic dependencies among variables.

36Frage

How does exact inference calculate probabilities?

Antwort

Through an exact computation.

37Frage

How does approximate inference estimate probabilities?

Antwort

Using methods suitable for large Bayesian networks.

38Frage

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

Antwort

A conditional-independence assumption.

39Frage

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

Antwort

Bayesian reasoning.

Teste dich mit dem Quiz

Teste dein Wissen mit 21 Fragen zu 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?

Quiz machen →

Lernzettel lesen

Überprüfe den vollständigen Kurs im Lernzettel zu Artificial Intelligence Question Bank.

Lernzettel ansehen →

Similar courses

Erstelle deine eigenen Karteikarten

Importiere deinen Kurs und die KI erstellt in 30 Sekunden Karteikarten.

Karteikarten-Generator