Due Date | Collaboration | Chapter | Problems |
---|---|---|---|
Fri., Sept. 4 | Lab. Exercise | 1 | |
Fri., Sept. 11 | Lab. Exercise | 2 | |
Mon., Sept. 14 | Chapter 2 | 2.1, 2.2 | |
Tues., Sept. 22 | Lab. Exercise | 3 | |
Fri., Sept. 25 | Lab. Exercise | 4 | |
Mon., Oct. 5 | Sup. Prob. | 1 | |
Fri., Oct. 16 | Lab. Exercise | 5 | |
Fri., Oct. 30 | Lab. Exercise | 6 | |
Fri., Nov. 6 | Multi-Proc. Handout | 1 or 2 (not both) | |
Fri., Nov. 13 | Lab. Exercise | 7 | |
Fri., Nov. 20 | Lab. Exercise | 8 | |
Wed., Dec. 2 | Take-Home Test | ||
Fri., Dec. 11 | Lab. Exercise | 9 | |
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 Y-06 *
* Assignment for Friday, September 4 *
**************************************/
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.fa98/assignments.html
created August 31, 1998
last revised November 10, 1998