Difference between revisions of "CSC111 Final Exam 2011"
Line 328: | Line 328: | ||
===Programming=== | ===Programming=== | ||
* You must divide your program into several files. The classes should be in one file called '''final2class.py''', and the main program should be called '''final2.p'''. | * You must divide your program into several files. The classes should be in one file called '''final2class.py''', and the main program should be called '''final2.p'''. | ||
− | * You must use classes to represent the fish, and the school of fish. | + | * You must use classes to represent the fish, the bubbles, and the school of fish. Bubbles should be represented as two circles, one with a white border, transparent, and the other one, smaller, inside the previous one, and white, as illustrated below: |
+ | <br /> | ||
+ | <center> | ||
+ | [[Image:bubble.png]] | ||
+ | </center> | ||
+ | <br /> | ||
+ | |||
+ | |||
==Submission== | ==Submission== |
Revision as of 13:30, 12 December 2011
Final Exam
This exam is given under the rules of the honor code at Smith College. It is open-books, open-notes, and open-Web. The work on this exam is to be done individually, and assistance from anybody other than the instructor is forbidden. TAs are not available to answer questions, and will be asked not to do so. Pair-programming is not allowed.
Any program section greater than a function used and taken from a Web site other than our CSC111 Web page should be cited in the header of your program, or the header of the function.
Questions can only be asked to your instructor, and only via email. Email questions will be returned with an answer to the whole class.
The exam is due on 12/22/11 at 4:00 p.m. Any file received after this date will not be graded. You will need to submit the exam using the rsubmit command, or using a submit Web page, similarly to the way you have submitted homework assignments this past semester.