WorksheetsCLASS 4 Chap 7 LOGO Mathematics
Total questions: 20
Worksheet time: 10mins
The ____________ command is used to show text in the commander window.
LABEL
DISPLAY
SHOW
The ______________ command shows the number or text in Graphics screen.
DISPLAY
LABEL
SHOW
Which one of these is a mathematical operator?
+
*
-
All of these
Which of these is used to multiply the two numbers?
PRODUCT
*
Both (i) and (ii)
None of these
_________ command is used to perform division
DIVIDE
QUOTIENT
REMAINDER
None of these
_________ command is used to perform subtraction in LOGO.
Sum
Difference
Product
Quotient
___________ command is used to perform addition in LOGO.
Sum
Difference
Product
Quotient
__________ command is used to perform multiplication in LOGO.
Sum
Difference
Product
Quotient
True or False:
The PRINT command prints any text or numbers on the Graphics Screen.
True
False
True or False:
The LABEL command is used to display text and numbers on the Graphics Screen.
True
False
True or False:
We use PRINT command to draw a shape.
True
False
True or False:
Results of a calculation can be used in LOGO primitives
True
False
What will be the output of the following command?
PRINT 12 + 3
12
3
15
Error
What will be the output of the following command?
PRINT DIFFERENCE 20 3
17
20
3
Error
What will be the output of the following command?
PRINT QUOTIENT 50 10
5
50
10
Error
True or False:
+ or Sum command is used to do addition.
True
False
What will be the output of the following command?
PRINT [Hello]
Hello
[Hello]
No output
Error
What will be the output of the following command?
PRINT 200
200
No output
Error
Which of this command is used to subtract two numbers in MSW LOGO?
+
-
*
/
MSW Logo is a programming language for kids.
YES
NO
