AI Advanced 4

AI Advanced 4

University

22 Qs

quiz-placeholder

Similar activities

AI Advanced 1

AI Advanced 1

University

24 Qs

IS-FIN-AI

IS-FIN-AI

University

20 Qs

NovaQuest'25 - Junior Category Final Round

NovaQuest'25 - Junior Category Final Round

9th Grade - University

25 Qs

Decode the Tech Emoji

Decode the Tech Emoji

University

20 Qs

Programming Paradigms Quiz

Programming Paradigms Quiz

University

20 Qs

Basic MCQs on Soft Computing

Basic MCQs on Soft Computing

University

23 Qs

JavaQ1

JavaQ1

University

17 Qs

CSDL CHAP1

CSDL CHAP1

University

20 Qs

AI Advanced 4

AI Advanced 4

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Dinh Hieu

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of AI definitions, what key insight differentiates rational action from mere imitation of human behavior?

Rational action always requires a model of human cognition

Rational action avoids heuristics in decision-making

Rational action is constrained to perfect environmental knowledge

Rational action seeks optimal outcomes based on well-defined performance measures, rather than just mirroring human behavior

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While early AI research focused on symbolic reasoning, modern approaches also incorporate probabilistic methods. Why is this integration critical?

Deterministic logic can represent all forms of uncertainty perfectly

Symbolic reasoning is inherently incompatible with statistical inference

Probabilistic methods replace logic, making classical inference unnecessary

Probabilistic techniques allow AI systems to handle incomplete, noisy, or ambiguous information that purely symbolic methods struggle with

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider an AI system designed to interact naturally with humans. Why might “acting like humans” be an insufficient design criterion on its own?

It ensures optimal results in all complex tasks

It guarantees the system will solve intractable problems efficiently

It prioritizes human-like errors and biases over rational decision-making

It may lead to suboptimal solutions because human behavior is not always rational or optimal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In formulating a search problem, which aspect ensures that the search process has a clear stopping condition and evaluation criterion?

Defining arbitrary state transitions without goals

Using heuristics that never relate to the goal

Ignoring path costs entirely

Establishing a well-defined goal test that determines when a goal state is reached

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Depth-First Search (DFS) is memory-efficient but can become trapped exploring infinite or very deep paths. What strategy counters this drawback while retaining DFS’s advantages?

Relying solely on breadth-first expansions

Employing an uninformed heuristic that limits expansions

Using no search tree at all

Iterative Deepening Search, which incrementally increases depth limits to maintain completeness and efficiency

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Informed search algorithms leverage heuristics. Under what condition does a heuristic preserve A* search’s optimality?

Whenever it returns random values

If it underestimates the actual cost for some states but overestimates for others

If it is equal to or greater than the true cost at all times

If it never overestimates the true remaining cost to the goal (admissibility)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might one prefer a heuristic that dominates another (i.e., is never smaller than a weaker heuristic for any state)?

Dominating heuristics always increase search cost

Dominating heuristics must produce incorrect solutions to guide exploration

Dominating heuristics are easier to compute than weaker heuristics

Dominating heuristics generally lead to fewer node expansions and more efficient searches

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?