15-312 Foundations of Programming Languages
Assignments
The programming and written assignments are the heart of this course
and count for a large percentage of your grade. Much of what you
learn in this course will be through completing these assignments.
All assignments are single-student assignments. Do not copy any parts
of any of the assignments from anyone. Do not look at other students'
code, papers, or exams. The university policies on academic conduct
will be applied rigorously.
There are 4 programming assignments and 4 written assignments.
Written assignments are scheduled for 1 week and are due before lecture
on the noted day. Programming assignments are scheduled for 2 weeks and
are due by midnight on the noted day.
Every student has up to 3 late days he may use for any assignments
throughout the semester. For example, a student may hand in Assignment
1 one day late and Assignment 4 two days late, but then all remaining
assignments must be handed in by the deadline.
By one day late we mean 24 hours late. For
written assignments (which are due before lecture at 1:30pm), this
means 1:30pm on the next day. Late written homework should be
turned into the instructor at his office. If he is not
available, please write date and time on the paper and push
it under the door.
Some assignments will have extra credit questions. The intent is for
such questions to be interesting, although some may be very hard.
Partial answers and half-baked ideas are welcome and will receive some
credit as long as it is clear you have seriously considered the
question. Extra credit will be recorded separately throughout the
semester and will be used to improve those whose scores are on the border
between grades.
Programming Assignments
- The programming assignments are given out on a Thursday and due in 2 weeks.
- They must be handed in electronically any time on or before the due date.
- Grading criteria:
- Correctness: does the program compile and run as prescribed?
- Functionality: which of the specified features have been implemented?
- Documentation: are there sufficient comments to understand the implementations?
- Criteria not applied unless explicitly specified:
- Efficiency: choose clarity over efficiency in your code.
- Extra credit may be earned for some assignments where specified.
- Handin directory is /afs/andrew/scs/cs/15-312/handin/userid/asstn/ for assignment n.
- Some advice:
- Start your assignments early.
- Design your program from simple to more complex features.
- Finish implementations of the simpler specifications
before moving on to more complex ones.
- Copy working code for parts of the assignment to the hand-in directory.
- Take advantage of the teaching assistant and instructors. They are eager to help you!
Written Assignments
- The written assignments are given out on a Thursday and due in 1 week.
- They must be handed in to the instructor by the beginning of lecture on the due date.
- Grading criteria:
- Correctness for mathematical questions.
- Clarity and thoroughness for design or essay questions.
- Extra credit may be earned for some assignments where specified.
[ Home
| Schedule
| Assignments
| Software
| Resources
]
fp@cs
Frank Pfenning
|