Pseudocode - Iteration

Quiz
•
Computers
•
7th - 11th Grade
•
Hard
Sam Knott
Used 74+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which type of iteration should be used when you know how many times you want to loop?
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 Wayground
10 questions
Lesson 8 - Web content

Quiz
•
8th Grade
10 questions
S2 Sphero Knowledge Check 2

Quiz
•
11th Grade
5 questions
AP Computer Science A Unit 4 Section 4 (Nested Loops)

Quiz
•
10th - 12th Grade
15 questions
C++ While Loops

Quiz
•
6th - 8th Grade
14 questions
Python 6. Combined Iteration

Quiz
•
9th Grade
10 questions
Chapter 05 Worksheet

Quiz
•
10th Grade
15 questions
Programming Concepts for loops Quiz

Quiz
•
7th Grade
10 questions
Loops

Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade