Python's Commands

Python's Commands

7th Grade

5 Qs

quiz-placeholder

Similar activities

python

python

7th Grade

6 Qs

Animation Vocabulary

Animation Vocabulary

7th - 8th Grade

10 Qs

Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

6th - 8th Grade

10 Qs

Pixlr Basics Review

Pixlr Basics Review

6th - 8th Grade

10 Qs

Von Neumann

Von Neumann

1st - 9th Grade

10 Qs

Python Quiz

Python Quiz

7th Grade

10 Qs

Куб Tk

Куб Tk

6th - 8th Grade

10 Qs

Check-up Exercise: Wick Editor Interface

Check-up Exercise: Wick Editor Interface

7th Grade

10 Qs

Python's Commands

Python's Commands

Assessment

Quiz

Computers

7th Grade

Easy

Created by

ComuterScience s.

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You want to change the symbol to a Turtle:

shape("turtle")

draw("turtle")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to add a background picture onto the canvas:

bgpic("picture.gif")

shape("turtle")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to set the speed that the Turtle moves:

speed(slowest)

speed("slowest")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

look

right(45)

right(90)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Go to Specific spot on the canvas

goto(x,y)

penup()