wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CLASS 4 CHAP 6 MORE WITH LOGO

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

The short form of SETPENCOLOR command in LOGO is _________.

a)

SPC

b)

SETPC

c)

PPT

d)

SETPENC

2.

To draw a straight line of 60 points in the backward direction, which LOGO command is used?

a)

LT

b)

RT

c)

FD

d)

BK

3.

_________ command is used to activate eraser in MSW LOGO.

a)

PEN ERASE

b)

PEN COLOR

c)

HIDE TURTLE

d)

PEN DOWN

4.

True or False:

Pen color can be changed, if needed in MSW LOGO.

a)

True

b)

False

5.

Which command is used to hide the turtle on the screen in MSW LOGO?

a)

PEN UP

b)

PIN TURTLE

c)

HIDE TURTLE

d)

PEN DOWN

6.

_________ command is used to give some space or gaps between the figure in MSW LOGO.

a)

PEN UP

b)

PIN TURTLE

c)

HIDE TURTLE

d)

PEN PAINT

7.

The default pen color of turtle is_________ in MSW LOGO.

a)

Red

b)

Green

c)

Black

d)

Yellow

8.

Which LOGO command is used to repeat a group of commands?

a)

SHOW

b)

PAINT

c)

REPEAT

d)

SET

9.

What is the output for the commands:

REPEAT 4 [FD 100 RT 90]

a)

Circle

b)

Square

c)

Triangle

d)

Line

10.

To ask the turtle to move forward 100 steps, which LOGO command is used?

a)

PE 100

b)

RT 100

c)

FD 100

d)

LT 100

11.

To turn the turtle 90 to the right, which LOGO command is used?

a)

PE 90

b)

RT 90

c)

FD 90

d)

LT 90

12.

What is PU in MSW LOGO?

a)

Pen Up

b)

Pen Under

c)

Paint Up

d)

Paint Under

13.

Jane failed badly in her ICT test, she made a big mistake. Can you correct her:

To move 150 steps back is

a)

BK 150

b)

RT 150

c)

FD 150

d)

LT 150

14.

The code of pen down is _________ in MSW LOGO

a)

PU

b)

FD

c)

BK

d)

PD

15.

The command used to bring the turtle to the center of the screen.

a)

SHOW

b)

HOME

c)

BYE

d)

HIDE

16.

This command repeats a command or a set of instructions/commands, the specified number of times.

a)

Again

b)

Repeat

c)

PPT

d)

SETPC

17.

We can change the pen colour in MSW Logo

a)

Yes

b)

No

18.

Which LOGO command is used to give gaps while drawing figure?

a)

PE

b)

PPT

c)

PU

d)

PPE

19.

Which command you will use, if you want to draw a figure using red color?

a)

SETPC 1

b)

SETPC 2

c)

SETPC 3

d)

SETPC 4

20.

Which command is correct if you want to draw a semicircle?

a)

REPEAT 360 [FD 1 RT 1]

b)

REPEAT 180 [FD 1 RT 2]

c)

REPEAT 180 [FD 1 RT 1]

d)

REPEAT 360 [FD 1 RT 2]

21.

True or False:

LOGO stands for language of graphical operation.

a)

True

b)

False

22.

True or False:

LOGO primitives are the commands used to draw figures on the Graphics screen.

a)

True

b)

False

23.

True or False:

PENUP and PENDOWN commands are used to draw straight lines.

a)

True

b)

False

24.

True or False:

Turtle can be hidden if you do not want to display it.

a)

True

b)

False

25.

What is the output for the commands: REPEAT 6 [ fd 100 rt 60]

a)

Hexagon

b)

Pentagon

c)

Square

d)

Circle