
Python Random and Turtle Quiz

Quiz
•
Information Technology (IT)
•
9th Grade
•
Medium
Fadi Fadi
Used 1+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of random.randint(2, 8)?
A random integer between 2 and 7
A random float between 2 and 8
A random integer between 2 and 8 (inclusive)
Always returns 5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct way to import the random module to use randint?
import randint
from os import random
import random
from math import randint
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when random.randint(1, 1) is executed?
Returns 1
Returns None
Raises an error
Returns a random number between 0 and 1
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these random.randint() calls is invalid?
random.randint(1, 100)
random.randint(5, 10)
random.randint(-5, 5)
random.randint(10, 5)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary use of the random module?
Sorting lists alphabetically
Generating random numbers or selections
Creating random images
Performing mathematical calculations
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does pen.penup() do in the Turtle module?
Moves the turtle backward
Lowers the pen to start drawing
Lifts the pen to stop drawing
Rotates the turtle
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command correctly moves the turtle forward by 50 units?
pen.forward(50)
pen.up(50)
turtle.left(50)
turtle.move(50)
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
CSS 10 4th Quarter

Quiz
•
9th Grade
43 questions
Computer Systems Servicing Quiz

Quiz
•
9th Grade
40 questions
Python Random and Turtle Quiz

Quiz
•
9th Grade
35 questions
ASTS TIK 5 GENAP

Quiz
•
5th Grade - University
39 questions
Domain 4 Software Devevelopment Q39 Practice Exams question bank

Quiz
•
9th Grade
35 questions
Chapter 3 Mastering Significant Figures and Estimation

Quiz
•
7th Grade - University
35 questions
Ujian informatika

Quiz
•
9th Grade - University
45 questions
GR 8 REVIEW FOR EXAM

Quiz
•
9th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade