Princeton University
Computer Science Department

Computer Science 217
Introduction to Programming Systems

Szymon Rusinkiewicz

Spring 2018


Directory
General Information | Schedule | Assignments | Announcements | Policies

Summary

It is important to read this entire page, otherwise you might act against course policies, which could have serious consequences.


Lectures

We encourage you to attend the lectures. We also encourage you to participate actively in the lectures by listening attentively and expressively, asking helpful questions occasionally, answering questions occasionally, and so forth. Your lecture attendance and participation are important to your success in the course. They also are important to the success of the course as a whole, and so will be components of your participation grade.

Some of the material covered in lectures is not covered in the textbooks or precepts. Some exam questions may reward your lecture attendance.


Precepts

We encourage you to attend the precepts. We also encourage you to participate actively in the precepts by listening attentively and expressively, asking helpful questions occasionally, answering questions occasionally, and so forth. Your precept attendance and participation are important to your success in the course. They also are important to the success of the course as a whole, and so will be components of your participation grade.

Some of the material covered in precepts is not covered in the textbooks or lectures.

You should attend your precept, that is, the precept for which you are registered in Princeton's TigerHub system.

Concerning attending another precept instead of your precept:

Generally it is not acceptable to attend another precept instead of your precept. Your participation grade will suffer if you do not participate in your precept. However, it is acceptable to attend another precept instead of your precept occasionally if a conflict with your precept arises. (Indeed you should do so.) In that case, as soon as you become aware of the conflict, send e-mail to your preceptor and the other preceptor. The other preceptor thereby will know to duplicate handouts for you, make sure you have a seat, etc. Note that this mechanism is intended to address occasional conflicts; it does not provide license to attend precepts other than your precept on a regular basis.

Concerning attending another precept in addition to your precept:

Generally it is not acceptable to attend another precept in addition to your precept. After all, if even a small fraction of the course's students did that routinely, then some precepts would be very large (or even overflow) routinely. Precepts containing a large number of students are less effective than those containing a small number. However, it could be acceptable to attend another precept in addition to your own occasionally. In that case, send e-mail to your preceptor and the other preceptor the day before the precept, asking permission to attend. The preceptors then will make the decision. If the decision is "yes," then the other preceptor will duplicate handouts for you, make sure you have a seat, etc.


Electronic Communication

These are the course's policies concerning electronic communication:

In the context of electronic communication, the phrase "any of your assignment solution" includes:


Assignment Conduct

The policies described in this section supplement University academic regulations. This course has course policies that go beyond University policies on academic conduct. Princeton's Rights, Rules, Responsibilities handbook asserts:

The only adequate defense for a student accused of an academic violation is that the work in question does not, in fact, constitute a violation. Neither the defense that the student was ignorant of the regulations concerning academic violations nor the defense that the student was under pressure at the time the violation was committed is considered an adequate defense.

If the course staff suspects that you have violated course policies concerning assignment conduct, then the course staff will make an appropriate determination and apply a penalty. The default penalty is an F in the course. Additionally, if the course staff determines that you may have violated University policies, you will also be referred to the Committee on Discipline, Honor Committee, or other relevant body. These bodies may impose additional penalties. Note that it is possible to violate the course policy without violating University policies. In simpler terms, it is possible to cheat without plagiarizing. In those cases, the ruling on University policy does not override any penalty for course policy violation.

