21
PRG 421 GUIDE Learn by Doing/ prg421guide.com

Prg 421 guide learn by doing prg421guide.com

Embed Size (px)

Citation preview

Page 1: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing/ prg421guide.com

Page 2: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Entire Course

FOR MORE CLASSES VISITwww.prg421guide.com

 PRG 421 Week 1 Individual Assignment Hello World ProgramPRG 421 Week 1 Supporting Activity Java ContainersPRG 421 Week 1 Supporting Activity Events and GUIsPRG 421 Week 2 Individual Assignment Retail Calculator

Page 3: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 1 Individual Assignment Hello World Program

FOR MORE CLASSES VISIT

www.prg421guide.com PRG 421 Week 1 - Individual Assignment IndividualHello World Program Design, implement, test, and debug a GUI-based version of a “Hello, World!” program.

Page 4: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 1 Supporting Activity Events and GUIs

FOR MORE CLASSES VISIT

www.prg421guide.com What is an event? How are events and graphical user interfaces (GUIs) related? Provide an example of an event and relate it to a GUI.

Page 5: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 1 Supporting Activity Java Containers

FOR MORE CLASSES VISIT

www.prg421guide.comHow are containers used in the Java® language? Write a small program in which you add components to a container. Then post the code for your program.

Page 6: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 2 Individual Assignment Retail Calculator

FOR MORE CLASSES VISIT

www.prg421guide.comPRG 421 Week 2 Individual Assignment Retail Calculator A retailer would like a calculator to indicate sale prices when he marks items down at various percentages.

Page 7: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 2 Supporting Activity Arrays and Combo Boxes

FOR MORE CLASSES VISIT

www.prg421guide.com How do arrays and combo boxes work together? Write a small program in which you add the elements of an array to a combo box and post the code for your program.

Page 8: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 2 Supporting Activity Menus

FOR MORE CLASSES VISIT

www.prg421guide.com What are advantages of using menus in a GUI application? Design a menu structure for a program you would find useful in your work or hobbies. Write and post the code for the menu creation.

Page 10: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 3 Learning Team Assignment, Charity Program

FOR MORE CLASSES VISIT

www.prg421guide.com 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

Page 11: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 3 Supporting Activity Exception Handler

FOR MORE CLASSES VISIT

www.prg421guide.comDiscussion Question 1.· Think of a programming task—other than the individual or team assignments in this course—in which you would choose to use an exception handler. Write the code for the try-catch block. Explain the activity and your code.

Page 12: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 3 Supporting Activity Writing Code for a Data File

FOR MORE CLASSES VISIT

www.prg421guide.comDiscussion Question 2.· Think of a programming task—other than the individual or team assignments in this course—in which you would choose to use a data file. Write the code to read or write the file. Explain the activity and your code..

Page 13: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 4 Individual Assignment. Pie Chart Applet

FOR MORE CLASSES VISIT

www.prg421guide.comPRG 421 Week 4- Individual Assignment! IndividualPie Chart Applet 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;

Page 14: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 4 Learning Team Assignment (Charity Program)

FOR MORE CLASSES VISIT

www.prg421guide.comModify the program you created in Week Three to write the data—name, amount, and charity—into a sequential data file.Implement a capability of reading what is in the existing data file and displaying it in the text area.Submit the .java source file for the program.

Page 15: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 4 Supporting Activity Java Applets and Network Security

FOR MORE CLASSES VISIT

www.prg421guide.comWrite a 200- to 300-word short-answer response for the following: · Select one of the applications you wrote in Week 1 or 2 and convert it to an applet. You may use either one of your individual assignments or an example of a full

Page 16: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 4 Supporting Activity Java Applets and Network Security

FOR MORE CLASSES VISIT

www.prg421guide.com· Select one of the applications you wrote in Week 1 or 2 and convert it to an applet. You may use either one of your individual assignments or an example of a full program you posted in response to a DQ. Explain why your individual assignment for Week 3 is not a good choice.

Page 18: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 5 Learning Team Assignment (Connect to Database, Charity Program)

FOR MORE CLASSES VISIT

www.prg421guide.comModify 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.

Page 19: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 5 Supporting Activity JavaDB Tutorial

FOR MORE CLASSES VISIT

www.prg421guide.comConduct 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.

Page 20: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing

PRG 421 Week 5 Supporting Activity Mobile App

FOR MORE CLASSES VISIT

www.prg421guide.comWhat type of mobile app would you find useful? What steps would you take to create and deploy this app? Be specific about the software tools you would use.

Page 21: Prg 421 guide learn by doing  prg421guide.com

PRG 421 GUIDE Learn by Doing