If Else Check In

If Else Check In

11th Grade

11 Qs

quiz-placeholder

Similar activities

Python programming

Python programming

6th - 12th Grade

16 Qs

SELECTION STATEMENTS(PASCAL)

SELECTION STATEMENTS(PASCAL)

11th Grade

12 Qs

Grade 11 - Python Conditions

Grade 11 - Python Conditions

11th Grade

10 Qs

PYTHON JUNIOR QUIZ-3

PYTHON JUNIOR QUIZ-3

KG - Professional Development

10 Qs

Python

Python

1st - 12th Grade

10 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

G11 FT Quiz 1 - Python Conditions

G11 FT Quiz 1 - Python Conditions

11th Grade

10 Qs

Python Conditionals and If Statements

Python Conditionals and If Statements

8th Grade - University

15 Qs

If Else Check In

If Else Check In

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Grainne Gahan

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

‘If’ is a decision making statement

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An If statement can be executed multiple times

FALSE

TRUE

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This operator means that one value is the same as the other value
==
!=
>
<

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This operator means that one value is not equal to another value
==
<=
>=
!=

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The result of this program:

Friday = False

if Friday:

print "Jeans day!"

else:

print "Uniform day"

Jeans day

Today is Friday

Uniform day

Not Friday

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output?

condition

True

Program has a syntax error.

3 > 2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output?

True

False

condition1

condition2

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?