CSCI 1200 - Spring 2007 Computer Science II |
|
Home Contact Information
Course Overview
Schedule
Calendar
Textbooks
Homework
C++ Development
|
Important: It will be assumed that you
have read the following statement thoroughly. If you have any
questions, contact the instructor or the TAs immediately.
Academic IntegrityCopying, communicating, or using disallowed materials during an exam is cheating, of course. Students caught cheating on an exam will receive an F in the course and will be reported to the Dean of Students. Students are allowed to assist each other in labs, but must write their own lab solutions. Academic integrity on programming assignments is a complicated issue, which we address below. Statement on Academic Integrity for Programming AssignmentsAcademic integrity is a problem on programming assignments. Students naturally want to work together, and it is clear they learn a great deal by doing so. Getting help is often the best way to interpret error messages and find bugs, even for experienced programmers. In response to this, the following rules will be in force for programming assignments:
We use an automatic code comparison tool to help spot assignments that have been submitted in violation of these rules. The tool takes all assignments from all sections and compares them, producing a rank-ordered list of pairs of programs that are most similar. It produces a web page for each pair, highlighting the regions of the code that are similar. The results are striking. Code submitted by students who followed the rules produces less than 10% overlap (even when starting from code we!/ve provided). Code submitted by students who broke the rules produces anywhere from about 30% to 100% overlap. We (the instructor and the TAs) check flagged pairs of assignments very carefully ourselves, and make our own judgment about which students violated the rules of academic integrity on programming assignments. When we believe an incident of academic dishonesty has occurred, we contact the students involved for an explanation before imposing any punishment. Students should be forewarned, however: the evidence of the code is generally so strong that similarities can not be "explained away". Students caught cheating on programming assignments will be punished. The standard punishment for the first offense is a 0 on the assignment and a 5 percentage point penalty on the semester average. Students whose violations are more flagrant will receive a higher penalty. For example, a student who outright steals another student!/s code will receive an F in the course immediately. Students caught a second time will receive an immediate F, regardless of circumstances. Each incident will be reported to the Dean of Students office. Academic Dishonesty in the Student HandbookRefer to the The Rensselaer Handbook of Student Rights and Responsibilities for further discussion of academic dishonesty. |