Welcome to your GRADE 7 IT CHAPTER 6
After carefully reading the following 30 questions, choose the correct answer.
1.
What does LOGO stand for?
2.
What is the triangular shape pointer used in LOGO called?
3.
Which programming language is text-based where children type commands to draw on screen?
4.
Which area in MSW Logo displays the drawings and the turtle?
5.
Where do you type the commands in MSW Logo?
6.
What command is used to move the turtle forward?
7.
Which command moves the turtle backward?
8.
What does the command RT 90 do?
9.
Which command turns the turtle to the left?
10.
What command clears the drawing area and returns the turtle to the center?
11.
What does the command HOME do?
12.
Which command is used to hide the turtle from the screen?
13.
What command makes the hidden turtle visible again?
14.
What is a "Procedure" in LOGO?
15.
With which word must every LOGO procedure start?
16.
What word is used to signal the end of a procedure?
17.
Where can you see the list of previous commands in MSW Logo?
18.
What happens when you type the command "CLEAN"?
19.
Which command allows the turtle to move without drawing a line?
20.
Which command puts the pen back down to start drawing again?
21.
What is the area called where the turtle's pen color and size can be changed?
22.
What is the "Execute" button in MSW Logo used for?
23.
Which command is used to repeat a set of commands multiple times?
24.
How do you run a procedure that you have already defined?
25.
What are the instructions typed in the command input box called?
26.
What part of the LOGO screen shows the current location and state of the turtle?
27.
What button is used to temporarily stop the execution of a command?
28.
What command would you use to turn the turtle a full circle?
29.
What button resets the LOGO environment and clears the screen?
30.
Which of the following is a text-based programming language?