for loop

for loop

9th Grade

22 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

For Loops with App

For Loops with App

9th Grade

22 Qs

Loop

Loop

9th Grade

22 Qs

For Loop

For Loop

9th Grade

22 Qs

revision

revision

9th Grade

17 Qs

Code org 1

Code org 1

5th - 12th Grade

21 Qs

Loops

Loops

1st - 12th Grade

20 Qs

for loop

for loop

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mariam Alketbi

Used 643+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This loop can only be used when the programmer knows the number of times a code is to be repeated

while

for

do while

repeat until

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following control structure are needed to repeat a code?

sequence

loop

selection

if

3.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

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

4.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which kind of loop would be used?


I need a program that will keep letting me add a monthly payment for 12 months.

FOR Loop

WHILE Loop

5.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which kind of loop would be used?


I need a revision program that will run through revision questions 4 times.

FOR Loop

WHILE Loop

6.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which kind of loop would be used?


I need a guessing game program that will let me keep guessing until I get the right answer.

FOR Loop

WHILE Loop

7.

MULTIPLE CHOICE QUESTION

1 min • 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

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?