wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AI and Python Quiz

Total questions: 38

Worksheet time: 19mins

Name
Class
Date
1.

The term A.I is short for?

a)

Anatomy Insector

b)

Astrology Iselin

c)

Anh Intelligence

d)

Artificial Intelligence

e)

Antificial Intelligence

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

Which one of these is not an area of AI?

a)

computer vision/image recognition

b)

voice recognition

c)

web design

d)

robotics

4.

The ability of a computer to understand

images and videos

a)

computer vision

b)

robotics

c)

Natural Language Processing

5.

The ability of a computer to interact and

understand different human languages

a)

computer vision

b)

robotics

c)

Natural Language Processing

6.

Color recognition:………………

a)

computer vision

b)

robotics

c)

Natural Language Processing

7.

Translation:………………

a)

computer vision

b)

robotics

c)

Natural Language Processing

8.

Human face recognition:………………

a)

computer vision

b)

robotics

c)

Natural Language Processing

9.

Voice to text:………………

a)

computer vision

b)

robotics

c)

Natural Language Processing

10.

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

11.

learning from examples in a training data set is a

a)

Supervised Learning

b)

Unsupervised Learning

12.

How does an AI device learn and think?

a)

It hacks our computer

b)

It accepts data and trains itself, then creates a model

c)

It hacks our brain

d)

None of the above

13.

What is VR?

a)

Virtual Response

b)

Virtual Reality

c)

Very Random

d)

Virtually reliable

14.

What is AR?

a)

Augmented Reality

b)

Argumentative Reality

c)

Augmented Response

d)

All of the above

15.

Why do we need AI?

a)

To help in treatment of diseases

b)

To make our lives much easier

c)

To help in fighting crime

d)

All of the above

16.

How does AR work?

a)

It takes a real world and adds computer simulation

b)

It simulates a virtual world

c)

It creates a virtual world that is harmful

d)

None of the above

17.

The following statements describe Artificial Intelligence EXCEPT

a)

AI is very useful in the present generation increasing its productivity.

b)

Al is a threat if mismanaged or used for bad intentions.

c)

AI replaces humans as it is more efficient than humans.

d)

All of the above

18.

Which of the following statements best describes the difference between robots and humans?

a)

Robots move differently and made up of metal.

b)

Robots do not have feelings and emotions as compared to humans.

c)

Robots are too smart as compared to humans.

d)

Robots are more effective than humans.

19.

It is a device module, or system used in electronic gadgets and materials to detect events and changes.

a)

Electrons

b)

Motor

c)

Sensor

d)

detector

20.

Which of the following is a scenario where an AI is being asked to make an ETHICAL decision?

a)

A self-driving car can only avoid one of two pedestrians and must choose which

b)

A chess computer must choose its next move

c)

A voice assistant is asked to schedule an appointment on the users calendar

d)

A voice assistant is asked whether the user will need an umbrella today

21.
The number or word we give to a variable
a)
Value
b)
Bug
c)
Information
d)
Text
22.
What is the word (command) used to display numbers and text on the screen?
a)
print
b)
input
c)
output
d)
command
23.
What is a variable?
a)
A box(memory location) where you store values
b)
a type of graphics
c)
Data type
d)
a type of memory
24.
What symbol is used in python to assign values to a variable?
a)
equals =
b)
plus + 
c)
forward slash /
d)
asterisk *
25.
What is the name of the programming language we are learning?
a)
Scratch
b)
Python
c)
Pie thin
d)
Scribble
26.
What will be the output?
name = 'Dave'
print (name)
a)
Dave
b)
'Dave'
c)
name
d)
(name)
27.
Python is an example of a....
a)
Text-based programming language
b)
Object orientated programming language
c)
language written in java script
d)
Visual-based programming language
28.
What would print (10 + 16) produce?
a)
20
b)
22
c)
24
d)
26
29.
Which of these would work as a piece of code?
a)
IF answer == "Yes":
b)
if answer == "Yes"
c)
if answer == "Yes":
d)
if answer = "yes":
30.
What is the name of the environment in Python that write your programs and then test them out?
a)
Shell
b)
Window
c)
IDLE
d)
CLI
31.
What button do you press to compile (run) your program so that it runs in the shell?
a)
F3
b)
F5
c)
F7
d)
F9
32.

Which is the Python logo?

a)
b)
c)
d)
33.

What is a input?

a)

A function that allows us to ask the user to enter some data.

b)

To plug in something.

c)

Data displayed on a screen.

d)

A function

34.

What is a output?

a)

A piece of data that is shown on the screen.

b)

Data that the user enters

c)

An output

d)

A orange

35.

What function is used to output a message in python?

a)

print("")

b)

input=name

c)

print

d)

name=input

36.

What syntax would you use to create a name variable?

a)

name=input()

b)

input=name

c)

name=input{}

d)

name=INPUT

37.

What is pseudocode?

a)

A planning tool that resembles code but is not code used for humans.

b)

Syntax code

c)

A programming language.

d)

A pastry.

38.

Why would you use a loop?

a)

To repeat a piece of code

b)

To create a loop

c)

To input data