Basic
(Blank)
(Blank)
(Blank)
Enter Category Name
100

AI systems always give correct answers.

false

100

A search algorithm is said to have this property if it is guaranteed to find a solution whenever one exists.

What is completeness?

100

In a knowledge-based agent, which component contains the domain-specific facts and rules about the world?

The Knowledge Base (KB)

100

This type of function guides hill climbing by assigning a value to each state.

Evaluation or objective function

100

A system that uses knowledge to reason and make decisions is called this

KBA

200

The world in which an agent operates, encompassing everything it can perceive and act upon.

What is an environment?

200

AI can only work when it's connected to the internet.

NO

200

In DFS, what problem occurs if the search goes too deep?

It may get stuck in deep branches or infinite loops.


200

What is the primary purpose of the 'TELL' operation in a knowledge-based agent?

Agents tells the KB what it perceived from the environment.

200

Expert systems use which two main components?

✅ What are: Knowledge base and inference engine.

300

An AI agent is designed to trade stocks. The stock market is constantly changing due to other traders' actions, and the agent's actions can also influence the market. How would you classify this environment?

Dynamic and Multi-agent

300

The Turing Test checks if a computer can win a chess match.

False? (It checks for human-like conversation.)

300

A Hill Climbing algorithm is navigating a state space where it encounters a flat area of equal value, from which no upward move is possible. What is this specific problem called?

A Plateau


300

A simple 'Generate and Test' algorithm is tasked with solving an anagram. Why is this approach often called a 'brute-force' method?

Because it systematically generates and checks every single possible permutation of letters until the correct word is found.

300

A self-driving car's knowledge base includes the fact that 'wet roads are slippery' and the rule 'IF roads are slippery THEN increase following distance'. This represents which two primary facets of knowledge?

Declarative and Procedural

400


The generate-and-test paradigm fails catastrophically in continuous domains primarily because:
a) Hypothesis spaces are uncountably infinite
b) Gradient information is non-existent
c) All tests are statistically insignificant
d) The curse of dimensionality dominates




Hypothesis spaces are uncountably infinite

400

This is a property of a heuristic that ensures it never overestimates the cost, and is a prerequisite for the stronger property known as consistency.


What is admissibility?

400

This search algorithm balances the cost of the path already traveled with an estimated cost to the goal, ensuring optimality if its heuristic never overestimates the true cost.

A* Algorithm

400

A heuristic is a random guess.

❌ False? (It’s an informed guess.)

500

In A* search, if the heuristic function h(n) is consistently a very high, inadmissible value (it overestimates the cost), what is the likely outcome?

The search may find a sub-optimal solution, or fail to find one efficiently, because it will be misled into exploring unpromising paths.


500

The 'branching factor' in a state space search refers to:

The maximum or average number of successor states that can be generated from any given state.

500



500

Score

 ^

 |

 |      *

 |     *

 |    *

 |   *

 |__*___________________

can you name it

Ridge region