Python PRIMM L5
Quiz
•
Computers
•
6th Grade
•
Hard

Matthew Kelsall
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet? ```python for i in range(3): print(i) ```
`0 1 2`
`1 2 3`
`0 1 2 3`
`1 2`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? ```python for i in range(1, 5): print(i * 2) ```
`2 4 6 8`
`1 2 3 4`
`2 3 4 5`
`4 6 8 10`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you iterate over a list of numbers from 0 to 9 using a for loop?
`for i in range(10):`
`for i in range(0, 9):`
`for i in range(1, 10):`
`for i in range(0, 10):`
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet? ```python for i in range(2, 10, 2): print(i) ```
`2 4 6 8`
`2 3 4 5`
`2 4 6 8 10`
`1 3 5 7 9`
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to iterate backwards from 5 to 1 using a for loop, which of the following is correct?
`for i in range(5, 0, -1):`
`for i in range(5, 1, -1):`
`for i in range(5, -1, -1):`
`for i in range(5, 0):`
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet? ```python for i in range(0, 5, 2): print(i) ```
`0 1 2 3 4`
`0 2 4`
`1 3 5`
`2 4 6`
Similar Resources on Wayground
10 questions
Python - osnovne aritmetičke operacije
Quiz
•
6th - 8th Grade
6 questions
Python Programming Quiz
Quiz
•
6th Grade
11 questions
Quiz: Python Débutant Niveau 1
Quiz
•
6th - 8th Grade
10 questions
Divizibilitate C++
Quiz
•
5th - 9th Grade
8 questions
простой тест программирование
Quiz
•
1st Grade - University
10 questions
PYTHON 26.11
Quiz
•
6th Grade
10 questions
PYTHON 01.12
Quiz
•
6th Grade
10 questions
VB Quiz
Quiz
•
5th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade