Python Unit 4 - Loops & Error Handling

Quiz
•
Computers
•
6th - 9th Grade
•
Medium
Tom Riherd
Used 11+ times
FREE Resource
34 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Used to make a program repeat a series of instructions for either a certain number of times or until a condition is met.
loop
endless loop
if / else
circle
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A loop that runs continuously or won't stop because the condition the loop is evaluating cannot be satisfied.
loop
endless loop
if / else
circle
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Instruction in Python to create a loop that will run continuously when a condition is True. Looping ends when condition is False.
while
for
continue
endless loop
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A type of loop in Python that is designed to work through the number of items in a list, a range, or characters of a string.
while
for
continue
endless loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python statement to redirect program execution in a loop back to the beginning of the loop rather than finishing the rest of the instructions contained in the loop.
while
for
continue
endless loop
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Keystroke combination that usually terminates execution of Python programs by sending the “break” command to the Python shell.
Ctrl+c
break
fault
Ctrl+b
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python statement that will stop code executing within a loop & advance to the first statement after the end of the loop.
Ctrl+c
break
fault
Ctrl+b
Create a free account and access millions of resources
Similar Resources on Wayground
29 questions
Year 7 1.6 Revision

Quiz
•
7th Grade
35 questions
Python definite iteration

Quiz
•
8th Grade
30 questions
Programming Techniques

Quiz
•
8th - 10th Grade
30 questions
Programming Q3 Review - Data Structures

Quiz
•
9th Grade - University
29 questions
Year 8 Python

Quiz
•
8th Grade
30 questions
Python List and If/Elif

Quiz
•
7th Grade
29 questions
End of Year Quiz - Year 9 Comp Science - Harry Potter style

Quiz
•
9th Grade
29 questions
Python Y10

Quiz
•
4th - 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
20 questions
typing

Quiz
•
6th 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
20 questions
Input, Output, Processing or Storage

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

Interactive video
•
7th - 12th Grade