Python If ... Else

Python If ... Else

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Chapter 4 - Think Python

Python Chapter 4 - Think Python

9th - 12th Grade

11 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

JavaScript Control Structures Review

JavaScript Control Structures Review

12th Grade

10 Qs

MT4-3 Ro2 1718

MT4-3 Ro2 1718

11th - 12th Grade

14 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

Introductory Quiz

Introductory Quiz

9th - 12th Grade

10 Qs

HYPOTHESIS

HYPOTHESIS

12th Grade

10 Qs

Game Quizizz

Game Quizizz

KG - Professional Development

8 Qs

Python If ... Else

Python If ... Else

Assessment

Quiz

Other

12th Grade

Medium

Created by

Amy Austin

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'if' keyword in Python signify?

Start of a loop

A function declaration

Start of a conditional statement

Definition of a variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used in Python to check if two values are equal?

===

!=

=

==

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used in Python to define an alternative condition if the initial 'if' condition is not met?

except

otherwise

elif

else

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the conditional statement if 'a = 33' and 'b = 200' and the condition is 'if b > a'?

No output

'b is greater than a'

'b equals a'

'b is less than a'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Python use to define the scope of a block of code?

Curly brackets

Parentheses

Indentation

Quotation marks

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to reverse the result of a conditional statement in Python?

invert

opposite

not

reverse

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what does the 'and' keyword do?

Creates a list

Combines two conditional statements

Adds two numbers

Combines two strings

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?