CS 161 - Introduction to Computer Science I

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

Labs

If you attended a lab and did not finish, you can finish up to 3 points of the lab at home and bring it with you to the next week's lab for a grade. You must show your update from the previous lab within the first 15 minutes of the current lab to redeem points on the prior lab, otherwise the work is not accepted.

LAB #1 - Getting Set Up
LAB #2 - Worksheet: Design and Hands-on: More Linux, Conditionals, and rand()
LAB #3 - Take Home Quiz, Worksheet, and Hands-on Design/Implementation Loops
LAB #4 - Worksheet and Hands-on Design/Implementation Loops w/ Function
LAB #5 - Proficiency Demo Practice & Value-Returning and Passing Arguments to Functions
LAB #6 - Worksheet on Pass by Reference to Functions & Recursion/Hands-on Work on Assignment 4
LAB #7 - Worksheet on Recursion and Reference/Pointers & Hands-on Implement Recursion and References/Pointers
LAB #8 - Worksheet on Dynamic Memory and Strings & Hands-on GDB and C-Style vs. C++ strings
LAB #9 - Towers of Hanoi: Two Dimensional Arrays with Recursion
LAB #10 -