Mastering Logo Programming Basics

Mastering Logo Programming Basics

6th Grade

13 Qs

quiz-placeholder

Similar activities

VEX Iterations

VEX Iterations

6th - 8th Grade

10 Qs

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

4th Grade - University

10 Qs

ôn tập học kỳ 1-lớp 5

ôn tập học kỳ 1-lớp 5

2nd Grade - University

10 Qs

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Computer Programming

Computer Programming

1st - 6th Grade

8 Qs

Spike Prime Coding Blocks

Spike Prime Coding Blocks

6th - 8th Grade

12 Qs

Programming terms

Programming terms

6th Grade

16 Qs

Mastering Logo Programming Basics

Mastering Logo Programming Basics

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Mona-Lisa Roberts

Used 55+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to move the turtle forward by 100 units in Logo?

BACK 100

FORWARD 100

LEFT 100

RIGHT 100

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to turn the turtle 90 degrees to the right?

LEFT 90

RIGHT 90

TURN 90

ROTATE 90

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you draw a square with sides of 50 units in Logo?

REPEAT 4 [FORWARD 50 RIGHT 90]

REPEAT 4 [FORWARD 50 LEFT 80]

REPEAT 4 [BACK 50 RIGHT 90]

REPEAT 4 [FORWARD 50 RIGHT 45]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the REPEAT command in Logo?

To repeat a command indefinitely

To repeat a set of commands a specific number of times

To undo the last command

To save the current drawing

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command would you use to clear the screen in Logo?

CLEAR

ERASE

CS

DELETE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you draw a circle in Logo?

CIRCLE 360

REPEAT 360 [FORWARD 1 RIGHT 1]

REPEAT 180 [FORWARD 2 RIGHT 2]

REPEAT 360 [FORWARD 2 LEFT 1]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to lift the pen up so it doesn't draw while moving?

PENUP

PENDOWN

PENUP 0

LIFT

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?