Python While Loops

Python While Loops

12th Grade

15 Qs

quiz-placeholder

Similar activities

Một số khái niệm về lập trình và ngôn ngữ lập trình

Một số khái niệm về lập trình và ngôn ngữ lập trình

KG - 12th Grade

15 Qs

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

Computer Security Measure

Computer Security Measure

11th Grade - University

19 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

KOMPUTER DAN JARINGAN DASAR

KOMPUTER DAN JARINGAN DASAR

12th Grade

10 Qs

TMK TAHUN 5

TMK TAHUN 5

10th - 12th Grade

20 Qs

Programming Terminology

Programming Terminology

12th Grade

10 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

Python While Loops

Python While Loops

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Thomas Martinez

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

For the code shown, what will happen?

It will print all the numbers from 0 to 11

It will print all the numbers from 0 to 11 in increments of 3

Infinite loop

It will not run (Syntax error)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A while loop is used when

You know how many times you are going to loop

You want to loop for an unknown number of times, and possibly forever

You only want to run the code in the loop once

You see the word while in the problem description

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is iteration important?

It determines the order in which instructions are carried out

It allows code to be simplified by removing duplicated steps into a block that can be executed many times

It allows multiple paths through a program

It ensures the code works correctly

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The condition for a while loop to continue could include which of the following?

While something equals something

While something is True

While something is greater than something

All of these

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the final value of the variable 'number'?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To increment means to

increase the value of a variable

decrease the value of a variable

add 1 to the variable

subtract 1 from the variable

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A counter is (check ALL that apply)

A variable used in a loop to count the number of times something happened

usually initialised to zero

usually incremented inside the loop

a person with a pen and paper

used only outside of the loop

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?