wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

W2 G11 Python Basics

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

_________ are also known as PC.

a)

Minicomputers

b)

Microcomputers

c)

Supercomputers

d)

Mainframe

2.

Kindle is an _______

a)

Game console

b)

Mobile computer

c)

Embedded computer

d)

Minicomputer

3.

Identify the three main parts of any game?

a)

Input , Processing and output

b)

keyboard, monitor and mouse

c)

Start , stop and rewind

4.

Identify the two main types of programming ?

a)

Pictures and video

b)

Graphical and texted based

c)

Text and video

5.

which is an example of an output in a computer game?

a)

Pressing the left arrow key on the keyboard

b)

The character moves left on the screen

c)

Using the mouse left click

6.

An INPUT is

a)

information that goes INTO a computer or device

b)

information that comes OUT of a computer or device

7.

An OUTPUT is

a)

information that goes INTO a computer or device

b)

information that comes OUT of a computer or device

8.

An example of an INPUT would be

a)

A ball

b)

Sound

c)

A keyboard

9.

An example of an OUTPUT would be

a)

A ball

b)

Sound

c)

A Keyboard

10.

What is a program

a)

A set of instruction to complete a task

b)

something you watch on TV

11.

What is a BUG in a program?

a)

a small insect

b)

an error in the code

12.

To display the following on screen Hello World! the following command should be used:

a)

print(Hello World!)

b)

print("Hello World" + !)

c)

print("Hello World!")

d)

print"(Hello World!)"