Python - Conditional Programming

Python - Conditional Programming

8th Grade

10 Qs

quiz-placeholder

Similar activities

Codebots 4

Codebots 4

7th - 9th Grade

10 Qs

L2 Selection in Programming

L2 Selection in Programming

8th Grade

10 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Looping / Conditionals

Looping / Conditionals

6th - 8th Grade

12 Qs

PYTHON JUNIOR QUIZ-3

PYTHON JUNIOR QUIZ-3

KG - Professional Development

10 Qs

Tynker Blocks and What They Do (Prg. 301)

Tynker Blocks and What They Do (Prg. 301)

6th - 8th Grade

15 Qs

Learning to Code 1 and 2

Learning to Code 1 and 2

7th - 8th 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?