Python Loops

Quiz
•
Computers
•
University
•
Hard
Elaine Cortez
Used 279+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In programming, what is iteration/looping?
The repetition of steps within a program
The order in which instructions are carried out
A decision point in a program
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
numbers = [5, 14, 9, 17]
for number in numbers:
if number % 3 == 0:
print(number)
The output will be?
17
9
14
9
17
14
17
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
numbers = [5, 14 ,9, 17]
for number in numbers:
if number >= 9:
print (number)
The output will be?
17
9
14
9
17
14
17
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
print(str(i) * 5)
print("i" * i)
print("i" * i)
print(str(i) * i)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
for number in range(6):
print(number)
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Input and Output Devices Quiz

Quiz
•
10th Grade - University
15 questions
SCRIPTING PROGRAMMING WITH PYTHON

Quiz
•
University
20 questions
ITIPT01 Quiz No 1

Quiz
•
University
20 questions
GirlsWhoML Workshop 0

Quiz
•
University
12 questions
Quiz3

Quiz
•
University
12 questions
Lógica Programação

Quiz
•
University
20 questions
1212 Midterm Review

Quiz
•
University
12 questions
Python: Strings and Lists

Quiz
•
University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University