Python Booleans and selection 3

Python Booleans and selection 3

8th Grade

20 Qs

quiz-placeholder

Similar activities

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Review Python

Review Python

8th Grade

15 Qs

Python basic commands

Python basic commands

8th Grade

20 Qs

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

8th - 10th Grade

19 Qs

Scratch

Scratch

8th Grade

20 Qs

Monthly exam y8

Monthly exam y8

8th Grade

20 Qs

Intro to Scratch

Intro to Scratch

6th - 8th Grade

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Booleans and selection 3

Python Booleans and selection 3

Assessment

Quiz

Computers

8th Grade

Medium

Created by

M Ellis

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `elif` command in Python?

To handle a single condition

To handle multiple conditions

To end a loop

To start a function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code print if the input year is 7?

You are in Key Stage 2

You are in Key Stage 3

You are in Key Stage 4

Not valid

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code print if the input year is 12?

You are in Key Stage 3

You are in Key Stage 4

You are in Key Stage 5

Not valid

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to check a condition in Python?

for

elif

while

if

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output if none of the `if` or `elif` conditions are met?

You are in Key Stage 3

You are in Key Stage 4

You are in Key Stage 5

Not valid

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the purpose of the "if" statement in the given Python code?

To check a condition and execute code if the condition is true

To repeat a block of code multiple times

To define a function

To import a module

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to convert the user input into an integer?

str()

int()

float()

bool()

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?