AMMERMAN CAMPUS
STUDENT COURSE OUTLINE
COURSE TITLE: |
Principles of Computing, Using Java Programming Language |
CATALOG #:
|
CS16
|
INSTRUCTOR: |
Prof. B. A. Martin ("BAM") |
SEMESTER: |
2008 Spring |
E-MAIL: |
|
|
|
OFFICE HOURS: |
After class and by appointment. (Department phone is 451-4657.) |
||
|
|
|
|
COURSE DESCRIPTION: |
|
||
PREREQUISITES: |
MA27
or Regents Sequential Math II(C or better) or equivalent, |
||
TEXTBOOK: |
![]()
Absolute Java
|
||
SOFTWARE INSTALLATION: ![]() |
This course uses Java SDK and Textpad. (NetBeans is also useful but optional.)
Alternatively, these may be made available with the textbook (or on a CD). NOTE:
JDK is “freeware” and may be downloaded and used
without charge. |
||
OBJECTIVES: |
![]() After completing this course, a student will be able to:
|
||
PROCEDURES TO ACCOMPLISH THESE OBJECTIVES: |
|||
|
STUDENT REQUIREMENTS FOR COMPLETION OF THE COURSE: To successfully complete this course, you must submit required homeworks and programming assignmentsts, and demonstrate proficiency on all exams and projects. All work submitted must be neatly presented clearly labeled and identified as to the assignment and what has been accomplished. SPECIAL NOTES REGARDING PROGRAMMING ASSIGNMENTS & LABORATORY TIME: In-class
laboratory time is NOT intended for students to do most of their
work on the programming assignments and projects; these
assignments are to be done between classes, and are expected to
require a minimum of 6 hours per week to complete –
independently, at your own pace.
In-class laboratory time is intended for announced tutorial exercises and also for obtaining instructor help with problems in programming assignments that have been worked on between classes. Also, please note: In-class laboratory time is NOT intended for computer activites unrelated to the college curriculum (such as games, entertainment, "instant messager", "surfing the web", etc.) Use of classroom computers for unrelated activities may result in loss of privileges.
Computers with software for CS/IT courses are available in the basement of the library. Hours are posted in the library. Student tutoring and open lab hours will be posted outside the labs in the Riverhead building. |
||||||||||
GRADING POLICY: ![]()
|
ATTENDANCE POLICY: Attention is directed to the following statement of college policy:
"The college expects that each student will exercise personal responsibility with regard to class attendance. All students are expected to attend every class session of each course for which they are registered. Students are responsible for all that transpires in class whether or not they are in attendance."
Consequently, each student in this course is strongly advised to make standing arrangements with another individual student to take detailed notes, collect handouts, relay announcements, etc., in the event 'e doesn't show up at class. While you are encouraged to contact the instructor for advice before (or after) missing a class, it is more effective to have your "buddy" take detailed notes, and the student remains responsible for "all that transpires in class". Find a "buddy" to cover for you! Do it now, not after missing a class.
This instructor does not give credit for mere attendance, nor is credit lost for absence. Attendance is not a direct factor in grading policy, but it may indirectly affect the “participation” component.
College policy defines "Excessive Absence or Lateness" as "more than the equivalent of one week of class meetings". While attendance is not a component of grading policy for this class, a student missing more than one week of consecutive classes - without making any contact with the instructor - may be removed from the class roster and given either a “W” or an “F grade, at the instuctor's option.
*** PLEASE TAKE NOTE *** SCCC STUDENT CODE OF CONDUCT
... Although not all-inclusive, the following actions, activities or behaviors are expressly prohibited:
"Unauthorized or illegal use of College computer facilities
or equipment, such as hacking; duplication or unauthorized use of
copyrighted software; destruction, unauthorized transfer or
alteration of files; unauthorized use of another individual's
identification, password or work." and/or be referred to the Dean of Students for further discipline proceedings. |
CS16 sequence of topics:
Use of TextPad, introduction to Java.sun.com
Introduction to the Java language: syntax and semantics, technical issues, history
Variables, data types, expressions, operators, assignment
String class, String methods
Standard input and output (keyboard, terminal)
Classes and “objects”
Control statements for selection and
branching;
relational operators, boolean expressions
Iteration loops: do, while, for
Defining classes
Arrays (Chapter 7)
Text processing, wrapper classes
Inheritance