If Else Check In

If Else Check In

11th Grade

11 Qs

quiz-placeholder

Similar activities

Quiz 08 - Elif Clauses

Quiz 08 - Elif Clauses

11th Grade

10 Qs

CS Python Fundamentals Quiz 3 Practice

CS Python Fundamentals Quiz 3 Practice

9th - 12th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

11th - 12th Grade

12 Qs

CodeHS Python

CodeHS Python

9th Grade - Professional Development

15 Qs

KUIZ STRUKTUR KAWALAN

KUIZ STRUKTUR KAWALAN

1st - 12th Grade

10 Qs

IDT UNIT 3

IDT UNIT 3

9th - 12th Grade

12 Qs

python

python

3rd Grade - University

12 Qs

Python Nested Conditionals

Python Nested Conditionals

11th Grade

10 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?