Основи роботи з модулем turtle (Python 3)

Основи роботи з модулем turtle (Python 3)

6th Grade

12 Qs

quiz-placeholder

Similar activities

IT quiz class 7 E-commerce and blogging

IT quiz class 7 E-commerce and blogging

6th - 7th Grade

15 Qs

The YouTube Pre-Quiz

The YouTube Pre-Quiz

5th - 12th Grade

14 Qs

Computer Basics

Computer Basics

6th Grade

11 Qs

digital graphics

digital graphics

6th - 8th Grade

15 Qs

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

Adopt me

Adopt me

KG - Professional Development

14 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

Графіка в Пайтон

Графіка в Пайтон

6th Grade

10 Qs

Основи роботи з модулем turtle (Python 3)

Основи роботи з модулем turtle (Python 3)

Assessment

Quiz

Computers

6th Grade

Practice Problem

Hard

Created by

Микола Шайгородський

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Оберіть способи підключення модуля turtle:

import turtle

from * import turtle

from turtle import *

turtle import

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Оберіть зі списку команду руху вперед:

backward(n)

forward(n)

left(k)

right(k)

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Оберіть зі списку команди руху черепашки:

bk(100)

up()

fd(50)

width(5)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Оберіть зі списку правильно задану команду створення виконавця черепашка:

name = Tk()

name = Pen()

name = color('red')

name.width(3)

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Оберіть зі списку можливі значення властивості shape:

square

turtle

circle

arrow

disk

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Оберіть правильно задані команди для виконавця черепашка:

name.shape('turtle')

name.backward(100)

name = left(90)

name = right(100)

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Для малювання квадрату зі стороною 100 пікселів потрібно використати команди:

4 команди name.left(90)

4 команди name.fd(100)

3 команди name.bk(150)

5 команд name.right(80)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?