Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Exploring Python Turtle Graphics

Exploring Python Turtle Graphics

7th Grade - University

12 Qs

lesson 1 - Basic Turtle Instructions

lesson 1 - Basic Turtle Instructions

8th Grade

10 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

Compsciens

Compsciens

8th Grade

8 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

Turtle

Turtle

7th - 8th Grade

12 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Small Basic Basics

Small Basic Basics

Assessment

Quiz

Computers

8th - 9th Grade

Hard

Created by

Tom Lund

Used 99+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code makes the turtle walk 100 steps

Turtle.Walk(100)

Turtle.Move(100)

Turtle.Forward(100)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code turns the turtle 90 degrees to the right?

Turtle.TurnRight()

Turtle.TurnLeft()

Turtle.TurnRight(90)

Turtle.TurnLeft(90)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A variable is a value that can ____________

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code changes the pen colour of the turtle

Turtle.Pencolor = "Red"

GraphicsWindow.PenColor = "Red"

GraphicsWindow.PenColour = "Red"

Turtle.PenColour = "Red"

5.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

What is iteration a posh word for what?

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Variables can't be changed

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Select a valid GraphicsWindow Color

dodgerblue

bluebell

powderblue

blueblue

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?