Instructor:
Prof. Jonathan Shewchuk
Office: 625 Soda Hall
Phone: 642-3936
Email:
jrs@cory.eecs
Course Secretaries:
Cindy Palwick and Sue Devries
Office: 385 Soda Hall
Phone: 642-7699
Email:
csoffice@cs
Teaching Assistants:
Tolga Goktekin,
cs61b-ta@cory.eecs
Leslie Ikemoto,
cs61b-tb@cory.eecs
Chen Shen,
cs61b-tc@cory.eecs
Lectures are Mondays, Wednesdays, and Fridays from 3:00 pm to 4:00 pm in 4 Le Conte Hall (next to the Campanile). There is a class Web page at http://www.cs.berkeley.edu/~jrs/61b.
Please read this document carefully. It contains answers to most of the questions that students ask during the first few weeks of class. The subjects include: how to contact the staff, prerequisites, textbooks, labs, grading, late penalties, and policies on academic misconduct. A list of discussion sections, labs, and the TAs who run them is linked from the Web page. A tentative syllabus, which includes reading assignments, exam dates, and due dates, is also available there. Several online handouts are available. Please check the class Web page at the beginning of the semester and regularly throughout to learn about new information and syllabus changes.
Please keep up with your reading assignments, listed on the class Web page. There will not be reminders in class.
If you have a general question about something not covered herein, the best option is to post a message in the ucb.class.cs61b newsgroup (which is required reading). We (the instructor and TAs) check the newsgroup regularly, and other students will be able to help you too. Other students will also be able to benefit from the answers. If you don't want to make your question public, you may send email to cs61b@cory.eecs. Your email will be forwarded to the instructor and all the TAs. You are always welcome to come to our office hours, posted on our doors and linked from the Web page. If the office hours are not convenient, you may make an appointment with any of us by email. There are about 40 of you to every one of us, so please reserve email for the questions you can't get answered in office hours, in discussion sections, or through the class newsgroup.
If you have not taken either CS 61A or E 77N, chances are you will not be admitted to the course. If you have taken a course you feel is very similar to CS 61A (not just a programming introduction, but one that covers the topics above), fill out an appeal form in the main CS office, 387 Soda Hall. I do not handle appeals, so please do not attempt to lobby me for admission to the course.
We will be using the Java programming language in this course. Knowledge of Java (or related languages like C++) is not required for this course. You may have heard that Java is a language for programming Web applications and developing animated home pages. This is partly true, but neither of these will be covered in this course. We will simply use Java as a better language for writing large, modular programs than many of the alternatives.
If you have already taken a data structures course in any programming language (e.g., Pascal), you may not need to take CS 61B. If you know Java as well, you might be able to skip CS 61B entirely, and if you don't, you might only need to take CS 9G (self-paced Java). If you feel that this course may be repeating prior experience, please see Mike Clancy in 779 Soda.
If you are not familiar with the Unix operating system and basic tools, either because you did not take CS 61A, or you got through CS 61A without understanding Unix, it is important that you learn. Some student groups, including CSUA, teach help sessions on Unix.
Sierra and Bates give an introduction to programming in Java. We will be using the Sierra book during the first month, so purchase it soon. Their book is not meant to be a complete reference to all of the concepts in Java. If you are an experienced C hacker, I also recommend David Flanagan, Java in a Nutshell. The chapter entitled How Java Differs from C can bring a C programmer up to speed in Java remarkably quickly. (That's how I learned Java.) The Goodrich and Tamassia book is about data structures.
You should also buy the class reader, available at Copy Central at 2483 Hearst. The bulk of the reader is old CS 61B exams, which will not be provided online (though some sample solutions are). The remainder is information on using the compiler, debugger, and editor.
Electronic copies of all class handouts will also appear on the Web page. There may be up to three types of files. Raw ASCII text (README files and other filenames without an extension) should be printed using the enscript command. PostScript files (filenames ending in .ps) must be printed using the lpr command. (Do not use enscript on a .ps file! You'll just print reams of garbage.) HTML files (filenames ending in .html) should be printed using the Print command on the File menu in Netscape.
The TAs and I will post announcements, clarifications, hints, and other information in the ucb.class.cs61b newsgroup, which you should read regularly whether you post questions to it or not, so that you're not the last to find out about major changes to assignments and due dates. Send questions or information of general class-related interest to this newsgroup using the Netscape Web browser or a news reader like trn or rn, which have facilities for reading and posting messages.
Because of limited space in the labs, you are only allowed to attend the lab in which you are officially enrolled through TeleBears. If you are not enrolled in any lab (e.g. you're on a waiting list or you're a concurrent enrollment student), attend a lab that has enough extra computers to accommodate you. (You might have to try several labs to find one with room, so don't wait until the last lab of the week.) For discussion sections, we are not strict, although you are encouraged to attend the section for which you are registered. Your Lab TA will be your ``primary'' TA--he or she will check off your lab assignments, return your midterms, and help with grading corrections. However, you should feel free to attend any of the staff office hours (not just your own TA's) and ask any of us for help.
Laboratory sections are mandatory. Each week you will solve an assignment in the lab, and have points checked off by your TA. Discussions sections are not mandatory, but some ideas will be discussed in section that don't come up in lecture, and these ideas may appear in the exams and homeworks. Discussion sections are also your best opportunity to ask questions and learn interactively. Midterms will be returned in section.
Account forms will be given out in lab during the first lab (second week of classes), so it is important that you attend. If you miss your first lab, see your TA as soon as possible. It is important that you login to your account and change your password as soon as possible; we use the information about who has logged in to determine who will receive grades in the class.
The Soda labs are open from 7:00 am to 6:30 pm Monday through Friday. Outside these hours (and on weekends and holidays), the doors to the building and lab are locked. You will need to obtain a card key at the CS main office for after-hours access.
If you are on the waiting list for the course, the reason is that you are waiting to be admitted to a lab/discussion section that is currently full. Sooner or later, you need to choose a section that is not full if you want to take the class. Until then, find and attend a lab that has enough extra computers to accommodate you.
If you are something other than a regular Berkeley undergraduate, then you probably need a signature on a form admitting you to the course. Simply bring the form to me or slip it under my office door, and I'll sign it for you. Find and attend a lab that has enough extra computers to accommodate you.
In addition to exams, there are three types of assignments: homeworks, labs, and projects. Homeworks (roughly one per week) are short programs. Homeworks must be done individually. They are typically due before lecture on Fridays, and will be graded by one of the class readers. Homeworks are worth a total of 20 points out of the 200, and each homework is equally weighted. Your worst homework grade will be dropped. For example, if there are 11 homeworks during the semester, each of the 10 best is worth 2 points of your final grade.
Labs are short programming assignments that must be done during the scheduled lab period in the early part of the week. Labs are done in teams of two. Grading of labs is done by having certain steps checked off by your TA or a lab assistant. Labs are worth 10 points of your final grade, and each lab is equally weighted. Since I expect you to have conflicts from time to time during the semester, we will drop your two lowest lab grades.
The remaining 70 points of your final grade will come from the programming projects. There will be three of these during the semester. The first and last projects will be worth 20 points; the second will be worth 30 points. You will do the first project individually, and the second and third projects in teams of two or three students each.
The projects are a great deal of work, and cannot be put off until the last moment. If you start working on a project a few days before its due date, you will not be finished by the deadline. Not even close.
Your final letter grade will be determined by the following formula: 185 or above is an A+, 175-184 is an A, and down by ten points each to the lowest passing grade (D-, 75-84). In other words, there is no curve; your grade will depend only on how you do and not on how well everyone else does. Occasionally, we may decide that one exam was unreasonably difficult, and raise the scores on that assignment. However, our experience is that grades on homeworks and projects are higher than on exams, so you should assume this will be the case for your own grades and not be surprised if your exam grades are lower than your final grade, while your homeworks and projects are higher.
All assignments will be turned in electronically. Your grades will be recorded online and can be viewed using the glookup program.
If you believe we have misgraded a midterm exam question or project, return it to your lab TA with a written note on a separate piece of paper explaining the problem. Staple this paper to the front of the exam. (Not the back! I mean it!) The entire exam or project may be regraded, so be sure to check the solutions to confirm that your final grade will go up after regrading. All requests for regrades and recording corrections must be made within two weeks after you receive the graded assignment or exam. By University policy, final exams may not be regraded.
A course grade of Incomplete will be granted only for dire medical or personal emergencies that cause you to miss the final, and only if your work up to that point has been satisfactory.
On programming projects, we do allow assignments to be turned in late, but there is a penalty. If a project is N hours late, we'll reduce your earned score by ceiling(N/2) percent. While this gives you some leeway for putting the final touches on a project, do not stretch the deadlines too far. A project that is one day late will lose 12% of your earned score. After five days, even a perfect solution won't earn a passing grade.
We encourage you to help each other learn the material by discussing the work before you do each assignment. Explaining the meaning of a question or offering advice on what a compiler error message means are interactions that we encourage. On the other hand, you should never have another student's solution or code in your possession, either electronically or on paper. (We will call this the No Code Rule.) If you are not sure whether a particular interaction is appropriate, talk to your TA or the instructor. If you receive a significant idea from someone in the class, explicitly acknowledge that person in your solution. Not only is this a good scholarly conduct, it also protects you from accusations of theft of your colleagues' ideas.
Presenting another person's work as your own constitutes cheating, whether that person is a friend, an unknown student in this or another class, or an anonymous programmer on the Web who happens to have solved the problem you've been asked to solve. Everything you turn in must be your own doing, and it is your responsibility to make it clear to the graders that it really is your own work. The following activities are specifically forbidden in all graded course work:
Cheating will be policed by advanced cheating-detection software. If you share code with another team, you will be caught, even if you take steps to hide your cheating.
In my experience, nobody begins the semester with the intention of cheating. Students who cheat do so because they fall behind gradually and then panic. Some students get into this situation because they are afraid of an unpleasant conversation with a professor if they admit to not understanding something. I would much rather deal with your misunderstanding early than deal with its consequences later. Even if you are convinced that you are the only person in the class that doesn't understand the material, and that it is entirely your fault for having fallen behind, please overcome your feeling of guilt and ask for help as soon as you need it. Remember that the other students in the class are working under similar constraints--they are taking multiple classes and are often holding down outside employment.