ICT Yr 5 - Programming in LOGO (Part 3)

ICT Yr 5 - Programming in LOGO (Part 3)

5th Grade

8 Qs

quiz-placeholder

Similar activities

iGCSE ICT: Chapter 1

iGCSE ICT: Chapter 1

KG - University

12 Qs

ICT Yr 5 - Programming in LOGO (Part 2)

ICT Yr 5 - Programming in LOGO (Part 2)

5th Grade

10 Qs

Python Programming Sequence Class

Python Programming Sequence Class

3rd - 10th Grade

10 Qs

ICT class grade 5 (More Logo primitives )

ICT class grade 5 (More Logo primitives )

5th Grade

6 Qs

Multiple Choice Questions on Terrapin Logo in Computer

Multiple Choice Questions on Terrapin Logo in Computer

5th Grade

9 Qs

Internet Browser Quiz

Internet Browser Quiz

KG - 6th Grade

10 Qs

Scratch Quiz - 5

Scratch Quiz - 5

1st - 9th Grade

10 Qs

Java Script

Java Script

5th - 7th Grade

8 Qs

ICT Yr 5 - Programming in LOGO (Part 3)

ICT Yr 5 - Programming in LOGO (Part 3)

Assessment

Quiz

Computers

5th Grade

Medium

Created by

Nazurah Qurratu'aini

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To move the turtle, you need to tell the turtle the ___________ to move and how many steps to take.

style

direction

way

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To move forward 30 steps, how do you type the command?

FORWARD 30

FD30

FRWD 30

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you type FD60, without a space between the command and its value, the turtle will reply: ______________________

I will move 60 steps

I don't know what to do

I don't know how to FD60

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To move the turtle backward 40 steps, you type the command into the _______________ window.

Recall list

Input

Screen

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can change the direction of the turtle by typing the command RT or LT followed by an ___________ value.

angle

step

number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want the turtle to turn to the left by 90 degrees into the Input Box. How do you type the command?

RT90

LT 90

90 LT

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To send commands to the turtle, you can press the ___________ key on the keyboard instead of clicking on the 'Execute' button.

SPACE BAR

SHIFT

ENTER

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you type RT with an angle value, the turtle will turn to the ____________ to that angle.

right

left

forward