
Python Day - 3

Quiz
•
Computers
•
8th Grade
•
Medium
KIRAN KUMAR G
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a loop in Python?
To define functions
To repeatedly execute a block of code
To store data values
To print messages
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of loop is used to iterate over a sequence in Python?
While loop
If loop
For loop
Repeat loop
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a "for" loop, what does the variable after "for" represent?
The condition
The iteration variable
The sequence to be looped
The loop counter
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following "for" loop:
numbers = [1, 2, 3, 4]
for num in numbers:
print(num * 2)
1 2 3 4
2 4 6 8
1 4 9 16
2 3 4 5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What statement is used to exit a "for" loop prematurely in Python?
exit
terminate
stop
break
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
"predict the output"
for i in range (1 , 6 , 2):
print(i)
1 2 3
1 3 5
2 4 5
1 3 6
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following "for" loop:
a = [1 , 2 , 3, 5, 7]
for i in a:
if i == 3:
continue
print(i)
0 1 2 3
2 3 4 6
1 2 3 4
1 2 5 7
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python basics

Quiz
•
6th - 8th Grade
13 questions
Python

Quiz
•
7th - 8th Grade
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
10 questions
Python - Operators and Conditional Statement

Quiz
•
3rd - 10th Grade
15 questions
G-8-Python Basics Quiz

Quiz
•
8th Grade
8 questions
Robotics Quiz

Quiz
•
1st - 12th Grade
12 questions
Ch-8 Iterative statements in Python

Quiz
•
8th Grade
10 questions
Intro to Python

Quiz
•
8th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th 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
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
16 questions
Clovis Unified Student Use of Technology

Quiz
•
4th - 8th Grade
11 questions
Technology Acceptable Use

Quiz
•
6th - 8th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
15 questions
Student Technology Agreement

Quiz
•
6th - 8th Grade
10 questions
Acceptable Use of Technology

Quiz
•
7th - 8th Grade