CMPS 101, Fall 2004 (14769)


Instructor: Prof. Van Gelder
Office Hrs. MW 3:30-5:00 (ho01 is out of date on this)


LATE PROGRAMS
See LATE-PROGRAMS.

Click here to access Handouts, which are files beginning with ho.
Files with the same name except for the extension have the same content.
The syllabus and other official information is in ho01.{pdf,ps}.


Click here to access an approximate copy of Fall 2004 CMPS101 Class Locker, which is
      /afs/cats.ucsc.edu/courses/cmps101-avg/


Click here to access student-dbx-guide
Click here to access student.dbxrc Click here to access grading-procedure


Lecture times (all times and places tentative):
MWF 2:00-3:10pm, Merrill Acad. 102    

Instructor (all times and places tentative):
Prof. Allen Van Gelder (avg @ cse.ucsc.edu)
Phone: (831) 459-4611
Office: 235 Jack Baskin Engineering (formerly Applied Sciences)
Office Hours (tentative): 2-4 Tuesdays, plus drop-in or appt.

Teaching Assistant (all times and places tentative):
Karl Schnaitter ( karlsch @ cse.ucsc.edu)
Gaurav Vijayvargiya ( gaurav @ cse.ucsc.edu)
Office Hours: Lab/Discussion Sections + by appt.
Unfortunately, TAs are not assigned an office, but appointments can be arranged in TA SPACE or perhaps in ``Jack's Lounge'' in the Baskin Engineering building.

Computer Lab Times in Crown Computer Lab 201 or BE 105:
M 3:30PM - 5:00PM Crown 201, Karl
M 7:00PM - 9:00PM Crown 201, Nguyet Manh, she's our tutor
T 2:00PM - 3:30PM BE 105, Karl
W 11:00AM -12:30PM Crown 201, Karl
Th 8:00PM - 9:30PM Crown 201, Gaurav and Nguyet Manh
There are other times on the IC schedule, but they are not covered.

Registering for a grade:
School of Engineering departments require undergraduate students to register for a grade in all upper division classes related to your major requirements.
If you did not choose letter grade when you enrolled, you should change to letter grade (if you are an undergrad). This does not increase or decrease your chance of passing with a C or better.
Note that C does not mean ``average'', it means ``satisfactory''. Since well over half the students do satisfactory or better, C is actually below average.

Reader (useful for C program assignments):
A Discipline of Data Abstraction using ANSI C
by Allen Van Gelder, about 25 pp.
Download c-adt.pdf or c-adt.ps from the Class Locker.
Hard copy needed? If so, I will arrange with copy services.

Making a Unix Link on the ICL Solaris system:
cd or pushd to a directory you will use for 101 work and type (noting the space and dot at the end of the command):
	ln -s /afs/cats.ucsc.edu/courses/cmps101-avg .
	
Now cmps101-avg appears to be a subdirectory; do
	pushd cmps101-avg/
	
and you are in that directory. If you do pushd now you are back in your directory (note the directories listed after each pushd command).
Links to other useful directories are done similarly.
     ln -s /afs/cats.ucsc.edu/courses/cmps101-avg/Supplements .
     ln -s /afs/cats.ucsc.edu/courses/cmps101-avg/AppendixCode .
     ln -s /afs/cats.ucsc.edu/courses/cmps101-avg/Lib .
     
pushd is more convenient than cd because it remembers where you have been; for more features, do
	man pushd
	

To read the newsgroup on an ICL Solaris machine:
        trn -q +x ucsc.class.cmps101
I have "rn101" aliased to this command.
If trn asks you whether to subscribe and where to put the newsgroup you can just hit carriage-return for each question.
If you use other software, be sure threading is disabled.
In the example above the "+x" disables threading.
In the example above the "-q" prevents asking about an infinite number of other newsgroups.
To back up and see an old message:
(1) Do trn as above if you have not done it yet.
(2) If trn asks ``... Read now?'', respond ``y''.
(3) If trn asks ``... What next?'', respond ``P''.
These steps get you into the newsgroup even if there are no unread messages.
Keep doing ``P'' as long as you want to back up more.
Do ``N'' go forward 1 article even if you already read it.
To go any specific message, type its number.
See ho04.txt for more information about reading the class newsgroup.
Class newsgroups can only be read from on-campus hosts.

Programming:
As the catalog says, prior Unix experience is expected.
Programs will be assigned in both C and Java in approximately equal proportions. Fluency in at least one of these languages is assumed, and the other can be picked up during the quarter.
Buying a book on C and/or Java at the beginning of the quarter is NOT recommended. Wait until you are familiar with the materials in the text and on-line, then make your decisions.

After a week or two, if you had difficulty with Unix or C in pa01, get serious about choosing a helpful book and having it with you when you work on future programs.

As the syllabus states, you must pass the programming component of the course to pass the course.

Primary Textbook:
Computer Algorithms, 3rd Edition
by Sara Baase and Allen Van Gelder

Use the Supplements link below to find web-errata.ps and web-errata.pdf, which have important corrections.

Students should already be familiar with most of Chs. 1-3.
Lectures will cover advanced topics in chs. 1-3 and most or all of chs. 4, 7, and 8.
Parts of chs. 5, 6, and 9 will be covered.

Please click here to see Supplements
or visit Prof. Baase's web site: http://www-rohan.sdsu.edu/faculty/baase
and use the Back button on your browser if you want to return to this page.

Other Texts (for reference, no assignments):
Introduction to Computer Algorithms, 2nd Edition
by Thomas Cormen, Charles Leiserson, Ron Rivest, Clifford Stein (2001)
(The first edition is also good.)

C: An Advanced Introduction, ANSI C Edition
by Narain Gehani

These and several additional books will be on reserve in the Science Library.



Questions regarding about page content should be directed to
webmaster@cse.ucsc.edu
Last modified Friday, 03-Dec-2004 00:19:44 PST.

Back to the CE / CS Class Home Pages.
Back to the CE / CS Home Page.