
Programming Y8 exam
Quiz by Yaithd Daniel Olivas Arcos
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
In Python, what is Turtle?
An animal.
A programming language inside Python.
A special tool to create graphic objects in Python.
A graphic object that looks like a turtle.
300s - Q2
Choose the line of code to create a window using Turtle.
300s - Q3
Choose the line of code to set the title of a window to "Exam." The name of the variable that contains the window is "wn."
300s - Q4
The line of code in the image sets the text color to yellow.
falsetrueTrue or False300s - Q5
The line of code in the image sets the size of the screen whose variable is "wn.setup"
falsetrueTrue or False300s - Q6
The line of code in the image sets the horizontal extension of a screen to 400 pixels.
falsetrueTrue or False300s - Q7
The line of code in the image sets the vertical extension of a screen to 400 pixels.
truefalseTrue or False300s - Q8
Choose the line of code to reproduce the result in the image.
300s - Q9
Choose the line of code that creates a graphic object and sets its name to "go"
300s - Q10
Choose the block of code that creates the graphic object shown in the image.
300s