wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Revision on Artificial Intelligence

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

What are machines fed with to make them intelligent?

a)

Data and algorithm

b)

Data

c)

Human brain

d)

None of these

2.

Is automatic dishwasher example of A.I ? If not why?

a)

Yes

b)

No, coz it is example of automation

c)

No, coz it requires human input

d)

Both b and c

3.

Which technology is used to extract every minute detail from image by using deep neural networks ?

a)

Deep learning

b)

Hyper analysis

c)

Detail viewing

d)

Artificial detailing

4.

Artificial intelligence allows machines to model, and even improve upon, the capabilities of the human mind.

a)

True

b)

False

5.

Is Doraemon an Artificial Intelligence?

a)

YES

b)

NO

c)

I don't no

6.

What is not an application of Artificial Intelligence?

a)

Self-driving cars

b)

Recipes and cooking

c)

Psychotherapy

d)

Voice Assistants

7.

What is AI?

a)

Having human intelligence

b)

Global information sharing system

c)

The intellect is programmed by humans

d)

Help computers can automate smart behaviors like humans

8.

Tesla car is an example strong AI.

a)

True

b)

False

9.

Which of the following is an application of AI?

a)

Face Recognition

b)

Vision systems

c)

Expert systems

d)

All of the above

10.

Which of the following is not an example of AI machine. 

a)
b)
c)
d)
11.

An AI agent perceives and acts upon the environment using sensors.

a)

True

b)

False

12.

In computer science,AI research is defined as what?

a)

The study of computer

b)

The study of Machine

c)

The study of animal kingdom

d)

The study of Intelligent agents

13.

Chatbot is an example of AI smart machine.

a)

True

b)

False

14.

The study of algorithms that enable the machine to learn from data and to make decisions without the help of humans.

a)

Machine Learning

b)

Artificial Intelligence

15.
Artificial Intelligence is the process that allows computers to learn and make decisions like humans
a)
True
b)
False
16.

Which one of these is not an area of AI?

a)

computer vision/image recognition

b)

voice recognition

c)

web design

d)

robotics

17.

Which of these languages is used for AI programming?

a)

Cobol

b)

Fortran

c)

C++

d)

Python

18.

In this model, the machine is trained with huge amounts of data which helps it in training itself around the data. Such machines are intelligent enough to develop algorithms for themselves.

a)

AI

b)

ML

c)

DL

19.

Which one of the following is not an application of Natural Language Processing?

a)

Smart assistants

b)

Sentiment Analysis

c)

Price Comparison Websites

d)

Email filters

20.

An air conditioner can be turned on and off remotely with the help of internet is an example of:

a)

Augmented Reality

b)

Automation

c)

Internet of Things

21.

Which of the following is not an AI application?

a)

Google Maps

b)

Writing suggestion in gmail

c)

Face Recognition

d)

Kahoot

22.

Reinforcement learning is the process of learning in an environment through feedback from an AI’s behaviors.

a)

True

b)

False

23.

Learning from labeled data.

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

24.

All of the following are types of AI except.

a)

Natural Language Processing

b)

Machine Learning

c)

Internet of Things

d)

Speech Recognition

25.

Machine Learning is the autonomous acquisition of knowledge through the use of manual programs.

a)

True

b)

False

26.

Which of these would be a good use of machine learning?

a)

Adding big numbers together

b)

Counting the number of times a button is pressed

c)

Recognizing if an email is spam

27.

Which one of these statements is correct?

a)

Machine learning is a technique where computers can be trained to perform tasks instead of needing to be given an explicit set of steps to follow

b)

Machine learning is magic

c)

Machine learning means we don’t need to think about problems any more because computers will think for us

d)

Machine learning has replaced the need for us to learn how to code

28.

Alice and Bob want to train a machine learning system to recognise if text is happy/positive or sad/negative. Which of them will probably train the best system?

a)

Alice. She has collected 10 varied examples of happy text, and 10 varied examples of sad text.

b)

Bob. He has collected 1000 examples of happy writing and 10 examples of sad writing.

29.
Define what is meant by the term 'algorithm'
a)
Step by step instructions or rules to solve a problem.
b)
Code for a specific task.
30.

What is OAV stands for?

a)

Object-Attitude-Value

b)

Object-Attribute-Value

c)

Onset-Attitude-Value

d)

Onset-Attribute-Value

31.

Is this an OAV representation?

a)

True

b)

False

32.

The advantage of frames compared to OAV are:

a)

Has value controlling parameter like type and default

b)

Allow inheritance

c)

can represent sequence

d)

doesn't allow subclass

33.

Terms associated with frames are:

a)

slot

b)

value

c)

instance

d)

class

34.

According to this decision tree, What is your spec prescription would be if your tears are normal, no astigmatism but have myope?

a)

hard

b)

soft

c)

none

35.

Which of these is FALSE for rules?

a)

Rules can generate decision tree

b)

Decision tree can generate rules

c)

Rules do not allow contradiction

d)

Rules are good in representing sequence

36.

Which knowledge representation is best to show this fury's family tree and the physical inheritance?

a)

OAV

b)

Semantic Network

c)

Frames

d)

Rules

37.

Why knowledge representation is important?

a)

filters facts and non-facts

b)

capture correct procedures

c)

to map the facts

d)

to formalise the knowledge engineering process

38.

____________ are the truths in the real world which we would like to present.

a)

Facts

b)

Representation

c)

knowledge level

d)

symbol level

39.

____________ can be considered an example of an algorithm

a)

answer to a question

b)

name of a person

c)

favorite subjects

d)

a recipe for making pancake

40.

An algorithm is a set of __________ followed to complete a task.

a)

values

b)

points

c)

scores

d)

instructions

41.

What is state space?

a)

The whole problem

b)

Your Definition to a problem

c)

Problem you design

d)

Representing your problem with variable and parameter

e)

A space where You know the solution.

42.

Which search method takes less memory?

a)

(a)  Depth-First Search                           

b)

(b)  Breadth-First search

c)

(c)  Both (a) and (b)                               

d)

(d)  Linear Search.

e)

(e)  Optimal search.

43.

Which is true regarding BFS?

a)

(a) BFS will get trapped exploring a single path

b)

(b)

The entire tree so far been generated must be stored in BFS

c)

(c)

BFS is not guaranteed to find a solution, if exists

d)

(d)

BFS is nothing but Binary First Search

e)

(e)

BFS is one type of sorting.

44.

To build a AI system or to solve a particular problem which things have to be done.

 

a.      Define the problem precisely.

b.     Analyze the problem

c.      Isolate and represent the task knowledge that is necessary to solve the problem

d.     Choose the best solving technique and apply it to the particular problem.

e.      Design and implement the problem.

a)

a, b, c, d

b)

a, b , d, e

c)

a, b , c ,e

d)

   a , b , c , d ,e

45.

hill climbing may fail to find a solution when it enters.

a. Local Maxima

b. Local Minima

c. Plateau

d. Ridge

a)

a and b

b)

a and c

c)

a, b and c

d)

a c and d

46.

What are the components of an intelligent agent? [you can pick more than one option]

a)

Environment

b)

Sensor

c)

Agent Function -> Agent Program

d)

Actuator

e)

Performance Measure

47.

The perspective which views AI as the science of making intelligent agent is close to the following AI definition...

a)

AI = Thinking Humanly

b)

AI = Acting Humanly

c)

AI = Thinking Rationally

d)

AI = Acting Rationally

48.

When google map formulate the route recommendation to a client, which algorithm will likely to be most suited to be used when the terrain is heterogeneous (consists of land, water, etc.)

a)

Depth First Search Algorithm

b)

Breadth First Search Algorithm

c)

Cost Sensitive Search Algorithm

d)

Uniform Cost Search Algorithm

49.

In the google translate case, the google translate agent's sensors are ...

a)

keyboard

b)

internet

c)

monitor pixels

d)

natural language processing algorithm

50.

In the google translate case, the most fundamental "performance measure" is ...

a)

number of correct translation

b)

number of website hits

c)

number of available language offering

d)

the speed of translation