wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

G7 - Conditions

Total questions: 15

Worksheet time: 13mins

Name
Class
Date
1.

Is the condition below True or False?

20 > 100

a)

True

b)

False

2.

Is the condition below True or False?


52 <= 86

a)

True

b)

False

3.

Which symbol makes the condition True?
41 _____ 41

a)

=

b)

!=

c)

==

d)

<

4.

What will the code output? Write no output if all conditions are false.
num1 = 56
num2 = 96
if num1 >= num2:
        print("A")

a)

A

b)

B

c)

C

d)

No output

5.

What will the code output?

a)

A

b)

B

c)

C

d)

No output

6.

What will the code output?

a)

A

b)

B

c)

No output

7.

What will the code output?

a)

A

b)

B

c)

No output

8.
a)

A

b)

B

c)

No output

9.

What will the code output?

a)

A

b)

B

c)

No output

10.

What will the code output?

a)

A

b)

B

c)

No output

11.
a)

A

b)

B

c)

No output

12.

What will the code output?

a)

A

b)

B

c)

No output

13.

What will the code output?

a)

A

b)

B

c)

No output

14.

What will the code output?

a)

A

b)

B

c)

No output

15.

What will the code output?

a)

A

b)

B

c)

No output