Coding Units 1-4 Review

Flashcard
•
Computers
•
9th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

59 questions
Show all answers
1.
FLASHCARD QUESTION
Front
How does Tracy start when you first open up Python?
Back
Pen down and facing right
Answer explanation
When you first open Python, the turtle starts with the pen down and facing right, ready to draw. This is the default starting position for the turtle graphics module.
2.
FLASHCARD QUESTION
Front
Which of the following is not an accurate description of the location of each point in Tracy's grid world? The point (0,0) is in the center of the screen., The point (200,-200) is at the bottom right corner of the screen, The point (-200,0) is on the bottom of the screen, The point (-200,-200) is at the bottom left corner of the screen
Back
The point (-200,0) is on the bottom of the screen
3.
FLASHCARD QUESTION
Front
The command circle(30) will tell Tracy to draw a circle of diameter 30 units.
Back
False
Answer explanation
The command circle(30) specifies the radius, not the diameter. Therefore, it instructs Tracy to draw a circle with a radius of 30 units, making the statement false.
4.
FLASHCARD QUESTION
Front
Which command would make Tracy execute an action the quickest? Options: speed(0), speed(1), speed(5), speed(10)
Back
speed(0)
Answer explanation
The command speed(0) sets Tracy's speed to zero, meaning she will execute the action immediately without any delay.
5.
FLASHCARD QUESTION
Front
The code shown draws 3 circles on the screen. If I wanted to alter this loop to draw 15 circles, how many lines would my code be?
Back
3
Answer explanation
To draw 15 circles, you can modify the loop that currently draws 3 circles. The loop structure remains the same, so the number of lines of code needed to implement this change is still 3, making the correct answer 3.
6.
FLASHCARD QUESTION
Front
The following program will have Tracy draw a square with each side length measuring 60 pixels.
Back
True
Answer explanation
The program correctly instructs Tracy to draw a square with each side measuring 60 pixels, confirming that the statement is true.
7.
FLASHCARD QUESTION
Front
If Tracy was facing up, what direction would she be facing if the following code was run?
Back
down
Answer explanation
If starting facing up, Tracy would move to the right 90 degrees putting her facing right. Then, Tracy would move left 90 degrees bringing her back to facing up. Then, Tracy would turn right 180 degrees rotating her from up to now down.
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
TSA Coding Practice Test 2025

Flashcard
•
8th Grade
55 questions
2024-2025 CodeHS Computer Science Principles Fall Final Review

Flashcard
•
9th - 12th Grade
55 questions
CS Unit 2 Test

Flashcard
•
9th - 12th Grade
53 questions
Intro to Python

Flashcard
•
8th Grade
55 questions
Fall Semester Exam - CTE

Flashcard
•
8th Grade
50 questions
Y9 Makecode Arcade

Flashcard
•
9th Grade
55 questions
Python 3 Loops

Flashcard
•
9th - 12th Grade
48 questions
Python Semester Independant Review Part 1

Flashcard
•
9th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade