GvR Steps 1-7 Quiz

From WLCS
Revision as of 13:27, 18 September 2008 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
== 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 - program using the above