for loop

for loop

9th Grade

22 Qs

quiz-placeholder

Similar activities

Intro to CS Semester Test Review P1

Intro to CS Semester Test Review P1

9th Grade

20 Qs

GCSE Programming Constructs

GCSE Programming Constructs

9th Grade

20 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

for loops quiz coding

for loops quiz coding

9th - 12th Grade

23 Qs

For Loop Method

For Loop Method

9th Grade

22 Qs

[AP CSP] FOR & WHILE LOOPS

[AP CSP] FOR & WHILE LOOPS

9th Grade - University

20 Qs

Programming With Karel Vocabulary Quiz

Programming With Karel Vocabulary Quiz

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