CS 161 - Introduction to Computer Science I

Winter 2019: MWF 10 - 10:50am, WNGR 151 & 2 - 2:50pm, LINC 100

Assignments

Please read the style guidelines for this class.

Even though these are guidelines and not a standard for this class, the quality of your assignment is graded by your peers and based on having program and function headers, proper indentation, vertical spacing between statements, good variable names, etc. BE CONSISTENT!!!

EVERY assignment in this course is graded by demoing your work for 15 minutes with a TA. You are required to meet with a TA within two weeks of the due date to demo.

Demo Outside 2 Weeks: Assignments that are not demoed within the acceptable time period will be subject to a 50 point deduction.

Demo Late Assignments: Late assignments must still be demoed within the two week demo period beginning from the assignment's original due date.

Missing a Demo: If you miss your demo with a TA, you will receive a 10 point (one letter grade) deduction to that assignment for each demo missed.

Assignment #1 - The Size of Numbers in C++
Assignment #2 - Text Adventure: Variables and Conditionals
Assignment #3 - A Game of Twenty-One: More Conditionals and Loops
Assignment #4 - Calculating Business Expenses and Reimbursement
Assignment #5 - Finding Words and Producing Fractals
Assignment #6 - 1-D and 2-D Heat Diffusion: Explicit Method