Y9 Loops

Y9 Loops

8th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

7th - 8th Grade

14 Qs

CS Express - Loops Lessons 6-10 Quiz

CS Express - Loops Lessons 6-10 Quiz

3rd - 8th Grade

15 Qs

Python Quiz - 6

Python Quiz - 6

6th - 8th Grade

10 Qs

Hour of Code

Hour of Code

4th Grade - Professional Development

13 Qs

Programming with For Loops

Programming with For Loops

7th - 9th Grade

12 Qs

Hour of Code ESL

Hour of Code ESL

6th - 8th Grade

14 Qs

Hari 2 Kuis Coding dan AI

Hari 2 Kuis Coding dan AI

1st Grade - Professional Development

10 Qs

CODE.ORG VOCAB

CODE.ORG VOCAB

5th - 9th Grade

10 Qs

Y9 Loops

Y9 Loops

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Sarah Thomas

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In programming, what is iteration?


The repetition of steps within a program.


The order in which instructions are carried out.

A decision point in a program.

Testing a program to make sure it works.

2.

MULTIPLE CHOICE QUESTION

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


It ensures the code works correctly.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which two statements are used to implement iteration?


IF and WHILE

ELSE and WHILE

FOR and WHILE

IF and ELSE

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

FOR loops are

loops which run an unknown number of times

loops which run for a specific number of times


the same as if statements

not part of programming

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which type of loop iterates until instructed otherwise?


FOR loop

WHILE loop

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

WHILE loops are


loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which kind of loop would be used?

I need a program that will keep letting me add money to a piggy bank until I get to £100.


FOR Loop

WHILE Loop

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?