wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 2: Review

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

What is the value of 15 / 12?

a)

1

b)

1.25

c)

1.5

d)

1.3

2.

What is the value of 15 // 12?

a)

1

b)

1.25

c)

1.5

d)

3

3.

What is the value of 15 % 12?

a)

1

b)

1.25

c)

1.5

d)

3

4.

What is the data type of 'this is what kind of data'?

a)

Character

b)

Integer

c)

Float

d)

String

5.

What is printed when the following statements execute?

a)

Nothing. Run time Error

b)

Thursday

c)

32.5

d)

19

6.

What is printed when the following statements execute?

a)

<class 'str'>

b)

<class 'int'>

c)

<class 18>

d)

18

7.

What is the value of the following expression:

a)

14

b)

24

c)

3

d)

3.667

8.

After the following statements, what are the values of x and y?

a)

A. x is 15 and y is 15

b)

B. x is 22 and y is 22

c)

C. x is 15 and y is 22

d)

D. x is 22 and y is 15

9.

Given the following code segment, what will be printed?

a)

A. The address is street

b)

B. The address is 125 Main Street

c)

C. It won't execute

d)

D. 500 Gentryside Dr

10.

Given the following code segment, what will be printed?

a)

A. Derrick has 4 friends

b)

B. name has 4 friends

c)

C. name has friends friends

d)

D. There will be an error

11.

Given the following code segment, what will be printed?

a)

A. Mariah has 2 pets

b)

B. name has 2 pets

c)

C. Mariah has pets pets

d)

D. There will be an error

12.

What is the data type of the value 3.14?

a)

Integer

b)

String

c)

Float

d)

Boolean

13.

What is the result of 18 // 5?

a)

3.6

b)

3.5

c)

3

d)

4

14.

What is the data type of the value True?

a)

Float

b)

Boolean

c)

String

d)

Integer

15.

Which of the following is a valid Boolean value in Python?

a)

True

b)

"False"

c)

yes

d)

1.0

16.

What is the result of the expression 7 % 3?

a)

0

b)

3

c)

2

d)

1

17.

What is the data type of the value 42?

a)

Float

b)

String

c)

Integer

d)

Boolean