Logo Questions
Logo Questions
SCHOOL
SUBJECT- COMPUTER
CIASS- 4TH
CHAPTER - 8 MSW LOGO
A TICK (
1 This command is used is bring back the turtle to its initial position i .e
centre of the screen.
a) HOME b) HIDETURTLE c) PRINT
2 Which is the coder for black colour in MSW LOGO ?
a) [000] b)[0255255] c) [02550]
3.Which command displays text or numbers in the commander windows ?
a) ST b) PR C) PUB
B FILL IN THE BLANKS:
1 MSW is the most commonly used programming language.
2 PENERASER command converts the pen into an eraser .
3 REPEAT command shortens the length of the program .
4 Setpen size is used to set the thickness of the turtle pen .
5 REPEATCOMMAND is used to write the same command again and
again.
C WRITE TRUE OR FALSE
1 The turtle leaves a mark on the screen when the PU command is given. F
2 Pen erase command permanently converts the pen into an eraser. T
3. we need to specify colour code to fill in the colour in the shapes T
4. PU command always follows PD command . T
5. We can only draw shapes with sides in logo. F
D Write the full forms of the following command with their functions:
1 LT - Left 2 CS – clear screen 3 HT - hide turtle
4 RT - RIGHT 5 FD - forward 6 PR - print
7 CT- Clear text 8 BK - backward
E answer the following questions:
Q 1 what is the difference between PENUP and PENDOWN commands ?
Ans – when the turtle moves on the screen ,it leaves behind its mark PU
command is used when we wish to make the turtle move without leaving any
mark on the screen .
Command: PENUP Enter/ Execute or PU Enter/Execute
Example: LT90
PU command is always followed by the PENDOWN command or PD
command following this primitive , the turtle puts the pen down on the screen
and begins to draw again .
Command : PENDOWN Enter / Execute or PD Enter/ execute
Example : LT 90