How would I tell Tracy to move forward 100 pixels?

Python (Turtle Graphic)

Quiz
•
Computers
•
9th Grade
•
Hard
Bryan Campbell
Used 8+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
forward 100
forward(100)
crawl(100)
move(100)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When using the circle() command, what value do we put inside the parentheses?
The center of the circle
The diameter of the circle
The width of the circle
The radius of the circle
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want Tracy to move forward 100 pixels without making a line, what set of commands should you write?
forward(100)
penup()
penup()
forward(100)
penup(100)
forward(-100)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a reason for loops are useful when writing code?
Loops help us write the same program with fewer lines of code
Loops make it easier to alter code once it’s written
Loops let us make shapes of multiple sizes
Loops make our code easier to read
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why do certain words change color in Python? [Example: for, and in ]
To tell you that these words cannot be used in Python code
To show you that these words can be clicked
To tell Python to skip these words when running the code
To show that they are recognized as keywords
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which code below will produce the image shown?
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which code below will produce the image shown?
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Python Loops

Quiz
•
9th - 12th Grade
8 questions
AP CSP Unit 3 Simple Review

Quiz
•
9th - 12th Grade
17 questions
Fundamentals of Computing Vocab. Part 1

Quiz
•
9th - 11th Grade
14 questions
year 8 lesson 2 quiz - python

Quiz
•
8th - 10th Grade
10 questions
CS Scratch Vocabulary

Quiz
•
9th - 10th Grade
10 questions
Using Sprite Lab in code.org (Homework 1)

Quiz
•
9th - 12th Grade
10 questions
APCSP 3.7 Debugging

Quiz
•
9th - 12th Grade
17 questions
Micro:bit Python #1

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University