Java Programming Assignment

jasonpalomino
ProjectFinal_Java.docx

Project Final

Fill out the form below to detail your project progress. In the “where is it located?” responses, list the Java file and line number or some marker (code comment) as to how to locate in the code.

Final Submission Checklist

Student Name:

Date:

Overview of the purpose for the project, functionality, abstract and modules of the project:

UML class diagram to visually model classes of the project including all member variables and methods:

Testing Instructions (How does someone run the program?)

Describe how tested

Feature/Concept Demonstrated

Provide Details/Proof

Where is it located?

Self-Score

You may self-score yourself on the following parts. Points are listed to the left. If you have completely fulfilled the project requirement, you may copy the points to the self-score column.

100% Complete: Copy value to self-score

Partial Score: If the concept/construct is partially implemented then assess yourself as to what percentage it is complete. Example: 5 pts but concept 80% complete = (5 *0.80) = 4

0% Complete or no details: Enter 0 into self-score. If no details as to “where it is located?”, then score = 0.

(5 pts) Main/Start Java

(.java) file

(10) File Input & output(Reading data from a file

Writing data to a file

(10 pts) Use of 2 cases of abstraction

(10 pts) Use of 2 cases of encapsulation

(5 pts) Use of 1 case of inheritance

(5 pts) Use of 1 case of Polymorphism

(5 pts) Use of 1 case of Composition and Aggregation

(10 pts) Use of 2 abstract classes

(10 pts) Use of 2 Interfaces

(20 pts) GUI (5 different widgets/graphical elements such a label, menu, frame, button, dialog, etc.)

(10 pts) Event-driven-programming

· 1 case of keyboard input handling

· 1 case of mouse (move or button click) handling

(10 pts) Handling bad data

· One example of testing for bad data entry

· One example of using try-except-finally

· One example of handling bad data file handling

(10 pts) Use of at least 5 classes

(if extending existing code, at least 3 additional classes and all other class modifications)

Self-Total: (Total your self-score points)

Grade/Comments (Section below is for Instructor use only) :

Comment

Score

(5 pts) Followed instructions (name, date, all files provided instructions, submitted properly):

(10 pts) Filled out this submission form:

(3 pts) Quality of Instructions:

(3 pts) Quality of testing details:

(5 pts) Self-score integrity (followed rules):

(10 pts) Completeness, Clarity, Quality, and Quantity of Code Comments:

(15 pts) Code Quality (runs without exception):

(2 pts) Complexity of input data file:

(5 pts) Complexity of output data file and formatting:

(10 pts) Complexity of object-oriented concepts used in code:

(5 pts) Complexity of GUI and Event driven

Programming concepts used in code:

(5 pts) Logical/quality structure of code (good use of clear variable names, use of loops, branching, programming constructs):

Instructor Total (78):

Self-score Total (120):

Final Total (198):

1

3