UCR CS 10: Introduction to Computer Science I

Fall Quarter 2000

Labs   Assignments   Exams   Syllabus   Previous CS10's  

Labs

Lab Schedule Lab Assignments
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 writing a program that uses arithmetic operations.
Lab3.doc In this lab you will be writing a program that uses selection structures.
Lab4.doc In this lab you will be writing two programs that deals with loops.
Lab5.doc In this lab you will be writing a program that uses nested for loops.
Lab6.doc There is no lab scheduled this week, due to the holiday.
Lab7.doc In this lab you will be writing a program that uses nested structures.
Lab8.doc There is no lab scheduled this week.
Lab9.doc In this lab you will be writing a program that uses arrays.
Lab10.doc In this lab you will be writing a program that uses data files.

Assignments

as1.doc Arithmetic Operations
as2.doc Cash Register Program
as3.doc Employee Database
as4.doc
as5.doc
as6.doc
as7.doc
as8.doc Write a program that allows the user to do many things with an array.
as9.doc Extra credit Assignment

Exams

midterm.doc Midterm #1
midterm_sol.doc Midterm #1 Solutions
final1.doc Final test #1
final1_sol.doc Final test #1 Solutions
final2.doc Final test #2
final2_sol.doc Final test #2 Solutions