GvR Steps 1-10 Quiz

From WLCS

Directions

The quiz is open-book, open-computer, and CLOSED-PERSON. You have 30 minutes to complete the quiz. Once you are done, please demo to Mr. Bui for credit.

  1. Define the compound instruction turnright so that Guido can turn right using left turns
  2. Define a new compound instruction called spin that makes Guido do a full 360 degree spin
  3. Define a new compound instruction called placesomebeepers that does the following:
    1. place a beeper and move
    2. place another beeper and move
    3. place a beeper and turn to the left
    4. move forward once
    5. place a beeper and move
    6. place another beeper and turn to the right using your turnright instruction
    7. move forward once
  4. After defining the above compound instructions, have Guido do the following
    1. start Guido facing east
    2. move Guido two spaces forward
    3. do the following twice (must use a do-statement)
      1. placesomebeepers if the front is clear
    4. spin
    5. turn off Guido

Grading

2 pts - turnright
2 pts - spin
1 pts - do
4 pts - placesomebeepers
1 pt - using defined instructions
---
10 pts total