0% found this document useful (0 votes)
392 views2 pages

Logo Questions

Uploaded by

vtc1042
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
392 views2 pages

Logo Questions

Uploaded by

vtc1042
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TAGORE VIDHYA PITH H .S.

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

Q 2 Why is repeat considered an important command ?


Ans REPEAT command is used to write the same command again and again
. This command shortens the length of the program by reducing the repetition
of commands.This command is enables the programmer to write the comaand
in a single line instead of multiple lines.
Q 3 Which commands are used to fill in the colour in MSW Logo?
Explain them ?
Ans: MSW logo comes with a set of 15 predefined colours .Each colour has a
specific code . the colours and their codes in MSW logo are:

CODE COLOUR CODE COLOUR


Black [000] Blue [0 0 225]
Green [0 255 0] Cyan [0 255 255]
Red [225 0 0] Magenta [255 0 0]
Yellow [255 255 0] White [255 0 255]
Brown [155 96 50] Light green [197 136 18]
Light cyan [120 187 187] Light red [255 149 119]
Violet [144 113 208] Orange [255 163 0]
Gray [183 183 183]

You might also like