Search Header Logo

Artificial Intelligence Quiz2-INFORMED SEARCH

Authored by R.VIDHYA HICET AIML FACULTY

Computers

12th Grade

Used 5+ times

Artificial Intelligence Quiz2-INFORMED SEARCH
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of the A* search algorithm compared to traditional search algorithms?

It only considers the cost of the current node

It provides an optimal path

It focuses on the longest path

It explores the graph randomly

Answer explanation

The main advantage of the A* search algorithm compared to traditional search algorithms is that it provides an optimal path.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which two search algorithms does A* combine the advantages of?

Dijkstra's algorithm and Greedy Best-First Search

Breadth-First Search and Depth-First Search

A* Search and Hill Climbing

Simulated Annealing and Stochastic hill climbing

Answer explanation

A* combines the advantages of Dijkstra's algorithm (guarantees shortest path) and Greedy Best-First Search (uses heuristic to guide search).

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the heuristic function h(n) estimate in the A* algorithm?

The actual cost to get from the initial node to node n

The estimated cost of getting from any given node n to the destination node

The sum of the costs of node n outgoing edges

The cost of moving from the current node to the destination node

Answer explanation

The estimated cost of getting from any given node n to the destination node

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the evaluation function f(n) in A* algorithm represent?

The combination of g(n) and h(n)

The sum of the costs of node n outgoing edges

The heuristic cost from node n to the destination node

The actual cost to get from the initial node to node n

Answer explanation

The evaluation function f(n) in A* algorithm represents the combination of g(n) and h(n), where g(n) is the actual cost to get from the initial node to node n, and h(n) is the heuristic cost from node n to the destination node.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does Riyaan select the courses to be enrolled in?

Based on the highest value of difficulty level

Randomly

Based on the highest value of interest level

Based on the lowest value of interest level

Answer explanation

Based on the lowest value of f(n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main idea behind A* algorithm's evaluation of each node?

To evaluate based on the lowest h(n) value

To evaluate based on the lowest f(n) value

To evaluate based on the highest f(n) value

To evaluate based on the highest g(n) value

Answer explanation

To evaluate based on the lowest f(n) value

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the advantage of A* algorithm in terms of memory efficiency?

It stores all nodes in the priority queue

It stores only a limited number of nodes in the priority queue

It stores all nodes in the closed list

It stores only a limited number of nodes in the closed list

Answer explanation

The advantage of A* algorithm in terms of memory efficiency is that it stores only a limited number of nodes in the priority queue.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?