Which type of iteration should be used when you know how many times you want to loop?
Pseudocode - Iteration

Quiz
•
Computers
•
7th - 11th Grade
•
Hard
Sam Knott
Used 69+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Count Controlled
Condition Controlled
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which type of iteration should you use if you don't know how many times you need to loop?
Condition Controlled
Count Controlled
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is missing?
____ i = 1 To 10
OUTPUT: "String"
ENDFOR
FOR
FOUR
WHILE
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Fill in the missing blank:
_______ variable <> "Hi"
OUTPUT: "Hi to you!"
ENDWHILE
WHILST
WHILE
FOR
IF
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Pick the correct answer to match the following:
A loop that will check the condition before the code inside is executed.
FOR
WHILE
REPEAT...UNTIL
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Pick the correct answer to match the following:
A loop that will check the condition after the code inside is executed.
WHILE
REPEAT...UNTIL
FOR
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which of the following will run 10 times? (Choose all that apply.)
FOR i = 1 TO 10
OUTPUT: "Number " + i
ENDFOR
FOR i = 0 To 10
OUTPUT: "Number: " + i
ENDFOR
input = 10
count = 1
WHILE count <= input
OUTPUT: count
count = count + 1
ENDWHILE
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Iteration

Quiz
•
9th - 12th Grade
14 questions
Hour of Code ESL

Quiz
•
6th - 8th Grade
9 questions
Instructiuni Repetitive C++

Quiz
•
10th Grade
12 questions
Module 10 Vocabulary

Quiz
•
9th Grade
10 questions
Loops

Quiz
•
10th Grade
15 questions
Basic Programming Concepts

Quiz
•
9th Grade
8 questions
Flowcharts and algorithms

Quiz
•
8th - 10th Grade
10 questions
Code.org Unit 5 - Loops

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade