Writing Up Your Problem Set
Your TA will examine your problem set solutions and offer you feedback on
them. There isn't generally time for your TA to check the details of each
problem; it's your responsibility to provide clear, convincing answers
that are easy to verify. If your work is very messy or disorganized, it
will not get full credit (even if, after painful examination, it turns out
to be mostly correct). You will also need to organize your work for
yourself so that you can present it in tutorial and use it for review
later. Here are some guidelines:
- Common sense:
- Put your name on your problem set.
- Staple it.
- Answer the questions in order.
- Make it clear when the answer to one exercise stops and the next
one starts.
- Print out code in a fixed-width font, so that the indentation
lines up properly.
- Tutorial exercises do not require written answers (unless your TA
specifically asks for some). You do need to turn in answers to
all pre-lab and lab exercises.
- Leave yourself time to write literate, clear answers to the exercises.
Do not expect simply to submit transcripts of your Scheme sessions.
- Make it clear what you are claiming about each program you
submit. Attach a clear status description to them, eg,
- "thoroughly tested using these examples, no known bugs"
- "worked on this simple example, no known bugs"
- "looks correct to me, but not tested"
- "worked on these examples, but failed on these others"
- "syntax error, but I think it's fixable"
- "there's a bug, but I think it's fixable"
- "this is a partial draft"
- Do not include verbatim copies of code that we gave you.
Include it only if have changed a portion or had to incorporate some of it
into your own work.
- If you are not going to be able to finish in time, then give what you
have to your TA by the due date. If you are having health problems or
personal problems, or if your course load is too heavy, then let your TA
and/or recitation instructor know.
- Learn to use multiple Edwin buffers to develop your code
incrementally, as described in Problem Set 0. It will save you a lot of
time.
Send comments about this site to
6001-webmaster@ai.mit.edu.
Copyright © 1997 by Massachusetts Institute of Technology. All rights
reserved.