Small Basic Homework 1

Small Basic Homework 1

8th Grade

8 Qs

quiz-placeholder

Similar activities

farmbot 2

farmbot 2

8th Grade

7 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

Turtle

Turtle

7th - 8th Grade

12 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Code.org Unit 3 Lessons 15-17

Code.org Unit 3 Lessons 15-17

6th - 8th Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

NCCE Year 4 Repetition in Shapes

NCCE Year 4 Repetition in Shapes

3rd Grade - University

12 Qs

CodeMonkey Basic Terms

CodeMonkey Basic Terms

5th - 8th Grade

11 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