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
15 questions
Coding Pre-quiz

Quiz
•
6th - 9th Grade
20 questions
Code.org Express Course

Quiz
•
6th - 8th Grade
16 questions
Python Basics

Quiz
•
KG - University
15 questions
C# Loops (All)

Quiz
•
9th - 12th Grade
20 questions
IST CodeHS Unit 2 Robot Coding Review

Quiz
•
9th - 12th Grade
20 questions
Coding Concepts Quiz

Quiz
•
3rd Grade - University
12 questions
Python Programming - Iteration

Quiz
•
9th Grade
20 questions
Loops

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade