PRG 421 Version 10 ( ORIGINAL WORK )
PRG/421 V10
PRG-421 Java Programming II
WEEK 1
|
Write a 200- to 300-word short-answer response for the following:
|
Write a 200- to 300-word short-answer response for the following:
|
Write a 200- to 300-word short-answer response for the following:
|
A city is sponsoring a run to support local charities and would like an application to track the pledges. The result will be a database that holds data on individuals, total pledges obtained, and the charity for which the donation is designated.
Design and implement a GUI-based program to accept a participant’s name, the amount pledged, and the designated charity’s name. The program will store these data for later retrieval. The project will be completed in several stages, with the first deliverable due in Week Two.
|
Design, implement, test, and debug a GUI-based version of a “Hello, World!” program.
Create a JFrame that includes a JLabel that reads “Hello, World!” Use a layout manager of your choice.
Include an Exit button to close the program.
Submit assignment per the APA template that will be provided, to include cover page, description of code, flowchart or pseudocode, code with header data, and finally a screen shot of your code executing on your computer. Please submit your assignment as YourLastNameWk1.doc and YourLastNameWk1.java. Ensure that your code executes prior to submittal.
|
WEEK 2
|
Write a 200- to 300-word short-answer response for the following:
|
Write a 200- to 300-word short-answer response for the following:
|
Develop a project plan for the fundraiser program due in Week Five.
Submit the project plan to your facilitator.
|
For this assignment, you will choose from the following options:
Read the instructions in the University of Phoenix Material: GUI Components Program located on the student website and select one option to complete the assignment.
Submit assignment per the APA template that will be provided, to include cover page, description of code, flowchart or pseudocode, code with header data, and finally a screen shot of your code executing on your computer. Please submit your assignment as YourLastNameWk2.doc and YourLastNameWk2.java. Ensure that your code executes prior to submittal.
|
WEEK 3
|
Write a 200- to 300-word short-answer response for the following:
|
Write a 200- to 300-word short-answer response for the following:
|
Write a 200- to 300-word short-answer response for the following:
|
Create a GUI-based program to accept name of donor, name of charity, and amount of pledge from the user.
Display a list of entries in a JTextArea or JTable.
Submit the .java source file for this program.
|
This is a two-part assignment.
Part 1
Design, implement, test, and debug a program with a JFrame that allows the user to enter a series of contacts’ names, ages, e-mail addresses, and cell phone numbers, and creates a file from the entered data. Validate the age entry to ensure that it is numeric and between 0 and 120. Include information for three to five contacts.
Part 2
Design, implement, test, and debug a program that reads the file you created by the list in Part 1 and displays the records in a JFrame. You may either display all entries in the list at once or display them one at a time; the user interface is up to you. Protect against not being able to open the file.
Submit assignment per the APA template that will be provided, to include cover page, description of code, flowchart or pseudocode, code with header data, and finally a screen shot of your code executing on your computer. Please submit your assignment as YourLastNameWk3.doc and YourLastNameWk3.java. Ensure that your code executes prior to submittal.
|
WEEK 4
|
Write a 200- to 300-word short-answer response for the following:
|
Write a 200- to 300-word short-answer response for the following:
|
Write an applet that includes a pie chart.
Use a news article with statistics that are good candidates for a pie chart: for example, political candidate preferences; percentages of those for, against, or undecided about a ballot measure; and so forth.
Cite the source for your input statistics.
Submit the applet along with an HTML file to launch it. Submit assignment per the APA template that will be provided, to include cover page, description of code, flowchart or pseudocode, code with header data, and finally a screen shot of your code executing on your computer. Please submit your assignment as YourLastNameWk4.doc, YourLastNameWk4.html andYourLastNameWk4.java. Ensure that your code executes prior to submittal.
|
WEEK 5
|
Conduct an Internet search for JavaDB tutorial. You may choose to use either a text-based or a video tutorial. Follow the steps in the tutorial to learn how to use JavaDB.
Modify one of the demo programs with the JavaDB download to create and manipulate your own database.
Write a 200- to 300-word description of the challenges you encountered.
Post the source code of your program.
|
Write a 200- to 300-word short-answer response for the following:
|
Write a program to create a database from the data in the sequential file you created in Week Four.
Modify the GUI to connect to this database and add entries to it and read entries from it. Entries read from the database should be displayed in the JTextArea or JTable.
Test and debug this final program.
Submit the .java source file or files.
|
No comments:
Post a Comment