wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AI - basic 1

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Which of the following best describes Artificial Intelligence (AI) as introduced in the course?

a)

Programming simple arithmetic functions

b)

Making computers perform tasks that typically require human intelligence

c)

Building only simple search engines

d)

Restricting computation to deterministic tasks

2.

According to the lecture, one way to define AI is making machines that:

a)

Only process input data without output

b)

Think and act like humans

c)

Avoid any human-like tasks

d)

Refuse to interact with external environments

3.

Which perspective of AI focuses on creating models that think like humans through techniques such as introspection and psychological experiments?

a)

Acting rationally

b)

Thinking rationally

c)

Thinking like humans

d)

Acting like humans

4.

Acting like humans in AI includes enabling machines to:

a)

Understand and generate natural language

b)

Restrict all reasoning to mathematical logic

c)

Only perform brute-force computations

d)

Ignore knowledge representation

5.

Which area laid foundational theories for AI by considering human intelligence as mechanical processes?

a)

Philosophy

b)

Control Theory

c)

Linguistics

d)

Mathematics

6.

In AI’s historical context, Search is considered:

a)

An optional technique hardly used in AI

b)

A fundamental technique used to explore possible solutions

c)

A method unrelated to problem-solving

d)

A minor aspect only for trivial tasks

7.

Uninformed Search differs from Informed Search in that it:

a)

Uses domain-specific heuristics

b)

Has no knowledge of how close a state is to a goal

c)

Guarantees the best solution in zero time

d)

Is always more efficient than informed search

8.

In the context of AI applications, Machine Learning involves:

a)

Human operators always supervising computations

b)

Systems that adapt from data and experience

c)

Ignoring past experience in making decisions

d)

Only dealing with simple arithmetic tasks

9.

A Rational Agent in AI is one that:

a)

Acts to maximize expected utility based on its knowledge

b)

Ignores perceptions and acts randomly

c)

Copies actions from any human regardless of rationality

d)

Focuses solely on symbolic logic without action

10.

Natural Language Processing (NLP) in AI deals primarily with:

a)

Designing robot hardware actuators

b)

Interpreting and generating human language

c)

Building only theorem provers

d)

Ignoring any semantics in conversation

11.

Search in AI problem-solving is:

a)

A random guessing method

b)

A systematic way to find sequences of actions that lead to a goal state

c)

Never used in practical applications

d)

Limited to binary decision trees

12.

The Goal Test in a search problem:

a)

Determines the actions available in a state

b)

Decides when a state satisfies the desired objective

c)

Is irrelevant for problem-solving agents

d)

Always returns false

13.

A Search Tree:

a)

Represents states and actions starting from the initial state

b)

Is used only for supervised learning tasks

c)

Has no root or leaf nodes

d)

Cannot be pruned or optimized

14.

Breadth-First Search (BFS) expands:

a)

The deepest nodes first

b)

The shallowest unexpanded nodes first

c)

Only goal states

d)

Nodes randomly

15.

Depth-First Search (DFS):

a)

Is guaranteed to find the shortest solution path in all cases

b)

Uses less memory but may fail to find a solution in infinite state spaces

c)

Always returns the optimal solution

d)

Never explores deep nodes

16.

Iterative Deepening Search:

a)

Combines the completeness of BFS and the memory efficiency of DFS

b)

Is just another name for BFS

c)

Is never used in practice

d)

Ignores solution depth entirely

17.

An Informed Search strategy:

a)

Is also known as a blind search strategy

b)

Utilizes problem-specific knowledge (heuristics) to guide the search

c)

Never uses heuristics

d)

Will always run in constant time

18.

The function f(n) = g(n) + h(n) is associated with:

a)

Breadth-first search

b)

Depth-first search

c)

A* search algorithm

d)

Hill-climbing search

19.

A Heuristic is:

a)

A guaranteed optimal solution finder

b)

An estimate of the cost to reach the goal from a given state

c)

Irrelevant to informed search methods

d)

A random guess that cannot guide search

20.

An Admissible Heuristic:

a)

Overestimates the cost to reach the goal

b)

Never overestimates the true cost to reach the goal

c)

Must ignore all domain knowledge

d)

Prevents the A* algorithm from functioning correctly

21.

Knowledge Representation (KR) in AI involves:

a)

Using arbitrary, uninterpretable codes for data

b)

