Question 1Multiple ChoiceWhich command in MSWLogo is used to move the turtle forward?FORWARDBACKWARDLEFTRIGHT
Question 2Multiple ChoiceWhat does the command 'BACKWARD 50' do in MSWLogo?Moves the turtle forward by 50 stepsMoves the turtle backward by 50 stepsTurns the turtle 50 degrees to the rightTurns the turtle 50 degrees to the left
Question 3Multiple ChoiceHow do you turn the turtle 90 degrees to the right in MSWLogo?LEFT 90RIGHT 90TURN 90SPIN 90
Question 4Multiple ChoiceWhat is the role of the command 'PENUP' in MSWLogo?Lowers the pen to start drawingLifts the pen to stop drawingChanges pen colorClears the drawing
Question 5Multiple ChoiceHow do you start drawing with the turtle again after using PENUP?PENDOWNPENLOWERDRAWSTART
Question 6Multiple ChoiceWhich command is used to change the pen color in MSWLogo?SETPCCHANGECOLORCOLORPENCOLOR
Question 7Multiple ChoiceWhat does the command 'REPEAT 4 [FORWARD 100 RIGHT 90]' do?Draws a triangleDraws a squareDraws a pentagonDraws a circle
Question 8Multiple ChoiceWhat happens when you use the command 'LEFT 45' in MSWLogo?The turtle moves left by 45 stepsThe turtle turns left by 45 degreesThe turtle turns right by 45 degreesThe turtle moves backward by 45 steps
Question 9Multiple ChoiceWhat is MSWLogo mainly used for?Word processingGraphic designEducational programmingWeb development