
Основы черепашки

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
Асалхан Арыстанова
Used 2+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что такое библиотека черепашки в Python?
Библиотека черепашки в Python - это модуль turtle, который позволяет создавать графические приложения с помощью черепахи, двигающейся по экрану.
Библиотека черепашки в Python - это модуль bird, который позволяет создавать графические приложения с помощью птицы, двигающейся по экрану.
Библиотека черепашки в Python - это модуль spider, который позволяет создавать графические приложения с помощью паука, двигающегося по экрану.
Библиотека черепашки в Python - это модуль snake, который позволяет создавать графические приложения с помощью змеи, двигающейся по экрану.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создать экземпляр черепашки в Python?
import turtle as t
t = turtle.create_turtle()
from turtle import Turtle()
import turtle # Создание экземпляра черепашки t = turtle.Turtle()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как переместить черепашку вперед на определенное расстояние?
turtle.advance(distance)
turtle.forward(distance)
turtle.move(distance)
turtle.go(distance)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как повернуть черепашку на определенный угол?
turtle.rotate(угол)
turtle.turn(угол)
turtle.move(угол)
turtle.setheading(угол)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как изменить цвет пера черепашки?
pencolor('yellow')
pencolor('green')
pencolor('blue')
pencolor('red')
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что такое команда 'penup' в черепашке?
Команда 'penup' в черепашке рисует круг
Команда 'penup' в черепашке увеличивает скорость движения
Команда 'penup' в черепашке меняет цвет пера
Команда 'penup' в черепашке поднимает перо.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как нарисовать круг с помощью черепашки?
import turtle t = turtle.Turtle() radius = 50 t.circle(radius)
import turtle # создание экземпляра черепашки t = turtle.Turtle() # установка радиуса круга radius = 100 # рисование круга t.circle(radius) turtle.done()
import turtle t = turtle.Turtle() radius = 100 t.circle(50)
import turtle t = turtle.Turtle() t.circle(50)
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Turtle - Knowledge Check

Quiz
•
7th - 8th Grade
16 questions
Turtles

Quiz
•
KG - 8th Grade
13 questions
Small basic

Quiz
•
4th - 6th Grade
10 questions
FOR LOOPS and Angles with Tracy (PYTHON)

Quiz
•
7th - 8th Grade
9 questions
CodeMonkey I - Day 9

Quiz
•
4th - 7th Grade
13 questions
Mastering Logo Programming Basics

Quiz
•
6th Grade
16 questions
Logo Programming Quiz

Quiz
•
7th 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