Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CLASS 4 Chap 7 LOGO Mathematics

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

The ____________ command is used to show text in the commander window.

a)

PRINT

b)

LABEL

c)

DISPLAY

d)

SHOW

2.

The ______________ command shows the number or text in Graphics screen.

a)

PRINT

b)

DISPLAY

c)

LABEL

d)

SHOW

3.

Which one of these is a mathematical operator?

a)

+

b)

*

c)

-

d)

All of these

4.

Which of these is used to multiply the two numbers?

a)

PRODUCT

b)

*

c)

Both (i) and (ii)

d)

None of these

5.

_________ command is used to perform division

a)

DIVIDE

b)

QUOTIENT

c)

REMAINDER

d)

None of these

6.

_________ command is used to perform subtraction in LOGO.

a)

Sum

b)

Difference

c)

Product

d)

Quotient

7.

___________ command is used to perform addition in LOGO.

a)

Sum

b)

Difference

c)

Product

d)

Quotient

8.

__________ command is used to perform multiplication in LOGO.

a)

Sum

b)

Difference

c)

Product

d)

Quotient

9.

True or False:

The PRINT command prints any text or numbers on the Graphics Screen.

a)

True

b)

False

10.

True or False:

The LABEL command is used to display text and numbers on the Graphics Screen.

a)

True

b)

False

11.

True or False:

We use PRINT command to draw a shape.

a)

True

b)

False

12.

True or False:

Results of a calculation can be used in LOGO primitives

a)

True

b)

False

13.

What will be the output of the following command?

PRINT 12 + 3

a)

12

b)

3

c)

15

d)

Error

14.

What will be the output of the following command?

PRINT DIFFERENCE 20 3

a)

17

b)

20

c)

3

d)

Error

15.

What will be the output of the following command?

PRINT QUOTIENT 50 10

a)

5

b)

50

c)

10

d)

Error

16.

True or False:

+ or Sum command is used to do addition.

a)

True

b)

False

17.

What will be the output of the following command?

PRINT [Hello]

a)

Hello

b)

[Hello]

c)

No output

d)

Error

18.

What will be the output of the following command?

PRINT 200

a)

200

b)

No output

c)

Error

19.

Which of this command is used to subtract two numbers in MSW LOGO?

a)

+

b)

-

c)

*

d)

/

20.

MSW Logo is a programming language for kids.

a)

YES

b)

NO