Encoding information about the world in a symbolic form

c)

Avoiding the use of symbols or logic

d)

Randomly guessing facts

22.

Reasoning in AI:

a)

Manipulates symbols to infer new truths from known facts

b)

Always proceeds without any rules or structure

c)

Is unnecessary if we have raw data

d)

Means guessing without any logical foundation

23.

Propositional Logic (PL) consists of:

a)

Quantifiers and predicates

b)

Truth-functional connectives and atomic propositions

c)

Only existential quantifiers

d)

No concept of True or False

24.

Which of the following is a logical connective used in Propositional Logic?

a)

$\lor$ (or)

b)

$\forall$ (for all)

c)

$\exists$ (there exists)

d)

$\lambda$ (lambda expression)

25.

First-Order Logic (FOL) extends PL by adding:

a)

Only one truth value

b)

Quantifiers and predicates to express relationships between objects

c)

Fewer expressive capabilities

d)

Direct integration with supervised learning

26.

Converting natural language to logic often involves:

a)

Directly copying sentences without interpretation

b)

Using formal syntax, predicates, and quantifiers to capture meaning

c)

Eliminating all structural elements of language

d)

Ignoring universal quantification

27.

Axioms in a knowledge base are:

a)

Statements proven from other statements

b)

Foundational truths or rules assumed without proof

c)

Always false statements

d)

Never used in reasoning

28.

The relationship between universal and existential quantifiers includes:

a)

$\forall x \neg P(x) \leftrightarrow \neg \exists x P(x)$

b)

$P \leftrightarrow Q$ is the only important equivalence

c)

Quantifiers do not have logical relationships

d)

Existential quantifiers are identical to universal quantifiers

29.

Entailment in logic means:

a)

One sentence is syntactically rewritten as another

b)

One set of sentences logically implies another sentence

c)

There is no relationship between sentences

d)

Random guessing of truth values

30.

Higher-Order Logic (HOL) allows:

a)

Quantifying over predicates and functions, increasing expressiveness

b)

Using fewer connectives than PL

c)

No increase in expressive power over PL

d)

Ignoring quantification entirely

31.

Uncertainty in AI refers to:

a)

Having complete certainty about the state of the world

b)

The lack of exact knowledge about outcomes or states

c)

Never using probabilistic reasoning

d)

Eliminating all unpredictability

32.

A Bayesian Network is:

a)

A cyclic graph of variables and probabilities

b)

A Directed Acyclic Graph (DAG) with nodes as random variables

c)

An unconnected set of facts without probabilities

d)

Irrelevant to handling uncertainty

33.

Conditional Probability Tables (CPTs) in Bayesian networks:

a)

Show how child variables depend on their parent variables

b)

Are not required to define a Bayesian network

c)

Are always identical for all nodes

d)

Represent only deterministic rules, not probabilities

34.

Bayes’ Rule is:

a)

$P(A|B) = \frac{P(B|A)P(A)}{P(B)}$

b)

$P(A) = P(B)$ for all events

c)

Limited to deterministic logic

d)

Irrelevant to reasoning under uncertainty

35.

Conditional Independence in Bayesian networks:

a)

Is never assumed

b)

Reduces the complexity of the joint distribution

c)

Has no effect on inference complexity

d)

Eliminates the need for probabilities

36.

Inference in Bayesian Networks aims to:

a)

Determine deterministic rules only

b)

Compute posterior probabilities given evidence

c)

Avoid using observed evidence

d)

Ignore variable dependencies

37.

A Converging connection in a Bayesian network occurs when:

a)

Two variables directly influence a single common effect

b)

One variable influences two different variables

c)

Variables are arranged linearly without convergence

d)

No common effect is present

38.

Exact Inference in large Bayesian networks:

a)

Is always computationally trivial

b)

Can become extremely expensive computationally

c)

Is unnecessary if we have CPTs

d)

Requires no algorithms

39.

Approximate Inference methods like Monte Carlo sampling:

a)

Are used when exact inference is too costly

b)

Guarantee a perfect answer every time

c)

Never consider the given evidence

d)

Cannot be used if networks are large

40.

Gibbs Sampling is:

a)

A method to do deterministic inference in Bayesian networks

b)

A Markov Chain Monte Carlo (MCMC) technique for approximate inference

c)

Never used in uncertainty reasoning

d)

A variant of breadth-first search