7.6 Small Basic 1

7.6 Small Basic 1

7th Grade

5 Qs

quiz-placeholder

Similar activities

Explore Scratch 3: Motion and Pen

Explore Scratch 3: Motion and Pen

3rd Grade - University

10 Qs

Lego Spike - Challenge 1 Quiz

Lego Spike - Challenge 1 Quiz

6th Grade - University

10 Qs

MSW LOGO

MSW LOGO

1st - 12th Grade

10 Qs

Microbit - ping pong

Microbit - ping pong

7th Grade - University

8 Qs

Keyboard Shortcuts

Keyboard Shortcuts

3rd - 8th Grade

10 Qs

Turtle Academy (Lessons 1 & 2)

Turtle Academy (Lessons 1 & 2)

6th - 8th Grade

10 Qs

Turtle academy (Lessons 6 and 7)

Turtle academy (Lessons 6 and 7)

6th - 8th Grade

10 Qs

Scratch class 2

Scratch class 2

6th - 8th Grade

10 Qs

7.6 Small Basic 1

7.6 Small Basic 1

Assessment

Quiz

Computers

7th Grade

Hard

Created by

ICT Department

Used 9+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why did this code not draw a square?

Turtle.PenUp()

Turtle.Move(100)

Turtle.TurnRight()

Turtle.Move(100)

Turtle.TurnRight()

Turtle.Move(100)

Turtle.TurnRight()

Turtle.Move(100)

It drew too many sides

The pen was up

It didn't turn on a right angle

I spelt turtle wrong.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these will move your turtle forward 100 steps?

forward (100)

turtle.move = 100

turtle.forward(100)

turtle.move(100)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the best way of telling your turtle to turn right 90 degrees?

Turtle.turnright()

Turtle.turn(90)

Turtle.turnright=90

Turtle.turn=90

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What shape will this code draw?

Turtle.Move(100)

Turtle.TurnRight()

Turtle.Move(100)

Turtle.TurnRight()

Turtle.Move(100)

Turtle.TurnRight()

Turtle.Move(100)

Triangle

Square

Hexagon

Circle

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If I have lifted my pen up, what is the code to put it back down?