for loop

for loop

9th Grade

22 Qs

quiz-placeholder

Similar activities

CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

9th - 12th Grade

21 Qs

Programming Basics

Programming Basics

9th - 12th Grade

21 Qs

8.4 Algorithm Test

8.4 Algorithm Test

9th Grade

18 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

CODE.ORG EXPRESS COURSE TEST

CODE.ORG EXPRESS COURSE TEST

9th - 12th Grade

20 Qs

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

8th - 12th Grade

21 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

Python For And While Loop

Python For And While Loop

9th Grade - University

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?