UCR CS 10: Introduction to Computer Science I

Spring Quarter 2001

Labs   Assignments   Exams   Syllabus   Previous CS10's  

Labs

Lab Schedule
Lab1.doc No lab
Lab2.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.
Lab3.doc In this lab you will be writing a program that uses arithmetic operations.
Lab4.doc In this lab you will be writing a program that uses selection structures.
Lab5.doc User input.
Lab6.doc Using built in functions.
Lab7.doc In this lab you will be writing a program that uses functions.
Lab8.doc In this lab you will be writing a program that uses functions.
Lab9.doc No lab.
Lab10.doc In this lab you will be writing a program that uses data files.

Assignments

as1.doc Arithmetic Operations.
as2.doc Checking user input.
as3.doc Finding the smallest number.
as4.doc Output and Nested Loops.
as5.doc Write a program the calculates compounded interest.
as6.doc Write a function that takes as parameters the length, width, and height of a cube and calculates and returns the volume of the given cube.
as7.doc Class database.

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