This course takes policy violations seriously, and so does the University. According to the University document "Academic Integrity at Princeton", plagiarism can occur when as few as three words are used without citation (see http://www.princeton.edu/pr/pub/integrity/pages/plagiarism/).

If you have any questions about these matters, please consult a course staff member.

Concerning receiving help:

In short: To help you compose an assignment solution you may use only the authorized sources of information that are listed below, may consult with other people only via the course's Piazza account or via interactions that might legitimately (see explanation below) appear on the course's Piazza account, and must declare your sources in your readme file for the assignment. Using impermissible sources is a violation of course policy. Failure to cite sources is also a violation of University policy. While citing an impermissible source may avoid plagiarism, it does not avoid the restrictions imposed by course policy.

To help you compose your assignment solutions you may use:

To help you compose your assignment solutions you may use only the sources of information listed above. For example, you may not use:

There are three exceptions to those policies:

Examining and/or copying someone else's code is an egregious violation of course policies and perhaps University policy. Copying and transforming someone else's code (by rearranging independent code, renaming variables, rewording comments, etc.) is just as egregious. Some inexperienced programmers have the misconception that detecting such violations is difficult; actually it is quite easy. Not only do such violations quickly identify themselves during the grading process, but also we can (and do) use software packages, such as Alex Aiken's renowned MOSS software, for automated help.

There is one exception to that code-copying-and-transforming policy. You may adapt code from the course materials provided that you explain what code you use, and cite its source in your readme file.

For each assignment you must declare, in your readme file, the authorized sources of information that you used to compose your assignment solution.

For each assignment you also must declare in your readme file the unauthorized sources of information and help that you used to compose your assignment solution and explain in detail any violation of course policy and University policy. The course policy penalty for course policy violations will depend on the level of clarity in such explanations. Declaring in your readme that you "got help from a friend" is clearly less detailed than "copied the majority of the assignment from so-and-so" (with the name provided). Writing something similar to the former example is neither an appropriately clear declaration of course policy violations nor a proper citation, so it is likely a violation of both course policy and University policy. Using an unauthorized source will result in default penalty of an F in the course, but may result in a penalty as lenient as a 0 grade for the assignment if the citation and explanation in the readme file is deemed sufficiently clear by the instructor. In the event that you violate course policy and/or University policy, the penalties for the course and University may depend on separate criteria and may not be directly correlated with each other.

Concerning providing help:

In short: You may help other students with assignments only via the course's Piazza account or interactions that might legitimately appear on the course's Piazza account, and you may not share your assignment solutions with anyone, ever, in any form.

You may not provide assignment-related help to another student in any form (verbally, computer files, e-mail messages, pencil/pen on paper, marker on white board, chalk on black board, etc.) at any level of detail (code, pseudo-code, flow charts, outlines, diagrams, natural language prose, etc.) at any time (before or while the student works on the assignment solution). That policy holds even after the due date/time of the assignment, and even after the course is finished. That is, you may not provide assignment-related help to students who take the course in future semesters.

There are three exceptions to those policies:

Sharing your assignment-related code/comments with another student is an especially egregious violation of course policies. Sharing your code/comments in digital form is even more egregious. Do not give hard copy of your work to anyone. Do not e-mail your work to anyone. Do not make your work available to anyone via the web.

Store all of your assignment-related work in the CS CourseLab file system in a private directory. You can create a private directory in the CS CourseLab file system by issuing commands similar to these on a CS CourseLab computer:

$ mkdir cos217
$ chmod 700 cos217

If you also store your assignment-related work on your personal computer, then make sure your personal computer is password protected, and that you enable the password protection whenever you leave your computer unattended. If you store your assignment-related work on a personal external hard drive, then make sure your personal hard drive is password protected or locked in a secure place. If you are working on a public cluster computer, then do not leave the computer unattended, and delete your local files and logout before leaving.

Remember that you are responsible for keeping your assignment-related work away from prying eyes. If someone else copies your work, we have no way of knowing the circumstances. In that case we will refer the matter to the Committee on Discipline, and the Committee will investigate.

Concerning retaking COS 217:

If you took COS 217 (or part of it) during a previous semester, then you may use your work on assignments from that previous semester. However you may not use:


Exam Conduct

Conduct during in-class exams is covered by the University Honor Code. If we suspect a student of inappropriate conduct during an in-class exam, then we will refer the case to the Honor Committee. If the Honor Committee finds the student guilty of inappropriate conduct, then the standard penalty is automatic failure of the COS 217 course. The Honor Committee may impose additional penalties.


Assignment Late Submission

You should submit your work on an assignment (electronically) before its due time. If you submit your work late, we will give you credit for it on this scale:

If an assignment consists of multiple files, then we will consider the date/time of submission of your work as a whole to be the same as the date/time of submission of the last file that you submit.

We will grant extensions only in the case of illness (with a doctor's note) or extraordinary circumstances. If illness or extraordinary circumstances will cause you to submit an assignment late, then you should discuss the matter with your preceptor as soon as possible. Please plan your work on the assignments so that travel, religious holidays, etc. do not cause you to submit it late. Heavy workload is not an extraordinary circumstance.

You have three late days. You may use one or more of your late days on any assignment. Using one late day on an assignment extends the due date/time of that assignment by 24 hours. Using two late days on an assignment extends the due date/time of that assignment by 48 hours. Using three late day on an assignment extends the due date/time of that assignment by 72 hours. If you wish to use late days on an assignment, then you must tell your preceptor via email before the assignment's due date/time. The content of the email must be of the form "I would like to use X late days on Assignment Y" — with X replaced with an integer in the range 1-3, and Y replaced with an integer in the range 1-7. You may not use partial late days on an assignment; in other words you must replace X with an integer.

Some of the assignments involve working in a team with another student from your precept. You may use X late days on a team assignment if and only if your teammate also uses X late days on that assignment. (The implication is that you may not use X late days on a team assignment if your teammate has fewer than X unused late days.) If you wish to use late days on a team assignment, then you and your teammate must tell your preceptor via e-mail before the assignment's due date/time.

The final assignment is due at 5:00PM on the Dean's Date, as is customary at Princeton University. You may submit the final assignment until 11:59PM on the Dean's Date; in that case the appropriate lateness penalty will be applied. You may use a late day on the final assignment, but doing so extends the assignment due date/time only from 5:00PM on the Dean's Date to 11:59PM on the Dean's Date. You may not submit your work on the final assignment, or any assignment, after 11:59PM on the Dean's Date without permission from the appropriate Dean and the COS 217 instructor-of-record.


Grading

Your final grade will be weighted as follows:

Component Approximate Weight
Assignments 50%
(the final assignment counts double)
Midterm Exam 15%
Final Exam 25%
Participation 10%

To determine your participation grade we will consider the extent to which your involvement in the course positively affected the course as a whole. Did you attend and participate actively in lectures and precepts? Did you participate effectively on Piazza by asking helpful questions or providing helpful answers? If you can answer "yes" to those questions, then you have made the course a better experience for other students, for the instructors, and for yourself.

Conversely, we also will consider the extent to which your involvement in the course negatively affected the course as a whole. Did you miss lectures or precepts frequently? Did you attend the wrong precept (without prior approval) frequently? Were you often distracted during lectures or precepts, or were you a source of distraction for others? Did you frequently send messages to Piazza that are inappropriate, asking questions that were answered previously on Piazza, or asking questions that are answered in the required readings? If you must answer "yes" to any of those questions, then you have negatively affected the course for all concerned.


Waivers

The only person who can grant deviations from the above-stated policies is the COS 217 course's instructor-of-record, and such waivers will only be granted via e-mail or written communication. No other waiver from other sources can modify these policies. It is the student's responsibility to adhere to the policies, and to ignore any implied or explicit waiver from any unauthorized source. For example, if the student asks a preceptor, Lab TA, or friend if something is permissible, any response that deviates from course policy cannot be used to justify any action that is contrary to course policy.