Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Input devices

Input devices

5th - 10th Grade

10 Qs

Input Devices and its uses

Input Devices and its uses

9th Grade

15 Qs

Input Quiz - ICT (IGCSE)

Input Quiz - ICT (IGCSE)

9th - 10th Grade

11 Qs

Codemonkey quiz #1

Codemonkey quiz #1

8th Grade

10 Qs

Unit 2.1 Illustrator Basics

Unit 2.1 Illustrator Basics

9th - 12th Grade

9 Qs

Computer Graphics

Computer Graphics

7th - 11th Grade

15 Qs

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

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