Link Search Menu Expand Document

CS5600: Labs

LabTopicDue
Lab0Setup and tools01/31/2022, 23:59
Lab1C review02/10/2022, 23:59
Lab2Shell03/01/2022, 23:59
Lab3Concurrent KV-store04/05/2022, 23:59
Lab4CS5600 File System04/25/2022, 23:59

Overview

A crucial component of the course is the lab assignments. You should expect these labs to require you to spend substantial time programming.

Asking for help

We (the course staff) are happy and even eager to help on the labs. When should you ask for such help? Mainly, you should use your judgment (the rough answer is: “when you’re actually stuck”). Below are some guidelines.

First, one of the main purposes of the labs is for you to go through the exercise of figuring out how to make a system work. Thus, if a lab is at first confusing even in its instructions, please don’t be discouraged; understanding the instructions is part of the work of the labs! Similarly, if your code is failing a test, note that the job of the course staff is not to help your code to pass but to help you to figure out how to solve the problem.

Second, these labs take time, and you’re expected to think through both the labs and the replies of the course staff. As an example, if you get a reply from a TA, and then send email 20 minutes later asking a closely related question, that’s probably not great.

A final note

Some of these labs will be challenging. We hope they will also be very satisfying. We will work to help you meet the challenge. Our hope and expectation is that everyone who works hard on the labs will succeed. If you have ideas for improving the labs, please let us know. Good luck!