Control Structures - Selection in Python

Control Structures - Selection in Python

8th Grade

11 Qs

quiz-placeholder

Similar activities

3rd week g9 summative

3rd week g9 summative

7th - 12th Grade

15 Qs

Node.js

Node.js

University

10 Qs

JAVA IDENTIFIERS

JAVA IDENTIFIERS

6th - 8th Grade

14 Qs

PITD Assessment

PITD Assessment

8th Grade

10 Qs

GEMATMW - Cryptography

GEMATMW - Cryptography

University - Professional Development

16 Qs

Debugging Challenge 2

Debugging Challenge 2

7th - 12th Grade

15 Qs

Chapter 2: Input Device

Chapter 2: Input Device

12th Grade - University

12 Qs

Fun with Computer Architecture

Fun with Computer Architecture

University

15 Qs

Control Structures - Selection in Python

Control Structures - Selection in Python

Assessment

Quiz

Computers

8th Grade

Practice Problem

Hard

Created by

Meenal Tripathi

Used 12+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this python code, what message is displayed if the student scores 34?

You passed. Well done!

You failed. Try again!

Invalid score.

Syntax error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the attached python code, what is the purpose of converting num1 and num2 to integers?

To perform string operations

To compare them as numbers

To display them as text

To store them in a list

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed if num1 is 10 and num2 is 20 in the attached code?

First number is greater than the second

Second number is greater than the first

Numbers are equal

Invalid input

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this example, which part of the if-statement will be executed if the input speed is below 40 mph?

if speed >= 70:

elif speed >=40:

else:

input("Enter driver's speed")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of control structure is used in selection?

for loop

while loop

if-else statement

switch-case statement

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this example, what will be the output if num1 is 25 and num2 is 25?

1st bigger than 2nd

2nd bigger than 1st

Numbers are equal

No output

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the elif statement in an if-elif-else statement?

To handle multiple conditions

To repeat a block of code

To define a function

To initialize variables

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?