Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

G8_Graphics Window_Drawing Lines

G8_Graphics Window_Drawing Lines

7th - 9th Grade

15 Qs

Small Basic Week 7 (Mod 2.2) Pre-Quiz

Small Basic Week 7 (Mod 2.2) Pre-Quiz

7th - 8th Grade

12 Qs

Python L25 Turtle

Python L25 Turtle

6th - 8th Grade

14 Qs

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

Computer Programming 9 Review

Computer Programming 9 Review

9th Grade

10 Qs

LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

9th Grade - University

14 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?