Unit 2 Artificial Intelligence

Unit 2 Artificial Intelligence

University

20 Qs

quiz-placeholder

Similar activities

Data Structures Quiz 1

Data Structures Quiz 1

12th Grade - University

18 Qs

Shortest Path Algorithms and AI

Shortest Path Algorithms and AI

12th Grade - University

19 Qs

CCE-III_Artificial Intelligence

CCE-III_Artificial Intelligence

University

20 Qs

BFS and DFS - Data Structures

BFS and DFS - Data Structures

University

15 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

AI Quiz

AI Quiz

University

25 Qs

Artificial Intelligence Quiz - 1

Artificial Intelligence Quiz - 1

University

15 Qs

Unit 2 Artificial Intelligence

Unit 2 Artificial Intelligence

Assessment

Quiz

Computers

University

Medium

Created by

Reshma Kapadi

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the main types of problem solving agents in AI?

Data-driven agents

Predictive agents

Goal-based agents, Utility-based agents, Model-based agents, Reactive agents, Learning agents.

Static agents

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Define informed search strategy and provide an example.

Informed search strategies do not use heuristics.

An example of an informed search strategy is the A* search algorithm, which uses a heuristic to estimate the cost from the current node to the goal.

The A* search algorithm is an example of an uninformed search strategy.

A breadth-first search is an example of an informed search strategy.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is an uninformed search strategy?

A strategy that guarantees finding the optimal solution.

A search technique that relies on prior knowledge of the search space.

A search method that uses heuristics to guide the search process.

An uninformed search strategy is a search method that explores the search space without additional information or heuristics.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Explain the role of heuristic functions in AI.

Heuristic functions are used to store data in databases.

Heuristic functions help estimate costs and guide search algorithms in AI.

Heuristic functions are primarily for hardware optimization.

Heuristic functions replace the need for algorithms in AI.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Describe the A* search algorithm and its components.

A* search algorithm is a sorting algorithm that organizes data in ascending order.

A* search algorithm is a pathfinding algorithm that uses a heuristic to find the shortest path from a start node to a goal node.

A* search algorithm is a brute-force method that explores all possible paths.

A* search algorithm only works in unweighted graphs without heuristics.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Compare and contrast breadth-first search and depth-first search.

BFS explores all nodes in a single path before moving to the next, while DFS explores all nodes at once.

BFS uses a stack and explores depth first, while DFS uses a queue and explores level by level.

BFS and DFS both use a queue to explore nodes in the same manner.

BFS uses a queue and explores level by level, while DFS uses a stack and explores depth first.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is depth-limited search and when is it used?

Depth-limited search is used when the search space is too large or infinite, and a maximum depth is needed to avoid excessive resource consumption.

Depth-limited search is primarily used for searching in sorted arrays.

Depth-limited search is a method for sorting data efficiently.

Depth-limited search is used to find the shortest path in a graph.

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?