CIS 22 - Data Structures: Course Requirements
Section EF
| programs and homework assignments | 30% of final grade |
| 2 exams | 40% |
| final exam (cummulative) | 30% |
-
In general, you may run your programs under
Unix or under DOS, as you prefer.
There may be some programs which I will require you to run on a specific
platform. You should be comfortable using both environments.
-
Programs must be clearly documented and neatly organized. Blank lines should
be used to make the functions stand out clearly. Each function should contain
clear comments. The body of a loop should be indented and comments used
liberally.
if-else
statements should use indentation in some reasonable manner.
-
Points will be deducted for late assignments (5 points
per class meeting).
-
You must do the homeworks and programs on your own. The assignments are not meant to
be group efforts.
-
When you hand in a program, be sure to hand in both the source program and
the output and have the program time-stamped.
Back to CIS 22 home page.