NEW
Font size
WorksheetsMSWlogo test 1
Total questions: 40
Worksheet time: 20mins
Arithmetic operators work on ………………… .
Numbers
Letters
Sentences
Paragraphs
It is used to assign a value to a variable
Make
Show
It is used to write anything on the Commander Window.
Show
Make
SETFLOODCOLOR
It displays value of the variable created using MAKE command.
Make
Show
SETPENCOLOR
Choose the right option in MSWLogo
to find out the addition of 10 and 12.
Print 10-12
Print 10+12
Print 10/12
Print 10*12
Choose the right option in MSWLogo to multiply number 12 with 2
Print 12- 2
Print 12 / 2
Print SUM 12 2
Print Product 12 2
What is the output of the following command
Print 4 /2 * 8 + 3
20
18
19
21
What command can be used display the quotient when 25 is divided by 7 ?
*
/
quotient
remainder
It is a memory container which holds a value.
Variable
Value
Guess the output of the following command
PRINT (SUM 1 2 3 4 5)
12
11
15
10
It clears the Main Screen and places the turtle back in the centre of the screen.
Trace
Execute
Reset
Computers follow ______________ instructions.
Random
Step by step
all types of
While problem solving we must think ___________.
Logically
Irrationally
Randomly
It is the place where the turtle is seen.
Recall list box
Command input box
Drawing Area
All the commands are typed here.
Recall list box
Main Screen
Command input box
To exit MSWLogo , type ________in the Input Box.
Good Day
Bye
Bye Bye
The pointed top of the turtle is called
Head
Point
Tail
Exploring different ways to solve a problem can help us find the _________ way to do it.
smallest
best
easiest
List the steps to achieve the solution is the ____________ step in problem solving.
first
second
fourth
While Problem Solving, we use the 5 W and I H rule to think logically.
True
False
MSWLogo commands are also known as Buttons.
True
False
A problem is a simple task.
True
False
When you close the MSWLogo screen, it also closes the _____________.
Control buttons
Commander window
Recall list box
To turn the turtle left by 90 steps, type ____________ in the Input Box.
LT
RT 90
LT 90
____________ is just below the Title Bar of the Commander window.
Command input box
Drawing area
Recall list box
Which command is used to move the turtle forward with specified number of steps?
Back(BK)
Forward(FD)
Right(RT)
Left(LT)
Which command is used to turn the turtle in clockwise direction from the home position?
SETH
Left
Right
Back
Which command erases the drawing on Main Screen and brings the turtle to Home position?
HOME
CLEAN
CLEARSCREEN
CLEARTEXT
Which command hides the turtle in MSWLogo?
ST
CT
CS
HT
The File extension of MSWLogo files is___________.
*.CRP
*.BMP
*.CLS
*.XLS
Full Form of command PPT is_______________.
Pen Paint
Pen Erase
Pen Size
Pen Color
Which command erases the text in Recall List Box?
Clear Text
Clean Text
CT
All of the above
Which command turns the turtle in Right direction?
RT
LT
SetH
None of the above
Which key is pressed to execute the command written in Command Input Box?
Number keys
Alt key
Ctrl key
Enter key
Save option is found in which MSWLogo menu?
Bitmap
Set
File
Zoom
MSWLogo stands for ________________.
Microsoft Window Logo
Microsoft Windows Logo
Microsoft Welcome Logo
The drawing area is called ______________.
input box
command box
turtle
turtle's playground
A command is ________________.
an order
an object
a person
The correct command to make a square is ______________.
REPEAT 4 [FD 90 RT 100]
REPEAT 4 [FD 100 RT 90]
REPEAT 4 [FD 100]
The correct command to make a square is ______________.
REPEAT 3 [FD 100 RT 60]
REPEAT 3 [FD 60 RT 100]
REPEAT 3 [FD 100]
