Small Basic Homework 1

Small Basic Homework 1

8th Grade

8 Qs

quiz-placeholder

Similar activities

Python L25 Turtle

Python L25 Turtle

6th - 8th Grade

12 Qs

Sequencing & Iteration

Sequencing & Iteration

4th - 8th Grade

13 Qs

Final revision

Final revision

8th Grade

11 Qs

Codebots 3

Codebots 3

7th - 9th Grade

10 Qs

Python Turtle

Python Turtle

7th - 8th Grade

6 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

10 Qs

Intro to Robotics 7th Grade

Intro to Robotics 7th Grade

6th - 8th Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

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