Unless otherwise indicated, textbook references are to Gary Nutt Operating Systems: A Modern Perspective, Second Edition, Addison-Wesley, 2000, ISBN: 0-201-61251-8.
Supplemental problems are stated later on this page.
Unless otherwise stated,
| Due Date | Collaboration | Chapter | Problems |
|---|---|---|---|
| Fri., Sept. 1 | Lab. Exercise | 1 | |
| Fri., Sept. 8 | Lab. Exercise | 2 | |
| Fri., Sept.15 | Lab. Exercise | 3 | |
| Thurs., Sept. 21 | Lab. Exercise | 4, part a | |
| Tues., Sept. 26 | Lab. Exercise | 4, part b | |
| Fri., Sept. 29 | Take Home Test | ||
| Tues, Oct. 2 | Lab. Exercise | 5 | |
Submitting Programs For This Course:
In turning in any programs for the course, please follow these directions:
The file /home/stone/courses/scheme/Iowa-cities.dat contains
information about the sixty largest cities and towns in Iowa: their names
and populations, as determined by the 1990 and 1980 censuses. A typical
line of the file looks like this:
Write C programs which read data from this file and determine the
answers to the following two questions:
This supplemental problem asks you to solve this problem with three
approaches:
This document is available on the World Wide Web as
Some Grading Notes:
/**************************************
* Henry M. Walker *
* Box Science II *
* Laboratory Section 213L.04 *
* Assignment for Friday, September 1 *
**************************************/
Also, a comment is needed for every definition of a C function, stating in
English what that program unit is supposed to do.
submit filename
where filename is the name of the file in which you want the session
stored.
cat C-file.c
where C-file.c is the name of the file containing
your C program.
print filename
if ((no_comments)
|| (no_evidence_of_compilation)
|| (no_test_runs)
|| (no_commentary_on_correctness))
return (no_grade);
Supplemental Problems
Grinnell 8902 8868
Columns 1 through 16 contain the name of the town, left-justified; columns
17 through 22 contain the 1990 population, right-justified; columns 23 and
24 are always spaces; and columns 25 through 30 contain the 1980
population, right-justified.
http://www.math.grin.edu/~walker/courses/213.fa-00/assignments.html
created August 31, 1998
last revised August 28, 2000