You are on page 1of 2

Chapter 7

Play with turtle -LOGO

Q1. Tick the correct options.

1. Which command button do you press to execute a primitive in LOGO?


(a) edall (b) execute (c) steps

Answer (b) Execute

2. Which command turns the turtle in any direction, clockwise to its home position?
(a) HOME (b) SETH (c) RT

Answer (b) SETH

3. Which of the following positions is called the turtle's home?


(a) Top –right corner of the screen
(b) Centre of the screen
(c) Top –left corner of the screen

Answer (b) Centre of the screen

4. What can be used to move The Turtle forward with 50 steps?


(a) FD 50 (b) -BK 50 (c) Both a and b

Answer (a) FD 50

5. Where do you type logo primitives?


(a) On the main screen
(b) In the command recall list box
(c) In the command input box.

Answer (c) In the command input box

Q2. Fill in the blanks.

1. A small triangle that draws a line when it movesis called turtle.


2. A turtle moves according to your primitive.
3. The enter key is used to execute a primitive.
4. The HT primitive makes the turtle invisible from the screen.
5. The HOME command brings the turtle to the centre of the screen.

Q3. True or false

1. The Turtle never moves backward. False


2. InLOGO, calculations can also be performed.True
3. The horizontal scrollbar allows us to scroll the page left and right. True
4. The commander window holds the command input box only. False
5. The CT primitive clears the recall list box. True

Q4. Answer the following

Q1. What is LOGO?

Answer: The LOGO stands for language of graphic oriented. It is a simple and easy computer programming
language.

Q2. Which command do you use to turn The Turtle in left and right directions?
Answer: a. LT command b. RT command

Q3. Give names of any two command buttons.

Answer: a. Pause b. Trace

Q4. Define the following.

(i) CLEARSCREEN – the CS primitive clears the main screen and brings the turtle back to
its home.
(ii) CLEAN –The CLEAN primitive clears the main screen but does not send the turtle
back to its home. It stays wherever it was.
(iii) CLEARTEXT- The CT primitive clears the recall list box.

Q5. What is SETH command?

Answer: The SETH command turns the turtle in clockwise direction by the given number of units.

You might also like