NEW
Font size
WorksheetsCLASS 4 CHAP 6 MORE WITH LOGO
Total questions: 25
Worksheet time: 13mins
The short form of SETPENCOLOR command in LOGO is _________.
SPC
SETPC
PPT
SETPENC
To draw a straight line of 60 points in the backward direction, which LOGO command is used?
LT
RT
FD
BK
_________ command is used to activate eraser in MSW LOGO.
PEN ERASE
PEN COLOR
HIDE TURTLE
PEN DOWN
True or False:
Pen color can be changed, if needed in MSW LOGO.
True
False
Which command is used to hide the turtle on the screen in MSW LOGO?
PEN UP
PIN TURTLE
HIDE TURTLE
PEN DOWN
_________ command is used to give some space or gaps between the figure in MSW LOGO.
PEN UP
PIN TURTLE
HIDE TURTLE
PEN PAINT
The default pen color of turtle is_________ in MSW LOGO.
Red
Green
Black
Yellow
Which LOGO command is used to repeat a group of commands?
SHOW
PAINT
REPEAT
SET
What is the output for the commands:
REPEAT 4 [FD 100 RT 90]
Circle
Square
Triangle
Line
To ask the turtle to move forward 100 steps, which LOGO command is used?
PE 100
RT 100
FD 100
LT 100
To turn the turtle 90 to the right, which LOGO command is used?
PE 90
RT 90
FD 90
LT 90
What is PU in MSW LOGO?
Pen Up
Pen Under
Paint Up
Paint Under
Jane failed badly in her ICT test, she made a big mistake. Can you correct her:
To move 150 steps back is
BK 150
RT 150
FD 150
LT 150
The code of pen down is _________ in MSW LOGO
PU
FD
BK
PD
The command used to bring the turtle to the center of the screen.
SHOW
HOME
BYE
HIDE
This command repeats a command or a set of instructions/commands, the specified number of times.
Again
Repeat
PPT
SETPC
We can change the pen colour in MSW Logo
Yes
No
Which LOGO command is used to give gaps while drawing figure?
PE
PPT
PU
PPE
Which command you will use, if you want to draw a figure using red color?
SETPC 1
SETPC 2
SETPC 3
SETPC 4
Which command is correct if you want to draw a semicircle?
REPEAT 360 [FD 1 RT 1]
REPEAT 180 [FD 1 RT 2]
REPEAT 180 [FD 1 RT 1]
REPEAT 360 [FD 1 RT 2]
True or False:
LOGO stands for language of graphical operation.
True
False
True or False:
LOGO primitives are the commands used to draw figures on the Graphics screen.
True
False
True or False:
PENUP and PENDOWN commands are used to draw straight lines.
True
False
True or False:
Turtle can be hidden if you do not want to display it.
True
False
What is the output for the commands: REPEAT 6 [ fd 100 rt 60]
Hexagon
Pentagon
Square
Circle
