Program Development - Python: Loops

Program Development - Python: Loops

9th - 10th Grade

26 Qs

quiz-placeholder

Similar activities

2.2 j277 computer science programming techniques (iteration)

2.2 j277 computer science programming techniques (iteration)

9th - 10th Grade

30 Qs

Crash Course in Computer Science

Crash Course in Computer Science

10th Grade

21 Qs

for loops quiz coding

for loops quiz coding

9th - 12th Grade

23 Qs

Fundamentals of Programming (GCSE Computer Science AQA)

Fundamentals of Programming (GCSE Computer Science AQA)

9th - 11th Grade

22 Qs

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Year 9 assessment

Year 9 assessment

9th Grade

22 Qs

Computer Science Progress Check Year 10

Computer Science Progress Check Year 10

10th Grade

21 Qs

Beginners Python KS4 - What do you remember (Lesson 1 and 2) ?

Beginners Python KS4 - What do you remember (Lesson 1 and 2) ?

9th 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?