Small Basic Homework 1

Small Basic Homework 1

8th Grade

8 Qs

quiz-placeholder

Similar activities

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Turtle

Turtle

7th - 8th Grade

12 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

NCCE Year 4 Repetition in Shapes

NCCE Year 4 Repetition in Shapes

3rd Grade - University

12 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