Welcome to your Grade 8 Information Technology chapter 6
After carefully reading the following 30 questions, choose the correct answer.
1.
What are "Primitives" in LOGO programming?
2.
What does a "Variable" represent in LOGO?
3.
What is a "Procedure" in LOGO?
4.
What is a "Recursive Procedure"?
5.
What are "Conditional Statements" used for in LOGO?
6.
Which symbol is used to refer to a variable in LOGO programming?
7.
Every LOGO procedure starts with which word?
8.
Which command is used to clear all commands in the recall list box?
9.
Where are LOGO commands entered?
10.
What does a procedure name in LOGO represent?
11.
What follows a variable name during its definition with "make"?
12.
Which LOGO command allows for repeated execution of a set of commands?
13.
What is the purpose of the "ifelse" command in LOGO?
14.
In recursive procedures, where does the procedure call itself?
15.
What does the turtle do when it receives the "FD 100" command?
16.
How do you end a procedure definition in LOGO?
17.
Which command moves the turtle to the right?
18.
What is the command for moving the turtle backward?
19.
Which command is used to print information in the command center?
20.
What does the "make" command do in LOGO?
21.
In LOGO, what is the "turtle"?
22.
What is the function of the "until" command?
23.
What happens when you use the command "CS" (Clear Screen)?
24.
What is the command to turn the turtle left?
25.
Which command hides the turtle from the screen?
26.
Which command shows the turtle on the screen?
27.
How do you create a square in LOGO?
28.
What is the "Home" in LOGO?
29.
What does the command "PU" (Pen Up) do?
30.
What does the command "PD" (Pen Down) do?