Модуль Turtle в Python

Quiz
•
Computers
•
9th Grade
•
Hard
Татьяна Мирошина
Used 51+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какая фигура будет нарисована в результате выполнения этого кода?
квадрат
треугольник
прямоугольник
шестиугольник
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как вы импортируете библиотеку черепашьей графики?
import_turtle
from turtle import
turtle import
import turtle
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая команда используется для перемещения черепахи вперед?
turtle.penup()
turtle.forward()
turtle.left()
turtle.backward()
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой порядок команд является правильным для того, чтобы переместить черепаху вперед на 120 без рисования на экране?
turtle.forward(120)
turtle.penup()
turtle.pendown()
turtle.pendown()
turtle.forward(120)
turtle.penup()
turtle.penup()
turtle.forward(120)
turtle.pendown()
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Какие настройки можно применить к черепашьей графике Python? Отметьте все те, которые применяются.
положение
цвет
звук
направление, угол поворота
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает backward(300)?
Двигается вперед на 300 шагов
Двигается вниз экрана на 300 шагов
Двигается влево на 300 шагов
Двигается назад на 300 шагов
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Чтобы остановить рисование черепахой на экране, какую из следующих команд вам нужно использовать?
penup:
penup( )
pen_up( )
penup( ):
Create a free account and access millions of resources
Similar Resources on Wayground
7 questions
Loops in Python Quiz

Quiz
•
9th Grade
10 questions
Python ponavljanje 1.e

Quiz
•
9th - 12th Grade
12 questions
Python (Turtle Graphic)

Quiz
•
9th Grade
5 questions
Animation design

Quiz
•
4th - 12th Grade
14 questions
Lists, Subroutines and Sequence in Pseudocode - Python

Quiz
•
1st - 11th Grade
15 questions
Basic Python Concepts

Quiz
•
9th Grade
8 questions
Small Basic MCQ

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade