Python Graphics

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
Zhumaniiaz Mamataliev
Used 32+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is Turtle graphics in Python?
A type of computer game.
A feature that allows users to write text
A method for creating 3D animations in Python
A feature that allows users to create images using a turtle that can move around the screen based on simple commands.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you draw a SQUARE using Turtle graphics & loop?
import turtle
# Create turtle object
t = turtle.Turtle()
for i in range(4):
t.forward(100)
t.right(90)
import turtle t = turtle.Turtle() t.forward(100) t.right(90) t.forward(100) t.right(90) t.forward(100) t.right(90)
import turtle
t = turtle.Turtle() t.forward(100)
t.left(90)
t.forward(100)
t.left(90) t.forward(100)
t.left(90)
import turtle t = turtle.Turtle() t.forward(100) t.right(90) t.forward(100) t.right(90) t.forward(100) t.right(90) t.forward(100)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you draw a CIRCLE using Turtle graphics?
import turtle
t = turtle.Turtle() t.draw_circle(100)
import turtle
t = turtle.Turtle() t.circle(100)
import turtle
t = turtle.Turtle() t.create_circle(100)
import turtle
t = turtle.Turtle() t.draw_shape(100)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the primary shapes that can be drawn using Python graphics?
squares
rectangles, circles, lines
triangles
ovals
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you draw a TRIANGLE using Turtle graphics?
import turtle # Create turtle object
t = turtle.Turtle() # Draw triangle
for i in range(3):
t.forward(100)
t.left(120)
import turtle t = turtle.Turtle() t.forward(100) t.left(120) t.forward(100) t.right(120) t.forward(100) t.left(120)
import turtle t = turtle.Turtle() t.forward(100) t.right(120) t.forward(100) t.right(120) t.forward(100) t.right(120)
import turtle t = turtle.Turtle() t.forward(100) t.left(120) t.forward(100) t.left(120) t.forward(100) t.left(120)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the different methods to move the Turtle in Python graphics?
forward(), backward(), right(), left()
move()
down()
rotate()
up()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you fill a shape with a specific color in Python graphics?
shape_object.fill_color('specific_color')
color_shape('specific_color')
{ shape_object.fill('specific_color') }
fill_shape('specific_color')
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Introduction to Python Turtle

Quiz
•
7th - 8th Grade
10 questions
lesson 1 - Basic Turtle Instructions

Quiz
•
8th Grade
13 questions
LOGO TURTLE GRADE 2

Quiz
•
2nd Grade - University
10 questions
Python L27 Etch A Sketch

Quiz
•
6th - 8th Grade
11 questions
Turtle academy (Lessons 4 and 5)

Quiz
•
6th - 8th Grade
8 questions
python moving

Quiz
•
6th Grade
8 questions
Small Basic Homework 1

Quiz
•
8th Grade
10 questions
CodeMonkey Quiz

Quiz
•
6th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade