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

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Grade 11 - Python Conditions

Grade 11 - Python Conditions

11th Grade

10 Qs

8525 AQA GCSE 3.2.5 Boolean Operations

8525 AQA GCSE 3.2.5 Boolean Operations

10th - 11th Grade

10 Qs

Python Selection Statements

Python Selection Statements

11th Grade

10 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Control Structure

Control Structure

9th Grade - University

12 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

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?