
Logo Mastery
Quiz by Jerry Bancroft
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
15 questions
Show answers
- Q1In LOGO what shape would these commands draw: FD100, RT 90, FD 50, RT 90, FD 100, RT 90, FD 50, RT 90?RectangleParallelogramCircleTriangle30s
- Q2John wants to draw a letter L. The turtle is pointing towards the top of the screen. Which series of commands will draw the shape?RT 180 FW 100 RT 90 FD 50BK 50 RIGHT 90 FW 25BK 100 RT 90 FD 50BK 100 LT 90 FD 5030s
- Q3Which of these commands is NOT a valid LOGO command?BAKWARDBKFWFORWARD30s
- Q4What instruction will raise the pen and stop drawing?PUPDPHPW20s
- Q5A procedure is a section of code that can be used ...Only onceTo make a decisionTo perform a calculationOver and over again20s
- Q6The following code will ...Draw a red squareDraw a triangleDraw nothing at allDraw a red pentagon20s
- Q7What do we use in LOGO Programming for the Turtle to remember?VariableRandomProcessProcedure20s
- Q8What command do we use to get the turtle to stop drawing?SETPCPDPUHT20s
- Q9When we want to change the size of shapes in our procedures what should we use?RandomProcessVariableProcedure20s
- Q10What is this little guy called in our LOGO program?TurtleTriangleSquareCircle20s
- Q11What shape did we use to make this design?RectangleTriangleCircleSquare20s
- Q12Which of the follow commands can we use to set the coordinates (position)?setlrSetnsSetxyFDRT20s
- Q13If you want to make the size of your shape varied what should we use in the program?RandomRepeatProcedureVariable20s
- Q14When you need a command to occur more than once, what can we use in Logo?RandomDuplicateProcudureRepeat20s
- Q15How many variables does to polysize :sides :length require in the commander?243120s