Loops Exam

Quiz
•
Computers
•
11th Grade
•
Easy
Edgardo(US/PR/Prof) Rivera
Used 6+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
On what number do programmers begin to count from?
1
2
0
3
2.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
A ________ is a loop that can execute a set of statements as long as the condition is true
3.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
A _______ can be used to iterate through a sequence (list, string) or it can be used to iterate a statement a set number of times.
4.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
The _____ function returns a sequence of numbers, starting from 0 by default, and increments by 1 (by default), and ends at a specified number.
len()
range()
print()
append()
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
With the _____ statement we can stop the loop before it has looped through all the items.
break
continue
pass
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
With the ________ statement we can stop the current iteration, and continue with the next:
continue
pass
break
7.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
What will this print?
1,2,3,4
6,7,8,9
2,3,4,5
3,4,5,6
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Python Loops Review

Quiz
•
9th - 12th Grade
15 questions
Python Fundamentals Quiz

Quiz
•
11th Grade
20 questions
Unit 5 Quiz - Loops & Lists (code.org)

Quiz
•
10th - 12th Grade
20 questions
AQA GCSE Computer Science Paper 1

Quiz
•
9th - 11th Grade
14 questions
1.1.5 CSE Iteration and Loops

Quiz
•
9th - 12th Grade
20 questions
Iteration

Quiz
•
11th Grade
20 questions
Loops, Lists, Traversals test

Quiz
•
11th Grade
15 questions
Recursion in Java

Quiz
•
11th - 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
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
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