Python while loops

Python while loops

12th Grade

20 Qs

quiz-placeholder

Similar activities

Test - Python básico II

Test - Python básico II

9th - 12th Grade

16 Qs

12IP

12IP

12th Grade

20 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Unit 3 Looping - Quiz

Unit 3 Looping - Quiz

9th Grade - University

20 Qs

Python Test

Python Test

8th - 12th Grade

20 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python - The Basics

Python - The Basics

9th - 12th Grade

18 Qs

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Python while loops

Python while loops

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Sean Rattigan

Used 234+ times

FREE Resource

20 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.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the final value of n?

4.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code?

It would print 'So good to see you' infinite number of times

There would be no output

It would print an error message.

It would print 'Enter correct code'.

6.

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

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

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

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?