Game Preview

Turning and rotating

  •  English    8     Public
    Learning the coding instructions to turn and rotate a robot
  •   Study   Slideshow
  • What is wrong with this code?
    There is no " wait seconds"
  •  15
  • What will the Novice Bot do?
    It will do nothing - No " wait seconds"
  •  15
  • How long will the Novice Bot rotate?
    6 seconds
  •  15
  • What is wrong with this code?
    There is no "stop program" It will keep on rotating
  •  15
  • How will the Novice Bot move differently for these two codes?
    The one on the left will go faster
  •  15
  • What will the Novice Bot do?
    Rotate left for 4 seconds, then right for 4 seconds, then stop
  •  15
  • What will the Novice Bot do with this code?
    Turn left, then rotate right for 4 seconds, stop
  •  15
  • What is the difference between turn and rotate?
    Turn (one movement) rotate - keep on turning in the same direction
  •  15