Assignment 2 - Intermediate Java Programming | COP 3804, Assignments of Java Programming

Material Type: Assignment; Class: Intermediate Java Programming; Subject: Computer Programming; University: Florida International University; Term: Summer 2007;

Typology: Assignments

Pre 2010

Uploaded on 03/10/2009

koofers-user-xgw
koofers-user-xgw 🇺🇸

5

(1)

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1
COP 3804 Homework2
Due on May 31st 2007 in Class. (This document is 2 pages long)
This homework consists of four groups of exercises from the book.
Problem 1
Section “10.10.2 Reading and understanding Code”. This Problem goes from question 12 to
Exercise 20. Pages 704-706.
Problem 2
Section “10.10.4 Identifying Errors in Code”. This Problem encompasses questions 26 to 31.
Pages 707-709.
Problem 3
Exercise 47, page 714.
Try to organize your solution classes in packages. You need to name the packages in some
meaningful way.
Problem 4
Exercise 58, page 716.
Similarly to the previous problem, try to organize your solution classes in packages.
What to submit and How
1. A report containing the following:
a. A front page showing your name, the course details, and the homework number.
b. A section with the following contract:
I ________________ (write down your name), certify that this work is the sole result of
my own effort, and I understand the consequences of engaging in academic misconduct as
defined in the university academic policies.
c. A section for Problem 1 showing the answers to each question.
d. A section for Problem 2 showing the answers to each question.
e. Two sections, one for Problem 3 and another for Problem 4. Each section has to
contain the following:
i. A brief subsection describing the solution to the problem: especially what classes
were defined and what/how methods were implemented. You need to provide the
algorithm of any interesting method you’ve created (the algorithm needs to be in
pseudocode).
ii. A small help subsection explaining how to run the program.
pf2

Partial preview of the text

Download Assignment 2 - Intermediate Java Programming | COP 3804 and more Assignments Java Programming in PDF only on Docsity!

COP 3804 Homework

Due on May 31st^ 2007 in Class. (This document is 2 pages long)

This homework consists of four groups of exercises from the book.

Problem 1

Section “10.10.2 Reading and understanding Code”. This Problem goes from question 12 to Exercise 20. Pages 704-706.

Problem 2

Section “10.10.4 Identifying Errors in Code”. This Problem encompasses questions 26 to 31. Pages 707-709.

Problem 3

Exercise 47, page 714.

Try to organize your solution classes in packages. You need to name the packages in some meaningful way.

Problem 4

Exercise 58, page 716.

Similarly to the previous problem, try to organize your solution classes in packages.

What to submit and How

  1. A report containing the following: a. A front page showing your name, the course details, and the homework number. b. A section with the following contract:

I ________________ (write down your name), certify that this work is the sole result of my own effort, and I understand the consequences of engaging in academic misconduct as defined in the university academic policies.

c. A section for Problem 1 showing the answers to each question. d. A section for Problem 2 showing the answers to each question. e. Two sections, one for Problem 3 and another for Problem 4. Each section has to contain the following: i. A brief subsection describing the solution to the problem: especially what classes were defined and what/how methods were implemented. You need to provide the algorithm of any interesting method you’ve created (the algorithm needs to be in pseudocode). ii. A small help subsection explaining how to run the program.

iii. A Javadoc section of your code. f. A zipped file containing the source code (for Problems 3 and 4).

You have two options to give the report and the zipped file to me: g. Send them by email. To make sure I receive the email before the class starts, send it the night before and double check with me next day. Or either, h. Bring a diskette or CD to hand in at the beginning of the class on the due date. You can also print the report.

Notes

This program is to be done individually. Refer to the syllabus on academic misconduct.

Even though the textbook’s authors don’t emphasize defining packages for your solutions, I expect you to define packages for your solutions to Problems 3 and 4 if possible.

Grading

Problem 1 25%

Problem 2 25%

Problems 3 and 4 50%

Report – 10% Code – 40% (Special attention will be paid to comments in the code.)