RECAP CORNER
• The REPEAT command tells the turtle to repeat the same command a certain
number of times.
• You can use the REPEAT command to draw patterns.
• Title, body and end are the three parts of a procedure.
• When you type the name of a saved procedure. Logo executes the commands in it
• A procedure must be saved in order to execute it later.
EXERCISE CORNER
A. Tick (/) the correct answers.
1. Which of the following commands is used by Logo to repeat a set of commands?
a. REPEAT
b. TO
C. LOAD
d. FD
2. Which of the following command will make a decagon?
a. REPEAT 10 (FD 40 RT 50]
REPEAT 10 (FD 40 RT 36]
C. REPEAT 10 (FD 40 RT 24]
d. REPEAT 10 (FD 40 RT 20]
Answers
Answered by
1
Answer:
RECAP CORNER
• The REPEAT command tells the turtle to repeat the same command a certain
number of times.
• You can use the REPEAT command to draw patterns.
• Title, body and end are the three parts of a procedure.
• When you type the name of a saved procedure. Logo executes the commands in it
• A procedure must be saved in order to execute it later.
EXERCISE CORNER
A. Tick (/) the correct answers.
1. Which of the following commands is used by Logo to repeat a set of commands?
a. REPEAT
b. TO
C. LOAD
d. FD
2. Which of the following command will make a decagon?
a. REPEAT 10 (FD 40 RT 50]
REPEAT 10 (FD 40 RT 36]
C. REPEAT 10 (FD 40 RT 24]
d. REPEAT 10 (FD 40 RT 20]
Similar questions