| Syllabus | Contact Info | Computer Club |

92053 CSC 1024N --Introduction to Programming

Fall 2011
HYBRID COURSE
Meets selected Tuesdays, 1:55 pm -- 4:36 pm, Brookhaven A204
6 Sep 2011, 20 Sep 2011, 4 Oct 2011, 18 Oct 2011, 1 Nov 2011, 15 Nov 2011, 29 Nov 2011, 6 Dec 2011
Herbert J. Bernstein ( )

Assignments

 


This web page is http://www.bernstein-plus-sons.com/.dowling/CSC1024F11/CSC1024_Assignments.html
Copyright © 2011 Herbert J. Bernstein and other parties. All rights reserved.


All assignments are to be submitted as text-only email or posted on the web and submitted by email containing the URL of the assignment to: with absolutely no attachments. No assignments will be accepted late. No assignments will be accepted on paper. No assignments will be accepted on diskettes. An assignment is late if the email is sent after the start of the class at which it is due. The grade for the assignment will be sent back to the email address from which the assignment email was sent. In the case of group assignments in which multiple students are involved, one student should be the sender of the email and the other students should be listed both in the email "CC:" list and in the body of the message.

Students should check this page frequently for updates.

Important notes for Mac OSX 10.5 users

You may have difficulty in running Java 6 programs under Mac OSX 10.5. The best solution is to upgrade the java on you mac to Java 6. In addition to choosing Java 6 using the Java Preferences utility, you will need to add code to your ~/.profile:

JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
export JAVA_HOME
PATH="$JAVA_HOME/bin:${PATH}"
export PATH

Alternatively, you can still compile with Java 5. We have planted a Java 5 compiler and virtual machine on arcib at

/usr/local/java/bin/javac
/usr/local/java/bin/java

Updated 13 November 2011.