Python - While loop

Python - While loop

9th - 10th Grade

19 Qs

quiz-placeholder

Similar activities

Iteration

Iteration

9th - 12th Grade

15 Qs

Iteration Recap Final

Iteration Recap Final

9th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

APCSP Semester Review

APCSP Semester Review

8th - 9th Grade

20 Qs

Python While Loops

Python While Loops

8th - 9th Grade

20 Qs

For vs While

For vs While

8th - 10th Grade

20 Qs

Iteration

Iteration

9th - 11th Grade

20 Qs

While Loop

While Loop

8th - 9th Grade

20 Qs

Python - While loop

Python - While loop

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Dina Omer

Used 58+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Why is iteration important?

It determines the order in which instructions are carried out

It allows code to be simplified by removing duplicated steps

It allows multiple paths through a program

It ensures the code works correctly

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which two statements are used to implement iteration?

IF and WHILE

ELSE and WHILE

FOR and WHILE

IF and ELSE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which type of loop iterates until instructed otherwise?

FOR loop

A count-controlled loop

Repeat-once loop

WHILE loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

While something equals something

While something is greater than something

While something is True

All of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Which of the following symbols is used in Python to mean if it is "Equal to"?

=

==

!=

>=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Which of the following symbols is used in Python to mean "Not equal to"?

==

<>

!=

><

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

8. Which of the following symbols is used in Python to mean "Greater than or equal to"?

<=

>=

>>

=>

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?