
Review G8
Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Thanh Lê
Used 2+ times
FREE Resource
Enhance your content
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop is typically used when you know exactly how many times you want to repeat a code block?
While Loop
For loop
If statement
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop is typically used when you want to repeat a code block until a certain condition is met, but you don't know how many times it will need to repeat?
While Loop
For loop
If statement
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
for i in range(5):
print(i)
5
1 2 3 4
0 1 2 3 4
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if the condition in a While loop is never met?
The loop will run once
The loop will never run
An infinite loop will occur
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which module provides functions for generating random numbers in Python?
random
math
randint
turtle
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you print only odd numbers from 1 to 20 using a "for" loop?
for i in range(1, 20, 2):
for i in range(1, 21, 1):
for i in range(1, 2, 20):
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of the Turtle module in Python?
Performing mathematical calculations
Generating random numbers
Creating visual graphics
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Информатика
Quiz
•
6th Grade
20 questions
Y9 Next Steps in Python: Embedding Homework
Quiz
•
8th Grade
20 questions
Coding 2 Performance Final
Quiz
•
6th - 8th Grade
20 questions
Python -Iteration (loops)
Quiz
•
7th - 12th Grade
20 questions
Python year 9
Quiz
•
8th - 11th Grade
20 questions
tic tac toe with ai
Quiz
•
7th Grade
16 questions
Microbit +Makecode
Quiz
•
4th - 7th Grade
17 questions
Computer Programming Languages
Quiz
•
4th - 6th Grade
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
25 questions
Exploring POV and Unreliable Narrators
Quiz
•
7th Grade
18 questions
Company Logos
Quiz
•
6th - 8th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage
Quiz
•
5th - 6th Grade