Iteration Recap Final

Iteration Recap Final

9th Grade

20 Qs

quiz-placeholder

Similar activities

Python - The Basics

Python - The Basics

9th - 12th Grade

18 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Python

Python

9th Grade

15 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Iteration Recap Final

Iteration Recap Final

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Chris Lowry

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is iteration?

A decision point in a program

The order in which instructions are carried out.

The repetition of steps within a program.

2.

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.

It allows multiple paths through a program.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop uses a counter?

A repeat-many loop

A condition controlled loop

A count controlled loop

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What are the variables in this code?

print

attempts

break

secret_code

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

What line is there an error on?

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is used to control if a loop should run or not?
Condition
If
Else
Fitness

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the code?

5
4
3
2
1
4
3
2
1
0

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?