Small Basic Homework 1

Small Basic Homework 1

8th Grade

8 Qs

quiz-placeholder

Similar activities

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

Creating Webpages

Creating Webpages

6th - 8th Grade

12 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Codemonkey quiz #1

Codemonkey quiz #1

8th Grade

10 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

13 Qs

Lesson 4 - Subroutines

Lesson 4 - Subroutines

8th Grade

7 Qs

Auto Pilot programming review

Auto Pilot programming review

8th Grade

10 Qs

Small Basic Homework 1

Small Basic Homework 1

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Adam Lockwood

Used 10+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Turtle.Move() do?

Spin the turtle around

Move the turtle forward the distance in between the brackets

Turn the turtle right 90 degrees

Turn the turtle left 90 degrees

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Turtle.Turn() do?

Spin the turtle around

Turn the turtle and move forward the distance in between the brackets

Turn the turtle clockwise the number of degrees between the brackets

Turn the turtle anti-clockwise the number of degrees between the brackets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code would turn the turtle to create a right angle?

Turtle.Turn(45)

Turtle.Turn(90)

Turtle.Turn(180)

Turtle.Turn(270)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code would turn the turtle to face the other way?

Turtle.Turn(45)

Turtle.Turn(90)

Turtle.Turn(180)

Turtle.Turn(270)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code would turn the turtle to do a complete spin on the spot?

Turtle.Turn(90)

Turtle.Turn(180)

Turtle.Turn(270)

Turtle.Turn(360)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the following code draw?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the following code draw?

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the following code draw?

Media Image
Media Image
Media Image
Media Image