Syllabus, CMPSC 32, Fall 2020
Basic Facts
- Course Web Site: https://ucsb-cs32.github.io/f20/
- Instructor: Jedrzej (Jacob) Kozerawski
- Email is jkozerawski@ucsb.edu, BUT please use Piazza for course related communication.
- Lecture: TR 2:00pm-3:15pm Remote
- TAs: Aishwarya Manickam Rameshbabu, Bowen Zhang, Suriya Dakshina Murthy (contact via Piazza)
- Mentors: Alan Roddick, Connor Rapelje (contact via Piazza)
- Lab (50 minute lab section): Wednesdays 9am, 10am, 11am, 12pm - Remote
- Office Hours: See https://ucsb-cs32.github.io/f20/info/office_hours/
Required Resources
- Textbooks:
- “Problem Solving with C++” - Walter Savitch, 9th edition
- “Data Structures and Other Objects Using C++” - Michael Main & Walter Savitch, 4th edition
Official UCSB Catalog Description
CMPSC 32: Object Oriented Design and Implementation Prerequisite: Computer Science 24 with a grade of C or better. Repeat Comments: Computer Science 32 is a legal repeat for Computer Science 60. Advanced topics in object-oriented computing. Topics include encapsulation, data hiding, inheritance, polymorphism, compilation, linking and loading, memory management, and debugging; recent advances in design and development tools, practices, libraries, and operating system support.
A few course policies in brief
- If you are registered for another UCSB course that overlaps with this one, you MUST HAVE specific written permission from both instructors, or I am within my rights to give you a failing grade on any work you miss as a result, and will NOT make any accommodations for you.
- Collaboration is only permitted when specifically allowed for — otherwise, you must do your own work.
- On most homework assignments you may collaborate with at most one other person (who must be named).
- Attendance is required at all lectures and labs (discussion sections).
- I recognize that some absences (e.g. minor illnesses, mishaps, etc.) are unavoidable. Litigating whether each of these is “excused” or not isn’t a good use of anyone’s time, so instead we will drop the lowest four grades from everyone’s homework. This way, absences (or failure to submit homework) does not unduly penalize your grade unless it becomes excessive.
- We will use the gradescope system this quarter. More instructions on gradescope will be given in lecture and lab assignments.
- Homework assignments will be released on Thursdays at 9:00am and will be due next Thursday at 11:59pm. Everything will be posted both on Gradescope and on course webpage.
- All submissions will be done through Gradescope. When specified you will be able to collaborate and upload a group submission.
- All regrade requests must be made on Gradescope and we will not consider a regrade request one week after the assignment grades are distributed back to students.
You may NOT:
- Turn in homework on late (the option is disabled).
What this course is about
This class serves as a continuation of C++ concepts covered in CMPSC 16 and CMPSC 24. We will explore more features of C++ such as the Standard Template Library (stl) and Object Oriented programming concepts such as inheritance and polymorphism. We’ll cover certain topics in depth and understand how C++ constructs behave in memory. We’ll also discuss more on computer system concepts such as the UNIX operating sytem, processes, and threads.
Since this course covers a variety of special topics, we will use three text books covering select chapters in each book. Lectures, labs, and homework will have some overlap, but each component of the course is used for students to explore and practice C++ concepts in various angles. The further you progress in your CS education, you will realize how important it is to extract information from various sources since it’s rare when everything you need to know is within a single source.
Learning the details of programming requires A LOT of practice, like learning any new skill. Making mistakes is an essential part of learning as long as you learn from them! Questions like “I wonder what will happen if I do this…” or “How will C++ behave in this case…” is a great way to investigate and observe the functionality and limitations of a programming language (there are many programming languages available to software developers and each have their specific pros and cons that may or may not be the best choice for the problems you are trying to solve).
I find the best way to practice is to rapid prototype constantly. Writing simple snippets of code to test and confirm your understanding allows you to 1) practice typing out code, which makes you more comfortable with the language and 2) solidify your understanding of the specific behavior of the programming language functionality.
Course Grades
Letter grades will be determined by the end of the course after all labs, homeworks, and exams have been computed. I can say that I will not grade harder than a traditional straight scale (90% = A-, 80% = B-, etc.). However, I will adjust the letter grades accordingly based on your overall performance at the end of the course. If you are concerned about your grade in the class, I encourage you to discuss the matter with me during my office hours. Please come talk to me sooner rather than later so there can be some time where we can help you succeed in the course.
Your course grade will be determined as follows:
Grade Item | Percentage of Final Grade |
---|---|
Midterm (Thu 10/29) | 30 % |
Final (Fri 12/11) | 35 % |
Homeworks | 10 % |
Labs | 25 % |
In general, homeworks will be assigned periodically throughout the quarter, and are due on Gradescope by the due date.
There will be labs assigned throughout the quarter. You will work on the labs during your assigned lab section, and most likely on your own time outside of your assigned lab section. Please be sure to check the due dates for all assignments on the course page and calendar.
Late work
I will consider late submissions only for medical or family emergencies where documentation can be provided. This does not include overwhelming workload from other courses, scheduling conflicts, or vacation plans.
- There will not be any make ups for examinations.
- Four of the lowest homework scores will be dropped. Late homework submissions will not be accepted. However, even if you know you will not be able to submit a homework on time, I highly encourage you to complete it anyways since the homeworks will help prepare you for the examinations.
- All labs must be submitted by the due date. Depending on the case, your TA may consider grading your lab with a late penalty (and usually for cases where the submission was done very soon after the deadline). However, this is not an official policy and you risk receiving a zero for a late lab submission.
Accommodations for disabilities
Students with disabilities may request academic accommodations for exams online through the UCSB Disabled Students Program at http://dsp.sa.ucsb.edu/. Please make your requests for exam accommodations through the online system as early in the quarter as possible to ensure proper arrangement.
Managing stress
Personal concerns such as stress, anxiety, relationships, depression, cultural differences, can interfere with the ability of students to succeed and thrive. For helpful resources, please contact UCSB Counseling & Psychological Services (CAPS) at 805-893-4411 or visit http://counseling.sa.ucsb.edu/.
Responsible scholarship
Honesty and integrity in all academic work is essential for a valuable educational experience. The Office of Judicial Affairs has policies, tips, and resources for proper citation use, recognizing actions considered to be cheating or other forms of academic theft, and students’ responsibilities, available on their website at: https://studentconduct.sa.ucsb.edu/academic-integrity. Students are responsible for educating themselves on the policies and to abide by them.
Furthermore, for general academic support, students are encouraged to visit Campus Learning Assistance Services (CLAS) early and often. CLAS offers instructional groups, drop-in tutoring, writing and ESL services, skills workshops and one-on-one consultations. CLAS is located on the third floor of the Student Resource Building, or visit http://clas.sa.ucsb.edu
Standard Disclaimer
This syllabus is as accurate as possible, but is subject to change at the instructor’s discretion, within the bounds of UC policy.