Python - Conditional Programming

Python - Conditional Programming

8th Grade

10 Qs

quiz-placeholder

Similar activities

python selection

python selection

8th Grade

11 Qs

Python Quiz - 4

Python Quiz - 4

6th - 8th Grade

10 Qs

Coding Conditionals

Coding Conditionals

6th - 8th Grade

14 Qs

Programming with Karel the Dog 2

Programming with Karel the Dog 2

6th - 9th Grade

13 Qs

Coding 300 Coding Basics

Coding 300 Coding Basics

7th - 8th Grade

10 Qs

Quiz#5

Quiz#5

8th Grade

10 Qs

Review Python

Review Python

8th Grade

15 Qs

Codebots 3

Codebots 3

7th - 9th Grade

10 Qs

Python - Conditional Programming

Python - Conditional Programming

Assessment

Quiz

Computers

8th Grade

Hard

Created by

bhoomi raisinghani

Used 15+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the = = symbol mean in Python?

Equal to or shows equality

Not Equal

Code that will be skipped

End of clause

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to test more than one condition (chained condition), what do you use after if statement?

elif

else

ifif

else if

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following if statements will not execute successfully:

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What signifies the end of a statement block or suite in Python?

end

}

A line that is indented less than the previous line

:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the this code?

Prrr

Ruff

Both a and b

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Fill in the blanks so that people of 18 years and older are allowed to vote

<=

<

>=

>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the else statement used in Python?

To execute a block of code when the condition of the if statement is false.

To define a new condition for the if statement.

To end the entire program.

To execute a block of code when the condition of the if statement is true.

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?