7.6 Small Basic 1

7.6 Small Basic 1

7th Grade

5 Qs

quiz-placeholder

Similar activities

Unit 6: Chapter 2 Test Review

Unit 6: Chapter 2 Test Review

7th - 8th Grade

10 Qs

11 . Arduino Robot Car

11 . Arduino Robot Car

6th - 8th Grade

10 Qs

Słupskie Bystrzaki

Słupskie Bystrzaki

2nd - 8th Grade

10 Qs

Karel Review 1.1-1.4

Karel Review 1.1-1.4

6th - 7th Grade

10 Qs

Intro to Coding

Intro to Coding

7th - 8th Grade

7 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

10 Qs

Unit 3 AppLab

Unit 3 AppLab

7th - 12th Grade

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