Psuedocode iterations

Quiz
•
Computers
•
11th Grade
•
Hard

Ryan Smith
Used 7+ times
FREE Resource
45 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
20 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
20 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
20 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
45 sec • 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
45 questions
STRINGS

Quiz
•
11th Grade
44 questions
Python Test 2

Quiz
•
7th - 12th Grade
40 questions
10th Grade 10 - IT Programming - 2nd Cycle Exam

Quiz
•
10th Grade - University
46 questions
PYTHON PROGRAMMING - FINAL EXAM REVIEW

Quiz
•
9th - 12th Grade
40 questions
Python - Lists, Dictionaries and Loops

Quiz
•
9th - 12th Grade
40 questions
Semester Final 2025

Quiz
•
10th Grade - University
40 questions
Computational thinking, algorithms and programming

Quiz
•
11th Grade
41 questions
Midterm prep 7th

Quiz
•
7th Grade - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade