Iteration Recap

Quiz
•
Computers
•
8th - 9th Grade
•
Hard
R Woodruff
Used 101+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is another word for 'iteration'?
Repetition
Selection
Iteration
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following code?
count
0,1,2,3,4,5,6,7,8,9
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How many times will this loop run?
10
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
I want to allow the program to repeatedly ask the user to enter their guess if it does not equal the answer...Which option do I use?
while guess == answer:
guess=input()
while guess != answer:
guess=input()
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
I want to print "Password matched" if the user enters the correct password, otherwise allow them to try again. What is wrong with the code above?
The last line should be outside the loop
A For loop needed to be used
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Scratch Pre-Assessment

Quiz
•
5th - 9th Grade
11 questions
Scratch Lesson 1

Quiz
•
6th - 10th Grade
15 questions
Blender Homework 2

Quiz
•
9th Grade
21 questions
Code.Org - Part II

Quiz
•
6th - 8th Grade
20 questions
Sphero

Quiz
•
6th - 8th Grade
15 questions
C++ While Loops

Quiz
•
6th - 8th Grade
15 questions
LEGO Ev3 Robotics

Quiz
•
5th - 12th Grade
12 questions
Computer Science

Quiz
•
3rd - 12th 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
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
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade