Fundamentals of Computer Science I (CS151 2003F)
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[Instructions]
[Links]
[Guidelines for Lab Writeups]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[Scheme Report]
[Glimmer Scheme Reference]
[CSC151.01 (Gum)]
[CSC151 2003S]
[CSC151 2002F]
[SamR]
Summary: While your work on lab writeup 1 was generally acceptable, I think you may benefit from some general discussion of my expectations on that writeup and some key problems.
Contents:
Most of you got most of the problems correct. As I warned you at the start of the semester, such work probably earned you a B (or lower, if you made some mistakes). Experience shows that people do better on exams than on homework assignments in my class.
We'll talk more about preconditions and postconditions next week. For now, note that your postcondition should say something fairly formal about the result. For example, a postcondition for quadratic-root should say what it means to be a root (result is a number such that a*result*result + b*result + c = 0).
Please name your procedures what I tell you to name them. At times, I may write automated testing programs that will only work if you follow the designated naming conventions.
You will also find it helpful to name numeric constants, such as pi, so that your reader doesn't suddenly wonder why you're dividing 22 by 7 or using 6.28.
If you don't follow these guidelines, DrScheme is likely to complain when I try to execute your program. Your email program is also likely to wrap the content, which screws everything up.
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[Instructions]
[Links]
[Guidelines for Lab Writeups]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[Scheme Report]
[Glimmer Scheme Reference]
[CSC151.01 (Gum)]
[CSC151 2003S]
[CSC151 2002F]
[SamR]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Tue Dec 9 13:58:53 2003.
The source to the document was last modified on Mon Sep 22 14:12:59 2003.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS151/2003F/Homework/writeup-notes.01.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby