Assignments for UCLA Computer Science 35L, fall 2022

[35L home]

Most 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.

Submit your assignments electronically on Bruin Learn.

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.

Typically, labs and homeworks are done on GNU/Linux based systems running on your own computer, either natively or in a virtual machine. In some cases, though, they are done on the SEASnet GNU/Linux servers. Also, even when you develop on your own system, you should test on the SEASnet GNU/Linux servers as that's what we use to grade. When running on SEASnet, take care to not run commands like su and sudo that would make it appear to the system administrators that you might be trying to break into the system.

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 by 23:55 on the specified date (i.e., five minutes before midnight at the end of the day).

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

due % of total grade assignment
2022-10-04   2.0% 1. Files and shell scripting
2022-10-16   2.0% 2. Lisp and Python scripting
2022-10-17   0.7% 1- to 2-page project proposals
2022-10-19   0.7% 1- to 2-page project initial schedule and plan
2022-10-21   2.25% 3. Chorus lapilli
2022-10-21   0.25% Midquarter LA feedback survey
2022-10-26  15.0% Midterm (in-class)
2022-11-03   2.25% 4. Basic change management
2022-11-12   2.25% 5. Low-level refactoring and performance
2022-11-23   2.25% 6. Git repository organization
2022-11-30 Project source code
2022-12-02 Project final report
2022-12-02   0.25% End-of-quarter LA feedback survey

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.