placeholder image to represent content

Logo Mastery

Quiz by Jerry Bancroft

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
15 questions
Show answers
  • Q1
    In LOGO what shape would these commands draw: FD100, RT 90, FD 50, RT 90, FD 100, RT 90, FD 50, RT 90?
    Question Image
    Rectangle
    Parallelogram
    Circle
    Triangle
    30s
  • Q2
    John wants to draw a letter L. The turtle is pointing towards the top of the screen. Which series of commands will draw the shape?
    Question Image
    RT 180 FW 100 RT 90 FD 50
    BK 50 RIGHT 90 FW 25
    BK 100 RT 90 FD 50
    BK 100 LT 90 FD 50
    30s
  • Q3
    Which of these commands is NOT a valid LOGO command?
    BAKWARD
    BK
    FW
    FORWARD
    30s
  • Q4
    What instruction will raise the pen and stop drawing?
    Question Image
    PU
    PD
    PH
    PW
    20s
  • Q5
    A procedure is a section of code that can be used ...
    Question Image
    Only once
    To make a decision
    To perform a calculation
    Over and over again
    20s
  • Q6
    The following code will ...
    Question Image
    Draw a red square
    Draw a triangle
    Draw nothing at all
    Draw a red pentagon
    20s
  • Q7
    What do we use in LOGO Programming for the Turtle to remember?
    Question Image
    Variable
    Random
    Process
    Procedure
    20s
  • Q8
    What command do we use to get the turtle to stop drawing?
    Question Image
    SETPC
    PD
    PU
    HT
    20s
  • Q9
    When we want to change the size of shapes in our procedures what should we use?
    Question Image
    Random
    Process
    Variable
    Procedure
    20s
  • Q10
    What is this little guy called in our LOGO program?
    Question Image
    Turtle
    Triangle
    Square
    Circle
    20s
  • Q11
    What shape did we use to make this design?
    Question Image
    Rectangle
    Triangle
    Circle
    Square
    20s
  • Q12
    Which of the follow commands can we use to set the coordinates (position)?
    Question Image
    setlr
    Setns
    Setxy
    FDRT
    20s
  • Q13
    If you want to make the size of your shape varied what should we use in the program?
    Question Image
    Random
    Repeat
    Procedure
    Variable
    20s
  • Q14
    When you need a command to occur more than once, what can we use in Logo?
    Question Image
    Random
    Duplicate
    Procudure
    Repeat
    20s
  • Q15
    How many variables does to polysize :sides :length require in the commander?
    Question Image
    2
    4
    3
    1
    20s

Teachers give this quiz to your class