UCR CS 10: Introduction to Computer Science I

Fall Quarter 2002

Labs   Assignments   Exams   Syllabus   Previous CS10's  

Labs

Lab Schedule  
Lab1.doc In this lab you will be writing your first C++ program. You will learn the basics of Visual C++ and learn how to write a program, compile it, and run it.
Lab2.doc In this lab you will be using code blocks, and exploring iterations and how to control their end-points.
Lab3.doc In this lab you will be using some more library functions dealing with iostreams & strings.
Lab4.doc Using the debugger.
Lab5.doc In this lab you will be dealing with scope, and with functions and parameter passing.
Lab6.doc In this lab you will be using manipulators and ostream member functions to format output.

Assignments

as1.doc Problem analysis.
as2.doc Program Output
as3.doc More looping and Counting
as4.doc Menus and Decisions.
as5.doc Menus, Iterations, and Functions.
as6.doc More Functions.
as7.doc Final Project

Quizzes

quiz1.doc Quiz #1
quiz1_sol.doc Quiz #1 Solutions
quiz2.doc Quiz #2
qui2_sol.doc Quiz #2 Solutions
quiz3.doc Quiz #3
quiz3_sol.doc Quiz #3 Solutions
quiz4.doc Quiz #4
quiz4_sol.doc Quiz #4 Solutions
quiz5.doc Quiz #5
quiz5_sol.doc Quiz #5 Solutions

Exams

midterm.doc Midterm #1
midterm_sol.doc Midterm #1 Solutions