Python Lesson 4 Iteration

Quiz
•
Computers
•
10th - 11th Grade
•
Easy
Lisa Hesketh
Used 17+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
IF/Else is an example of iteration
True
False
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Iteration in programming is when blocks of code are repeated
True
False
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Iteration in programming is when blocks of code are skipped
True
False
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
While loops are an example of iteration
True
False
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
A while loop could run forever if the conditions stays true forever?
True
False
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which of these lines of code would create a loop which runs as long as the name is not 'jimmy'
while name == "jimmy"
while name != "jimmy"
while name != "name"
while name >= "jimmy"
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which of these operators checks that something is NOT EQUAL TO?
==
!=
=
!
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
LOOPS IN C++

Quiz
•
10th Grade - University
10 questions
Y7 - CY2 - Knowledge Test

Quiz
•
9th - 12th Grade
12 questions
Iteration - While Loop

Quiz
•
8th - 12th Grade
10 questions
AP Computer Science Principles - Unit 6: Algorithms

Quiz
•
9th - 12th Grade
15 questions
Hangman Game - Programming Questions

Quiz
•
7th - 11th Grade
10 questions
Pseudocode - Iteration

Quiz
•
7th - 11th Grade
10 questions
Iteration Assessment

Quiz
•
9th - 10th Grade
11 questions
Programming Quiz 1

Quiz
•
11th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade