Lab

All the C programs you write for this class should follow the well established good C coding conventions. If you turn in code that deviates from these conventions, you may not earn full credit for your solutions.

Your work MUST be handed in as git submissions to your repository for this class. Be sure to observe the name of the repository and to grant developer access to the instructors and all the class TAs. As a matter of practice, you are expected to:

  • Add your solutions (to lab or pre-lab) periodically to your own repository. This will ensure that it will be possible to restore your correct work, if you happen to inadvertently break a solution that was working fine.
  • Be sure to add, commit, and push all the files that you are asked to write or modify in a given assignment. Don’t expect the assignment to enumerate all the names of the files you should submit! Rule of thumb: if you worked on something, add it to your git repo.
  • If you ever get your git repo in a corrupted state, it is your responsibility to fix it or to ask for help to fix it.

Labs are due on the due date listed, before the lab on that date. Lastly, note that the schedule is under active revision, so that topics may shift (though likely not permute :). Also note that the link to the lab does not open until the day of the lab.

Week Date Topic

Pre-Lab

(opens 9AM Fridays)

Lab

(opens  10am Tuesdays)

Due Date
1 8/24/21 Systems Programming in C (review) Pre-lab 0 Lab 0 8/30/21
2 8/31/21 Unix Processes Pre-lab 1 Lab 1 9/6/21
3 9/7/21 Interprocess communication: pipes Pre-lab 2 Lab 2 9/13/21
4 9/14/21 POSIX Pthreads Pre-lab 3 Lab 3 9/20/21
5 9/21/21 Interprocess communication: TCP sockets Pre-lab 4 Lab 4 9/27/21
6 9/28/21 Thread synchronization Pre-lab 5 Lab 5 10/4/21
7 10/5/21 Dining philosophers Pre-lab 6 Lab 6

Tuesday

10/19/21

8 10/12/21 Fall Break      
9 10/19/21        
10 10/26/21 Memory allocation I Pre-lab 7 Lab 7 11/1/21
11 11/2/21 Memory allocation II   Lab 8

Monday

11/15/21

12 11/9/21      

 

13 11/16/21 Building a Unix Shell   Lab 9

Monday 

11/29/21

  11/23/21 Thanksgiving Break      
14 11/30/21 File system interface Pre-lab 10 Lab 10 12/6/21
15 12/7/21 Finish      

 

Print Friendly, PDF & Email