Program Development - Python: Loops

Program Development - Python: Loops

9th - 10th Grade

26 Qs

quiz-placeholder

Similar activities

Python new

Python new

3rd Grade - University

26 Qs

9.3 Further programming with python, Knowledge Check

9.3 Further programming with python, Knowledge Check

9th - 10th Grade

21 Qs

Python Loops

Python Loops

9th - 12th Grade

27 Qs

Unit 4 Practice

Unit 4 Practice

9th - 12th Grade

22 Qs

Python Programming with sequences a selection

Python Programming with sequences a selection

9th - 12th Grade

25 Qs

[AP CSP] Reading WHILE LOOP Code

[AP CSP] Reading WHILE LOOP Code

9th - 12th Grade

28 Qs

Year 10 End Module Python Quiz

Year 10 End Module Python Quiz

10th - 11th Grade

24 Qs

Python

Python

10th Grade

23 Qs

Program Development - Python: Loops

Program Development - Python: Loops

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Used 62+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop repeated if the condition is true / false
While loop
For loop
Repeat loop
If...else

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Loop executed a fixed number of times with a built-in-counter (creating a counter variable is unnecessary).
While loop
For loop
Repeat loop
If...else

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Code repeated / looped until a condition has been met or a set number of times.
Sequence
Selection
Iteration
Variable

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Code executed based on a condition being true
Sequence
Selection
Iteration
Variable

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The user is asked to enter a number which must be below one hundred. What type of iteration would be used to check this?
For loop
While loop
Check loop
Repeat loop

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To solve a problem that requires the user to enter 10 numbers would use what type of iteration?
While loop
For loop
Variable
Selection

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
What will print to the screen in this code?
18
-25
-10
-15

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?