Exercise:
Q 1) Tick the correct option:
1) What does the turtle do when it returns to its home from some other location?
a) Does not do anything b) Leaves a trail c) Draws a curve
2) What will the turtle do after HT is given.
a) Gets confused b) Stays as it is c) Disappears
3) Where is the turtle placed on its field when the computer is switched on to LOGO.
a) Center b) Left c) Right
4) The turtle becomes visible with the primitive
a) HT b) ST c) Turtle Visible
5) The turtle can move in which direction?
a) All b) Only left c) Only right
6) In LOGO, when you give the PU command, the turtle’s pen gets
a) changed b) picked up c) down
7) When you give the PD command, the turtle’s pen gets
a) highlighted b) down c) up
8) When you give the PE command, the turtle’s pen comes into
a) colour mode b) black mode c) eraser mode
9) PU FD 100 moves the turtle forward
a) 100 steps without drawing a line b) 100 steps after drawing a line
c) Does not do anything
Q 2) State whether True or False:
1) The short form of Show Turtle is SW. ____________
2) HT is the short form of Hide Turtle. ____________
3) The turtle comes to the middle of the screen with the Home command. ___________
4) The primitive Show Turtle can also be written as ST. ____________
5) We can’t draw figures when the turtle disappears. ____________
Class 4, Page #1, Session 2021-22
Q 3) Fill in the blanks:
1) Arithmetic operators work on .
2) operator is used for Addition and / is used for .
3) LT 90-10 will turn the turtle left by and BK 100-20 will move the turtle back by
steps.
4) The output of PR 8 *(8+10) - 10 will be and PR 50*5= .
5) In the BODMAS rule, the letter B stands for _ .
6) The mathematical operator for multiplication is _ .
7) The short form for PRINT command is .
Q 4) Write commands to do the following:
1) To bring the turtle to its starting position.
2) To hide the turtle
3) To show the turtle
Q 5) Short answer questions:-
1) What does a turtle have beneath its belly? -
2) The primitive used to rub out the mistakes is _
3) The primitive compulsory after the PU and PE primitives is
4) When the turtle’s pen is down, it is in up position -
5) Primitive that can be used to stop the turtle from erasing the lines is
6) Name some primitives that do not require the number of steps after them.
_________________________________
Q 6) Differentiate between:
PU PE
____________________________________________________________
____________________________________________________________
____________________________________________________________
____________________________________________________________
____________________________________________________________
Class 4, Page #2, Session 2021-22
Q 7) Using the HOME primitive write the commands to draw the following figures.
1) 2)
3) 4)
Class 4, Page #3, Session 2021-22