Difference between revisions of "GvR Steps 1-7 Quiz"

From WLCS
 
(4 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
## start Guido facing east
 
## start Guido facing east
 
## move Guido two spaces forward
 
## move Guido two spaces forward
## do the following twice (must use a do-statement)
+
## placesomebeepers
## placesomebeepers if the front is clear
 
## placesomebeepers if the front is clear
 
 
## spin
 
## spin
 +
## placesomebeepers
 
## turn off Guido
 
## turn off Guido
  
Line 25: Line 24:
 
2 pts - turnright<br>
 
2 pts - turnright<br>
 
2 pts - spin<br>
 
2 pts - spin<br>
2 pts - do
+
2 pts - placesomebeepers<br>
4 pts - placesomebeepers<br>
+
4 pts - completed program using your newly defined instructions<br>
 
---<br>
 
---<br>
 
10 pts total
 
10 pts total

Latest revision as of 12:01, 25 September 2009

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. placesomebeepers
    4. spin
    5. placesomebeepers
    6. turn off Guido

Grading

2 pts - turnright
2 pts - spin
2 pts - placesomebeepers
4 pts - completed program using your newly defined instructions
---
10 pts total