wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ASSIGNMENT 5-UNIT V-AI-AL23311

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Why must AI agents handle uncertainty?

a)

Deterministic environments

b)

Complete observability

c)

Partial observability and nondeterminism

d)

Logical consistency

2.

What is a 'belief state'?

a)

The physical state of the environment

b)

The agent's internal program

c)

The set of all possible world states the agent might be in

d)

The probability of an event occurring

3.

Logical agents fail in uncertain environments because:

a)

They lack sensors

b)

They must consider every possible explanation

c)

They do not have actuators

d)

They ignore probabilities

4.

Which theorem updates beliefs based on new evidence?

a)

Shannon's Law

b)

Bayes' Theorem

c)

Boolean Logic

d)

Regression Law

5.

Bayes' theorem is:

a)

P(A|B) = P(A) + P(B)

b)

P(A|B) = P(B|A) × P(A) / P(B)

c)

P(A|B) = P(A) × P(B)

d)

P(A|B) = P(A) - P(B)

6.

'Prior probability' means:

a)

Before evidence is observed

b)

After evidence is observed

c)

Joint probability

d)

Posterior probability

7.

Naïve Bayes assumes features are:

a)

Correlated

b)

Conditionally independent given the class

c)

Dependent on each other

d)

Unrelated to the class variable

8.

Common application of Naïve Bayes:

a)

Image generation

b)

Spam filtering

c)

Object tracking

d)

Path planning

9.

Limitation of Naïve Bayes:

a)

Slow execution

b)

Assumes feature independence

c)

Needs huge datasets

d)

Ignores probability values

10.

Probabilistic reasoning combines:

a)

Logic and probability theory

b)

Deep learning and reasoning

c)

Fuzzy logic and constraints

d)

Deterministic rules only

11.

Which is NOT a probabilistic model?

a)

Bayesian network

b)

Markov model

c)

Decision tree

d)

Hidden Markov model

12.

A probability distribution assigning values to all atomic events is:

a)

Conditional probability

b)

Joint probability distribution

c)

Marginal probability

d)

Prior probability

13.

Bayesian networks represent:

a)

Logical statements

b)

Probabilistic causal relationships

c)

Linear models

d)

Deterministic data

14.

In Bayesian networks, nodes and edges represent:

a)

Variables and causal dependencies

b)

Inputs and outputs

c)

Equations and constants

d)

Agents and actions

15.

Exact inference means:

a)

Estimating random samples

b)

Computing precise posterior probabilities

c)

Ignoring priors

d)

Using approximations

16.

Approximate inference is used when:

a)

Network is small

b)

Exact inference is too expensive

c)

There is no uncertainty

d)

All variables are known

17.

A common approximate inference method:

a)

Monte Carlo sampling

b)

BFS algorithm

c)

A* search

d)

Constraint propagation

18.

Causal networks are an extension of:

a)

Neural networks

b)

Bayesian networks

c)

Markov chains

d)

Expert systems

19.

Causal reasoning helps in:

a)

Explaining cause-effect relationships

b)

Reducing computation

c)

Improving hardware performance

d)

Encoding syntax rules

20.

Probabilistic reasoning primarily deals with:

a)

Certainty

b)

Heuristics

c)

Quantifying uncertainty

d)

Symbolic logic