UCR CS 10: Introduction to Computer Science I

Winter 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 writing a program that uses simple input and output statments.
Lab3.doc No lab
Lab4.doc In this lab you will be writing a program that deals with loops.
Lab5.doc In this lab you will be writing a program that deals with loops.
Lab6.doc Built in functions and checking user input
Lab7.doc No lab.
Lab8.doc Arithmetic operations.
Lab9.doc In this lab you will be writing a program that generates random test questions.
Lab10.doc In this lab you will be writing a program that deals with arrays.

Assignments

as1.doc Program output.
as2.doc Converting seconds into hours, minutes and seconds.
as3.doc Employee Database.
as4.doc Nested Loops.
as5.doc Using pre-packaged functions.
as6.doc Calculating students grades.
as7.doc Program that prints out a calendar.
as8.doc Write a program that allows the user to do many things with an array.

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