Spring Quarter 2003 / Class webpage
This is like any regular lab section, except that TAs will not answer questions.
In this course, all programming will be done under the Linux operating system, using standard programming tools for that environment.
Your programs will be graded with the -Wall -Werror compilation options, as always. If your program does not compile with these flags, it will not be evaluated.
Remember to turnin your codes before you leave.
Every part of your assignment (every file) must begin with our report template header:
// Course: CS 14 // Lecture Section: Enter your lecture section number here (1, 2, etc) // Lab Section: Enter your lab section number here (21, 22, etc) // Assignment #: Enter the assignment number here (1, 2, etc) // First Name: Enter your FIRST name here (eg, John) // Last Name: Enter your LAST name here (eg, Doe) // ID Number: Enter your ID number here (eg, 12-345-678) // Email address: Enter your UCR email address here (eg, jdoe@cs.ucr.edu) // =======================================================================
Choose 3 of the first 4 questions (a) to (d). Last question is mandatory.
Write your name on the top of the practical paper.
Give your practical exam back to the TA, otherwise your grade will be 0 for the practical 1.