wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quick quizizz Python G7

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

1) What is the name of the programming language we’ve been learning?

a)

Piranha

b)

Pascal

c)

Python

d)

Prolog

2.

If we typed this code into Python: print(6 + 3 * 7),what output would we see on screen?

a)

63

b)

637

c)

16

d)

27

3.

The two windows in Python are called:

a)

The Interactive mode and Script mode windows.

b)

The Left mode and Right mode windows

c)

The Instant mode and Slow mode windows

d)

The Open mode and Close mode windows

4.

Which data type is this value?

3.142

a)

Float

b)

String

c)

Integer

d)

Boolean

5.

Which data type is this value?

String

a)

Integer

b)

String

c)

Float

d)

Boolean

6.

Which data type is this value?

True

a)

Boolean

b)

String

c)

Integer

d)

Float

7.

Which data type is this value?

47

a)

Integer

b)

String

c)

Float

d)

Boolean

8.

Which data type is this value?

“1234”

a)

Float

b)

Interger

c)

String

d)

Boolean

9.

Which data type is this value?

-23

a)

Integer

b)

String

c)

Float

d)

Boolean

10.

How many types of python ?

a)

5

b)

4

c)

2

d)

6