CSC 161.01, Fall 2020–Term 1
Course work: | Course Schedule | Course Format | Course Components | Supplemental Problems | Anticipated Work Load |
Resources: | Instructor | Reference Materials | In-class slides | A Note on Typos | Prog./Debugging Hints |
Collaboration: | Pair Programming | Pair Responsibilities | Academic Honesty | Collaboration | Tutors |
Course Policies: | Dates, Deadlines | Emergencies, Illness | Accommodations | Grading | |
CSC 161 is the second course in Grinnell's 3-course, introductory computer science sequence
The course explores elements of computing that have reasonably close ties to the architecture of computers, compilers, and operating systems. The course takes an imperative view of problem-solving, supported by programming in the C programming language. Some topics include:
-
imperative problem solving: top-down design, common algorithms, assertions, invariants
-
C programming: syntax and semantics, control structures, functions, parameters, macro processing, compiling, linking, program organization
-
concepts with data: data abstraction, integer and floating-point representation, string representation, arrays, unions, structures, linked list data structures, stacks, queues
-
machine-level issues: data representation, pointers, memory management
-
GNU/Linux command-line capabilities: commands, bash scripts
Course Work
Course Format and Activities
For over a decade, this course has followed a lab-based format, and that approach is maintained with the move to remote learning. However, the change from 14-week semesters (plus exams) to 7 week terms (plus exams) requires coverage of topics in a dramatically changed schedule—both in the timing of individual topics and in the basic format of each class session. The following table provides both a basic comparison of a typical in-person format with this term's virtual format. The table also gives information about the technical support to be used with this offering of the course.
Traditional, In-person Format | Term F-1's Remote Format | Notes | |
---|---|---|---|
Timing Considerations | |||
Time in class | 80 minutes/class for 3 classes/week for 14 weeks = 3360 minutes or about 56 hours | 110 minutes/class for 5 classes/week for 7 weeks = 3850 minutes or about 64 hours. | A common rule of thumb for colleges courses is that a student should plan to spend about 3 hours outside class for each hour in class. However, the remote environment provides 8 more hours of lab each week, and this structured time likely will replace some time for homework. |
Expected Homework Time | about 10-15 hours/week for 14 weeks or 140-210 hours overall | about 18-22 hours/week for 7 weeks or 126-154 hours overall | Time in lab plus time for homework are roughly the same between the two formats. |
Organization of a Class Session | |||
Before class | Finish previous lab, complete reading for current class, have questions ready, if any | Follows a common lab-based format; no change in expectations. | |
Beginning of class (20-40 minutes) | Class discussion and/or presentations
|
| Remote format allows somewhat more time for questions and discussion |
Middle/end of most class meetings |
|
| Remote format allows substantially more time for in-class work on lab exercises |
After class | Complete lab for homework before next class meeting
| Arrange time with your partner(s), as needed to complete lab
before next class meeting
| Easy to get behind, if lab not completed before next class, so ask questions early and often! |
Pace of course | Topics proceed in what is hoped to be a reasonably steady
pace
|
Comments for the in-person format apply, but
| Both versions are designed to cover the same fundamental
topics, algorithms, structures, and programming elements. The approximately-even pace places those course elements into the time available. |
Testing/Assessment | |||
Required lab | Although students are responsible for all labs, only selected labs are due about once per week. | Although students are responsible for all labs, only selected labs are due each Tuesday. | In a compressed time frame, somewhat fewer labs can be turned in—although quizzes can/will cover all labs. |
Weekly Quiz | 15-20 minutes at start of designated day of week | 20-30 minutes at end of class: Friday for first week, thereafter on Wednesdays. | In the virtual course, Wednesdays are devoted to stand-alone topics in addition to the weekly quiz. |
Test | one in-class test (in place of one weekly quiz), given approximately in the middle of the course. | No change due to course formats. | |
Supplement Problems (no collaboration allowed) | Typically 5 problems required, numerous others available for extra
credit.
| 3 problems required, 7 others available for extra credit
| Options for online course somewhat limited with compressed course. |
Final Exam | A final exam is scheduled during the exam period, as scheduled by the Registrar's Office. | Expectations for a final exam are the same in both course formats. |
Course Components
Course Work will involve a combination of several activities.
-
Supplemental Problems extend the range of problems considered in the course and help sharpen problem-solving skills. Through the semester, three supplemental problems will be required (due on Fridays every 2 weeks). Supplemental problems numbered 4 or above may be done for extra credit, with these constraints:
- No more than 2 extra-credit problems may be turned in during the last week of classes (5:00 pm CDT 9 October through 5:00 pm CDT 16 October 2020).
- Extra credit may not raise a student's average on assignments above 120%.
Notes:
- Supplemental Problems are to be done individually; students should not talk to others in the class, Mentors, Lab Assistants, Technology Consultants about these problems. See for example The Role of Tutors For Computer Science 161.
-
Each problem submission (whether submitted as a regular assignment
or for extra credit) must include
- One file containing the C code (properly formatted with appropriate comments).
- A separate file showing a test plan, test cases identified based on the plan, runs of the tests (with the output), and a conclusion regarding whether the output is correct.
-
Each program for a supplemental problem must begin with the following
academic honesty certification:
/*********************************************************************** * Name: * * email address * * Sup. Problem Title and Number * * (25% off if title/number does not match assignment) * * Assignment for <due date> * ***********************************************************************/ /* ********************************************************************* * Academic honesty certification: * * Written/online sources used: * * [include textbook(s), CSC 161 labs or readings; * * complete citations for Web or other written sources * * write "none" if no sources used] * * Help obtained * * [indicate name of instructor, if consulted} * * [help from others is NOT allowed, so this section should * * explicitly certify that others have not been consulted] * * My signature below confirms that the above list of sources * * is complete AND that I/we have not talked to anyone else * * (e.g., CSC 161 students) about the solution to this problem * * * * Signature: * **********************************************************************/
-
Laboratory sessions introduce specific features of a Unix/Linux command-line computing environment, highlight concepts and constructs introduced in class, allow instructor assistance in a "hands-on" setting, and supplement normal office hours. Approximately seven labs require a formal write-up, explaining what work you have done, showing any programming you have done, indicating tests or experiments run, and giving your conclusions. Labs designated [Required] on the Tentative Class Schedule are required -- labs designated [Extra Credit] may be done for extra credit. In order for extra-credit labs to provide reasonable benefit, any such lab being submitted for credit must be turned in within 1 week of when it is scheduled for coverage in class. As with supplemental problems, extra credit may not raise a student's average on laboratories above 120%.
Note: As a special incentive for mastering the laboratory exercises, between a third and a half of the problems on each quiz, the test and the exam will be taken from the laboratory exercises (with only slight editing).
Collaboration on labs encouraged: Lab activities should be done in groups of two or three. Only one write-up is expected per group.
Due Dates: Throughout this course, labs are usually due on Tuesdays each week.
-
Quizzes: A 20-30 minute quiz will be scheduled for the beginning of most Wednesday classes (except that the first quiz is scheduled for the first Friday, and no quiz will be given during the week of the in-class test). Altogether 6 quizzes are scheduled during the semester; in grading, the lowest quiz score will be dropped. These quizzes will focus on basic topics just covered in recent past class sessions and/or the basic topics from the reading(s) for the day.
-
Hour Test: A mid-semester test is scheduled for Wednesday, October 23.
-
Exam: An in-class final exam will be scheduled, following the Exam Schedule published by the Registrar's Office.
-
Extra Credit Opportunities: This course provides numerous ways for earning extra credit.
-
Supplemental Problems: As noted above, Supplement Problems numbered 4 or higher may be submitted for extra credit, subject to these constraints:
- No more than 2 extra-credit problems may be turned in during the last week of classes (5:00 pm CDT 9 October through 5:00 pm CDT 16 October 2020).
- Extra credit may not raise a student's average on assignments above 120%.
-
Labs: Some laboratory exercises on the schedule may be designated as being available for extra credit. To earn points, turn in a lab write up within 1 week of when it is covered in class. As with Supplemental Problems, extra credit may not raise a student's average on assignments above 120%.
-
Additional extra credit opportunities may be announced through the semester.
-
Anticipated Work Load
As noted above, this course includes a variety of activities, including class preparation (reading), labs (started in class and finished for homework), and supplemental problems (some required and some available for extra credit), as well as quizzes, a test, and a final exam. From past experience, the time required for these activities will likely vary substantially from student to student and from one part of the course to another. For example, a student may need to devote considerable time and effort when starting a new or different topic, but the workload may drop noticeably when that material is mastered.
Such variation in student experiences complicates any estimation of the time individual students may need to devote to homework for this course. However, following a rule of thumb for many college courses and considering past experience, students working steadily on the course likely should expect to allocate about 3 hours outside class for each hour in class. With labs providing some time for student work, students might expect to devote 18-22 hours per week to homework. Some students may require additional time for some weeks; some students may complete work in less time for some weeks. Conversations with computer science faculty and others suggest this time allocation is consistent with expectations for many courses at Grinnell College.
Resources
Instructor
E-mail: walker@cs.grinnell.edu
Office hours will be announced frequently as the course progresses. Feel free to contact me via email (with several proposed meeting times), if you wish to schedule specific office hours.
Reference Materials
Readings and examples for this course are under development. As noted in the day-by-day schedule, complete readings, examples, projects, and labs are available for most class sessions throughout the semester. Links on the online schedule provide some readings and examples, as well as labs.
Even with these online resources, some students may wish to consult additional materials on a regular basis to supplement the course's online resources. The following two books provide substantial background, but these book target different audiences. CSC 161 students may wish to obtain one of these references for use in this course. CSC 161 students need NOT obtain either of these references, and purchasing both references is likely unnecessary.
-
K. N. King, C Programming: A Modern Approach, Second Edition, W. W. Norton, 2008, ISBN 978-0393979503.
- Targeted audience: Introductory CS students who are beginning their exploration of imperative problem solving and C
- Approach: Teaching manual including many examples and much narrative
- Style: Narrative with definition of terms and extended discussion
-
Brian W. Kernighan and Dennis M. Ritchie, The C Programming Language, Second Edition, Prentice Hall, 1988, ISBN 0-13-110362-7 (paperback), 9780133086218 (digital).
- Targeted audience: computing professionals who already know many computing concepts (but not C)
- Approach: Reference book — the standard reference for the C programming language
- Style: Terse with use of common technical terms
Additional references follow:
-
Henry Walker, An Introduction to C Through Annotated Examples, http://www.cs.grinnell.edu/~walker/c/index.html
-
The GNU make Manual, Free Software Foundation, 2006.
-
Eric Huss, The C Library Reference Guide, University of Illinois Student Chapter, 1997.
In-class Slides
Many class sessions will begin with a series of slides, including multiple-choice, clicker-style questions designed to promote class discussion. These slides will be posted regularly within the course pages on Blackboard.
A Note on Typos
Planning and development of materials for this course represent an extensive effort by many people, including both the instructor and numerous student assistants.
- Preparation and refinement of the course's structure and materials have involved several thousand hours.
- Course materials include about hundreds of Web pages, sample C examples, readings, and labs.
Although the developers have read, re-read, and refined the materials extensively, one can be confident that typographical errors remain.
If you find an error, if something does not read well, if deadlines on one page do not seem to match those stated on another page, etc. — don't panic (or use colorful language). Rather, please talk to the instructor (nicely please). Thanks!
Collaboration
Pair Responsibilities
Work on labs and projects in this course is often done collaboratively (in pairs, occasionally in a group of three). Many studies suggest substantial benefits to learning with this type of group work. However, to be successful, collaboration requires partners to actively participate.
- Each partner should come to class and actively participate throughout the class session.
- Partners should make arrangements to meet as needed in the lab outside of class to finish labs.
- Each partner has an obligation to show up and actively participate during out-of-class, planned sessions.
Failure to meet one's responsibilities to a group not only impacts the individual, but also impedes the education of the partner. Thus, except in exceptional circumstances (e.g., illness, family emergencies, serious injury), failure to follow through with one's responsibilities as a partner may have a significant impact on one's course grade and/or one's standing in the course. See Responsibilities for pair programming for details.
Academic Honesty
All work in this course is governed by the rules of the college regarding academic honesty. In summary, standard practice requires that you must acknowledge all ideas from others.
-
When working on homework, either individually or in a group, you may use any written source. However, the normal rules of citation must be followed, as described in the Student Handbook.
- You must cite statements from the online course materials, if you use them to guide your work.
- Although the World Wide Web can be useful for reference, you are advised that much material on the Web is of poor quality.
- You are responsible for the quality of what you turn in, regardless of the source of the material.
-
When you work in a group on an activity, the names of all students in the group should appear at the top of the first page. Turning in work with multiple people listed as authors implies that all members of the group agree with what is presented. If a group member does not agree with some part of the work, the group should continue to discuss and revise the material until agreement is achieved. In summary, a group activity is a joint effort, and all group members have equal responsibility for the finished product.
-
When you work on an activity yourself, but consult others, then you should include a statement identifies whom you consulted on what material. This includes conversations with class members, tutors, lab assistants, other students, faculty, and any other people involved. If you consulted one person on several parts on an assignment, you may summarize the collective help in an "Acknowledgment Section" rather on the individual problems — as long as the work makes clear who helped on what. Overall, all consultations on problems must be cited for each problem or exercise.
Collaboration
Collaboration is allowed on laboratory exercises (i.e., all work done in class), but collaboration is NOT be allowed on supplemental problems and tests.
Course Policies
Dates, Deadlines
Grinnell College offers alternative options to complete academic work for students who reserve religious holy days. Please contact me within the first three weeks of the semester if you would like to discuss a specific instance that applies to you.
Normally, laboratory write-up or project is due every Tuesday, and a supplemental problem is dues every 2-3 Fridays.
-
Laboratory exercises should be submitted through Blackboard only.
-
Supplemental problems all require work should be submitted both through Blackboard and via email to csc161-01-grader@grinnell.edu. For each assignment, be sure that the Blackboard and email versions match. Discrepancies may raise questions of academic dishonesty and be subject to review by the Committee on Academic Standing.
In all cases, the time stamp on Blackboard must be before the start of class on the day specified.
Deadlines are shown on the Tentative Class Schedule , and work is due at the start of each class specified. A penalty of 25% per class meeting will be assessed for any assignment turned in late, even work submitted in the middle or the end of a class. For example, paper printed at the start of class will inevitable be turned in after the start of a class, and thus will be considered late. Print your materials well before the start of class!
Emergencies, Illness
Although dates for labs, programming assignments, tests, and the final exam are firm, I understand that circumstances arise when you are not able to attend class.
- When circumstances are known ahead of time (e.g., academic activities, athletic events), I expect you to make arrangements with me before the activity occurs. Normally, we will identify an alternative date for the due date or test.
- When circumstances cannot be reasonably anticipated (e.g., illness, family emergencies, serious injury), I expect you to notify me as soon as is reasonably possible. (Email is fine.) In the case of medical problems that require you to miss several classes, I expect a written note from a medical professional or counselor that indicates that your health interfered with the course activity. (I do not need to know any details of the medical problem, but I do need to know that you sought help and that the medical professional believed meeting the deadline would likely interfere with your health.)
Absolute Deadline: All homework must be turned in by Friday, 16
October, at 5:00 pm CDT;
laboratory reports or programs
received after that time will not be counted in the grading of the course.
Accommodations
I strive to create a fully inclusive classroom, and thus welcome individual students to approach me about distinctive learning needs. In particular, I encourage students with disabilities to have a conversation with me and disclose how our classroom or course activities could impact the disability and what accommodations would be essential to you. You will also need to have a conversation about and provide documentation of your disability to the Coordinator for Student Disability Resources, John Hirschman, located on the 3rd floor of Goodnow Hall (x3089).
Grading pwd
This instructor's grading philosophy dictates that the final grade should ultimately be based upon each student's demonstration of her or his understanding of the material, not on the performance of the class as a whole nor on a strict percentile basis. The following scheme is proposed as a base for how the various assignments, quizzes, and tests will be counted in the final grade.
Lab Write-ups: 30% | Supplemental Problems: 20% | Quizzes: 20% | Test: 10% | Exam: 20% |
created summer 2020 last revised 21 August 2020 |
![]() ![]() |
For more information, please contact me at (walker@cs.grinnell.edu) |