Caution! You are looking at an out-of-date version of this website from Fall 2018.
To access the current version, click here.
Description. This course is an introduction to computer science in the context of scientific, engineering, and commercial applications. The goal of the course is to teach basic principles and practical issues, while at the same time preparing students to use computers effectively for applications in computer science, physics, biology, chemistry, engineering, and other disciplines. Topics include: programming in Java; hardware and software systems; algorithms and data structures; fundamental principles of computation; and scientific computing, including simulation, optimization, and data analysis.
Prerequisites. None.
Video lectures. Available online.
Class meetings. Class meetings are held twice per week, on Tuesdays & Thursdays.
Precepts. Precepts meet twice a week, on either Tuesdays & Thursdays or Wednesdays & Fridays.
Required reading. R. Sedgewick and K. Wayne, Computer Science: An Interdisciplinary Approach, Addison–Wesley Professional, 2016. ISBN 978-0134076423. We will be referencing this text all semester. The lectures are based on its contents. ( Labyrinth) |
Below you will find our contact information, but please keep in mind that it is almost always more appropriate to post your question on Piazza rather than emailing an individual staff member.
Need to switch into a full precept? Please contact Colleen Kenny.
Robert Sedgewick Faculty Instructor |
Alan Kaplan Faculty Co-Lead Preceptor |
Dan Leyzberg Faculty Co-Lead Preceptor |
Jérémie Lumbroso Faculty Co-Lead Preceptor |
Jenny Louthan Graduate Student Preceptor |
Rachel Protacio Graduate Student Preceptor |
Anastasiya Kravchuk-Kirilyuk Graduate Student Preceptor |
Linda Cai Graduate Student Preceptor |
Xin Sun Graduate Student Preceptor |
Zhongqiao "Olivia" Gao Graduate Student Preceptor |
Naorin Hossain Graduate Student Preceptor |
Priscilla Lee Graduate Student Preceptor |
Suriya Kodeswaran Graduate Student Preceptor |
Jennifer Lam Graduate Student Preceptor |
Melanie Weber Graduate Student Preceptor |
Mihir Kulkarni Graduate Student ISC-Only Preceptor |
Xi Chen Graduate Student ISC-Only Preceptor |
Graders. The following undergraduates are graders this semester: TBD!
Precepts are an integral part of this course. We offer two formats: 50-minute so-called "regular precepts" and 80-minute "extended-time precepts." Both formats are designed for students with no computing background, but we have found that some students prefer to have more time to ask questions and learn at a more relaxed pace.
If you miss your precept, you can attend any other precept section. All Tuesday and Wednesday precepts cover the same content; all Thursday and Friday precepts cover the same content. We ask that you email the other preceptor in advance to let him/her know that you're coming.
Locations for precept can be found here.
Course software.This course has an associated software package called introcs that provides a complete Java programming environment. Install it on your computer by following the instructions for your operating system: Mac OS X, Windows, or Linux.
Piazza. Piazza is an online forum where you can ask and answer short questions.
Booksite. The booksite is a resource that accompanies the textbook for use while online (for example, while programming); it contains the code from the book and solutions to selected exercises. The textbook is for your use when initially learning new material or reinforcing your understanding of that material (for example, when reviewing for an exam).
Cluster computers.For students who may not have a computer or for students whose computers fail during the semester, OIT cluster machines are available in Friend Center 017. Here is information on using the labs.
Course grades. Course grades are based on nine weekly programming assignments (40%), two written exams (35%), two programming exams (15%), and a final programming project (10%). There is no curve: you must earn 93.0% of the available points for an A, 90.0% for an A–, 87.0% for a B+, and so forth.
Midterm exams. There are two two-part exams during the semester. One pair will be given in the middle of the semester; the other pair in the last week or so of classes. The exams have a written portion and a programming portion. There is no final exam. No makeup exams will be considered without a Dean's recommendation and our approval in advance.
Programming assignments. There are nine weekly programming assignments, all equally weighted.
Final project. The final project is a large programming project, approximately the length of two weekly assignments. It is due toward the end of Reading Period.
Late work. Assignments are due on Monday nights at 11:59pm. Submissions made at 12:00am will be marked late. If any part of an assignment is submitted late, the entire assignment will be marked late. To submit an assignment late, mark the checkbox on our online submission system (i.e., Dropbox) that indicates that your work is incomplete. If the deadline has passed and the checkbox is not marked, we will grade submitted work as-is. We will not accept any work after Dean's Date without a Dean's recommendation.
Penalties for late work. Late assignments are assessed a penalty equal to 20% of the possible points on the assignment per day or partial day late. The penalties for your first four late days are automatically waived. Additional late penalties will be waived only in the case of unforeseeable circumstances like medical emergencies, as documented by your Dean or Director of Studies.
Regrades. If you feel we have made a mistake while grading your work, write a short note describing the potential mistake and attach it to the graded work. Return it to your preceptor within two weeks of the work being handed back.
This course permits (and encourages) many forms of collaboration, including with course staff, classmates, and lab TAs. However, you must be careful to collaborate only as authorized below. Here is an executive summary:
YOUR PARTNER |
COURSE STAFF |
COS 126 GRADS |
CLASS- MATES |
OTHER PEOPLE |
|
---|---|---|---|---|---|
DISCUSS CONCEPTS WITH: | ✔ | ✔ | ✔ | ✔ | ✔ |
ACKNOWLEDGE COLLABORATION WITH: | ✔ | ✔ | ✔ | ✔ | ✔ |
EXPOSE YOUR CODE/SOLUTIONS TO: | ✔ | ✔ | ✔ | ✘ | ✘ |
VIEW THE CODE/SOLUTIONS OF: | ✔ | ✘ | ✘ | ✘ | ✘ |
COPY CODE/SOLUTIONS FROM: | ✘ | ✘ | ✘ | ✘ | ✘ |
Your solutions. You must individually compose all of your solutions. The term solutions refers to any of the products created when completing a programming assignment, such as source code (including comments) and the readme.txt file. It includes both finished and unfinished products, regardless of correctness or completeness.
All the rules above continue to apply after assignments are graded and after the end of the semester.
Collaboration with course staff. You are welcome to discuss your solutions with course staff members (instructor and preceptors) in office hours or via private Piazza posts. Do not post or email us your code; instead, submit it via the course submission system.
Collaboration with classmates. We encourage you to discuss common concerns with classmates either private via personal interactions or publicly in the Piazza course forum. These discussions must be kept at a general level, without exposing your solutions.
For example, you may discuss: | But, you may not: |
---|---|
|
|
Collaboration with students who have already taken COS 126. Anyone who successfully completed COS 126 in a previous term, including lab TAs and peer tutors, may assist you in the following ways:
Collaboration with a partner. On certain assignments the collaboration policy is relaxed to allow working with a partner, subject to the following rules:
Collaboration acknowledgment. You must acknowledge all collaboration in the readme.txt file for that week's assignment.
Outside sources and citations. Copying or adapting code that is not yours is permitted only if it comes from the course materials (i.e., the course textbook, companion booksite, programming assignment specifications, checklists, lecture slides, lecture videos, and precepts). If you do so, you must cite any code that you copy or adapt (with the exception of code that is included with the assignment).
Plagiarism detection. We use sophisticated software tools to detect plagiarism. For example, we compare each submission (including interim submissions) against a code database, which includes all submissions from this offering and previous offerings of the course. While we take no pleasure in bringing cases to the Committee on Discipline; it is our duty to keep the playing field level for the overwhelming majority of students who work very hard in this course and follow the rules.
Penalties. We refer alleged academic violations (including plagiarism and abetting plagiarism) to the Committee on Discipline. If found responsible, the typical penalty is an F as a course grade plus whatever penalty that the CoD imposes. (The typical CoD penalty for plagiarism is suspension from the University for one year.) Violators of course policies that are not adjudicated by the CoD will receive penalties based on the severity of the violation, ranging from a warning (for violations that are both unintentional and innocuous) to an F in the course (for violations that are both intentional and serious).