CMPS 12L
Introduction to Programming
Lab Assignments

lab1:  pdf, word   Due Thursday April 8,  10:00 pm  
lab2:  pdf, word   Due Friday April 16,  10:00 pm
lab3:  pdf, word   Due Tuesday April 27,  10:00 pm   Extended to Wednesday April 28, 10:00 pm
lab4:  pdf, word   Due Friday May 7,  10:00 pm    Extended again to Sunday May 9,  10:00 pm 
lab5:  pdf, word   Due Friday May 14, 10:00 pm   Extended again to Sunday May 16, 10:00 pm 
lab6: 
lab7: 
lab8:  
lab9: 
Getting a Computer Account:
It is a requirement of this course that all students have an active UCSC computer account.  If your account is not already activated, go to the UCSC portal:  http://my.ucsc.edu, and log in using the User ID and Password that were sent to you by the Registrar's Office.  Click on the link labeled Activate UCSC Account, and follow the subsequent instructions.  Logon to the host unix.ic.ucsc.edu to access your account.  (If you don't know how to logon to your account, you need to go to a lab session to learn how.)  You may develop your programming and lab projects on any platform you like, but you must port them to the UCSC  ITS - Instructional Computing Unix environment to submit them.  I highly recommend that you test your projects thoroughly on this platform before sumitting, since this is where they will be evaluated.

Submitting a Lab Assignment Online:
To submit a lab assignment, logon to one of the IC Solaris hosts (unix.ic.ucsc.edu, unix1.ic.ucsc.edu, or unix2.ic.ucsc.edu), then cd to the directory where your program resides.  Type the following at the Unix prompt (%):
% submit  cmps012a-pt.s10  assignment_name  file1  file2   ...
In the above example file1, file2, etc are the files to be submitted, and  "assignment_name" is the name of the assignment, such as lab1, lab2, etc.  Most assignments will require that you submit multiple files.  If you decide that you don't like what you submitted and want to submit a better version of the assignment (before the due date of course), just submit again using the same file name.  The new submission overwrites the old.  

If you find any errors, please report them to: ptantalo@soe.ucsc.edu


webmaster@soe.ucsc.edu

Back to the SOE Class Home Pages
Back to the SOE Home Page