QMCS281 Course Syllabus

University of St. Thomas

Quantitative Methods and Computer Science Department

 

Course Number: QMCS281 02, N1

Course Title: Object-Oriented Design and Programming

Term: Spring, 2000

Prerequisites: QMCS 230

Meeting Time: Tuesday and Thursday, 5:30 pm to 7:15 pm

Room: 250 OWS

Instructor: Joe Komar (plain old Joe will do)

Office: 406 OSS

Telephone: 962-6213 (W), 646-4457 (H)

Electronic Mail: jakomar@stthomas.edu

WWW Page: http://komar.cs.stthomas.edu

Office Hours: Drop by or by appointment (I'm almost always in when not in class!)

 

Required Textbook: Deitel and Deitel, Java How to program, third edition, Prentice Hall, 1999

Course Objectives: Upon completion of the course, the student will be able to:

  1. Define and describe object, class, method, inheritance, polymorphism, and encapsulation.
  2. Describe the use of object oriented analysis and design tools such as class diagrams, use cases, and CRC cards.
  3. Design and code non-trivial object oriented Java programs.

Exams: There will be four exams on the dates indicated below. Each exam will be worth 100 points.

Assignments: There will be a number of assignments (see below). Each of these will be worth 20 points and are due at the beginning of class on the due date. Programming assignments will be turned in on a diskette that will contain all the files necessary to run the program. It is critically important that these assignments be done correctly and on time! Students are encouraged to write additional programs given in the texts. It is only through repeated coding of programs that the language is learned effectively.

Project: There will be a group project due the day of the final exam. Groups will consist of 4 individuals, each of whom must contribute significantly to the project. A written project report (one report per group) will be submitted attesting to the fact that all members did contribute significantly. The project will be worth 150 points.

 

Communication: The preferred method of communication will be with electronic mail. Students are responsible for checking their mail at least daily. Students with questions or problems with programming assignments are encouraged to send an electronic mail message and attach the program in question. This will insure the quickest response to specific problems. There is also a "listserv" set up for the class, through which individuals can communicate directly with the rest of the members of the class. Instructions how to subscribe to this listserv will be provided in class.

Instructional Philosophy: The instructor takes full responsibility for providing the best learning resources and instructional guidance possible. It is expected that each student will take full responsibility for using these resources and this guidance to learn the maximum possible. Maximum learning is only obtained through a partnership, with each individual fully meeting their respective responsibilities.

Grading: Grading will be based on the percent of total points earned to total points possible. Total points possible will be the sum of all exams, all assignments, and the final project. The actual distribution of letter grades based on the percent will be determined at the end of the semester. However, the following would be a "typical" distribution:

92% to 100% A

88% to 91% A-

84% to 87% B+

80% to 83% B

76% to 79% B-

72% to 75% C+

68% to 71% C

64% to 67% C-

60% to 63% D+

56% to 59% D

52% to 55% D-

Below 52% F

 

Detailed Course Outline

Date Deitel & Topic(s)

Deitel

2/1 Intro, Java review, WWW pages

2/3 3,6 Recursion, Applets review, Visual Cafe

2/8 8 Object Based Programming

2/10 8 Object Oriented Tools

2/15 9 Object Oriented Programming

2/17 9 Object Oriented Programming

2/22 10 Strings and Characters

2/24 EXAM 1

2/29 11 Graphics and Java2D

3/2 11, 12 Graphics and GUI

3/7 12 Graphical User Interface Components

3/9 14 Exception Handling

3/14 14, 15 Exception Handling, Threads

3/16 15 Multithreading

3/28 EXAM 2

3/30 17 Files and Streams

Date Deitel & Topic(s)

Deitel

4/4 23 Java Utilities and Bit Manipulation

4/6 23, 24 Utilities and Collections

4/11 24 Collections

4/13 Exam 3

4/18 21 Networking

4/20 21, 19 Networking and Servlets

4/25 19 Servlets

4/27 20 Remote Method Invocation (RMI)

5/2 20 RMI

5/4 18 Java Database Connectivity (JDBC)

5/9 18 JDBC

5/11 EXAM 4

5/16 (5:30 pm to 7:30 pm) Project Presentations

Assignments

Assignments will be provided throughout the semester. Students are encouraged to supplement the assignments by completing the programming exercises at the end of each chapter.