Design problems give CS 111 students the opportunity to create OS features "from scratch" without any skeleton code found in the directed sections of the labs. Each team will be assigned a design problem from one of the four labs assigned throughout the quarter. Once assigned, students may choose from the suggested design problems for that lab or devise their own feature with the approval of their TA.
Although the ultimate goal is to have a working implementation of the feature, considerable emphasis will be placed on a 3-6 page design document in which students will:
In addition to a working implementation and design document, students will also be required to give a 5-10 minute presentation during an assigned discussion section in which they will explain their design to the class.
| Lab | Team tells TA which design problem | Normal lab due | Paper and code due | Presentation in section |
|---|---|---|---|---|
| Lab 1 | April 18 | April 23 | April 27 | April 27 |
| Lab 2 | April 27 | May 4 | May 11 | May 11 |
| Lab 3 | May 18 | May 25 | June 1 | June 1 |
| Lab 4 | May 28 | June 8 | June 8 | June 8 |
Note that Lab 4 paper and code are due at the same time as the normal lab. All due dates are on Friday except for some of the dates when you need to inform the TA of your design problem choice.
The design document must clearly expain what the feature does (interface) and how it does it (implementation). At a minimum it must include:
Even if you choose one of the design problems suggested in the lab (as opposed to devising your own), the feature may not be fully specified. Some aspects of the behavior will be left to you as "design decisions". You are responsible for explaining what decisions you made and your reasoning behind it. The design specification is complete if any implementation that satisfies the specification is indistinguishable to the user.
This should act as a blueprint for a particular implementation of the design described above. Do you break the problem up into modules? What data structures will you use? What tradeoffs did you make by choosing this particular implementation strategy?
Describe the successes and failures of implementing your design. Did you complete an implementation that satisifies the specification of the feature? What obstacles did you encounter? Was anything easier than expected? What did you learn?
How did you divide the work?
The document should adhere to the following format:
Your presentation in section is at most 10 minutes long. Other students and the TA will ask questions during and after your presentation. The goal of the presentation is to demonstrate your ability to discuss and clearly present computer science-related technical issues. It should cover, at a high level, the feature requirements; your specification of feature behavior, especially focusing on any interesting parts; your implementation plan; and any challenges you encountered during implementation. One example layout might be like this. (This assumes you use PowerPoint, which is allowed. But you may also use the blackboard, or a combination of the blackboard and a demo.)
Usually it takes about 60-90 seconds to get through a slide. Don't plan a 20-minute talk!
Some guidelines for designing effective presentations are below.
Most students find that good writing is surprisingly important to their careers, no matter what field. So take the writing seriously, as we will. Paul Eggert has collected a useful set of links to resources on writing reports; take a look.
Oral skills are extremely important to polish so please take the time to reherse your 5-10 minute presentation and check some of these great links to giving technical talks from Paul Eggert.