Work involved for UCLA Computer Science 35L, winter 2025

[35L home]

Exams

Exams are open book and open notes; you can bring any printed material. You must do exams by yourself. No written makeup exams will be given.

Evaluations

Give feedback for the learning assistants, one at mid-quarter and one at end of quarter. Also, at quarter’s end provide course evaluations, one for the instructor and one for your teaching assistant.

Project

A major part of this course is a collaborative software project, in which student groups design and construct a user-facing application involving multiple software components that communicate across a network.

Assignments

Most of the six assignments are divided into two parts: laboratory exercises and homeworks. Laboratory exercises are expected to be done with more assistance from the TAs and LAs.

You are expected to do your homeworks by yourself. You can share ideas and discuss general principles with others in the class, but all the code and writings that you submit must be your own work; do not share them with others. Please see Grading for more details. Consult a TA or the instructor if you have any questions about this policy.

Any programs that you write must behave robustly. Among other things, this means they must avoid arbitrary limits on the length or number of any data structure, including symbols, strings, and line length. It is OK to impose a non-arbitrary limit, e.g., because your computer runs out of memory or because of the limited range of the C ptrdiff_t type, but it is not OK to impose an arbitrary limit, e.g., a limit of at most 255 bytes in a line.

Please stick to coding styles used in the course material rather than inventing your own style, as this saves work for the grader.

Assignments are due before 23:55:00 on the specified date (i.e., they must be received more than five minutes before midnight).

Work schedule

This schedule is tentative, including due dates and assignments that have not yet been published on Bruin Learn. See the class news and Bruin Learn for when tentative assignments are finalized.

due % of total grade assignment
2025-04-14   2% 1. Files and shell scripting
2025-04-21   3% 2. Lisp and Python scripting
2025-04-21   0.7% 1- to 2-page project proposals
2025-04-23   0.7% 1- to 2-page project initial schedule and plan
2025-04-28   2% 3. Chorus lapilli
2025-05-01  18.0% Midterm (in-class)
2025-05-08   0.25% Midquarter LA feedback survey
2025-05-09   3% 4. Basic change management
2025-05-16   4% 5. Git repository organization
2025-05-27   3% 6. Low-level refactoring and performance
2025-06-04 Project source code
2025-06-06 Project final report
2025-06-06   0.25% End-of-quarter LA feedback survey
2025-06-06   0.50% Instructor and TA course evaluations

The project is worth 35% of the total grade; this 35% is divided up as specified in the project assignment description.

The final exam will be given at the time and place specified by the Registrar.

Please see the grading policy for grading weights and how assignments are treated when late.