Conditional Statements

Conditional Statements

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the output? Options: more than 7, more than 23, spam, 7

Back

more than 7

2.

FLASHCARD QUESTION

Front

What part of an if statement should be indented? Options: All of it, The statements within it, the first line, the lines within the brackets

Back

The statements within it

3.

FLASHCARD QUESTION

Front

An if statement must evaluate to:

Back

True or False

4.

FLASHCARD QUESTION

Front

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

Back

==

5.

FLASHCARD QUESTION

Front

What is the result of the code: team = ("Cowboys") if team == "Cowboys": print("Dallas is #1")

Back

Dallas is #1

6.

FLASHCARD QUESTION

Front

IF statement in Python

Back

An IF statement checks to see if a statement is true or false and then does one of two things depending on the result.

7.

FLASHCARD QUESTION

Front

What will happen when this program is run?

Back

Zero will be displayed

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?