PRG 421 Course Teaching Resources/snaptutorial.com

About This Presentation
Title:

PRG 421 Course Teaching Resources/snaptutorial.com

Description:

For more classes visit www.snaptutorial.com PRG 421 Week 1 Individual Assignment Hello World Program PRG 421 Week 1 Supporting Activity Java Containers PRG 421 Week 1 Supporting Activity Events and GUIs – PowerPoint PPT presentation

Number of Views:3

less

Transcript and Presenter's Notes

Title: PRG 421 Course Teaching Resources/snaptutorial.com


1
PRG 421 Course Teaching Resources/
snaptutorial.com
The Best way to predict the Future is to create
it.....To Best way....
www.snaptutorial.com
2
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Entire Course For more classes
visit www.snaptutorial.com   PRG 421 Week 1
Individual Assignment Hello World Program PRG 421
Week 1 Supporting Activity Java Containers PRG
421 Week 1 Supporting Activity Events and
GUIs PRG 421 Week 2 Individual Assignment Retail
Calculator PRG 421 Week 2 Supporting Activity
Arrays and Combo Boxes
3
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 1 Individual Assignment Hello World
Program For more classes visit www.snaptutorial.
com   PRG 421 Week 1 - Individual
Assignment   Individual Hello World Program
Design, implement, test, and debug a GUI-based
version of a Hello, World! program.
4
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 1 Individual Singleton Pattern
Program   For more classes visit www.snaptutorial.
com   Individual Singleton Pattern Program Write
a Java program (non-GUI preferred) to demonstrate
the Singleton pattern. The key parts of the
singleton pattern
5
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 1 Supporting Activity Events and
GUIs   For more classes visit www.snaptutorial.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.
6
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 1 Supporting Activity Java
Containers   For more classes visit www.snaptutori
al.com   How 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.
7
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 2 Individual ArrayList Program For
more classes visit www.snaptutorial.com   PRG 421
Week 2 Individual ArrayList Program Week 2
Individual ArrayList Program Write a Java
program (non-GUI preferred) to demonstrate the
use of an ArrayList.
8
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 2 Individual Assignment Retail
Calculator For more classes visit www.snaptutori
al.com   PRG 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.   Design,
implement, test, and debug a GUI application that
allows the retailer to enter the items name, the
items original price, and the percentage
discounted.  
9
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 2 Supporting Activity Arrays and
Combo Boxes   For more classes visit www.snaptutor
ial.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.
10
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 2 Supporting Activity Menus   For
more classes visit www.snaptutorial.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.
11
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 3 Individual Assignment Individual
Contact Information Program Part 1 and 2 For
more classes visit www.snaptutorial.com 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
12
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 3 Individual Iterator Program   For
more classes visit www.snaptutorial.com   PRG 421
Week 3 Individual Iterator Program   Week 3
Individual Iterator Program Write a Java program
(non-GUI preferred) to demonstrate the use of
Iterator.
13
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 3 Learning Team Assignment, Charity
Program   For more classes visit www.snaptutorial.
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.
14
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 3 Supporting Activity Exception
Handler For more classes visit www.snaptutorial.co
m   Discussion Question 1. Think of a
programming taskother than the individual or
team assignments in this coursein which you
would choose to use an exception handler
15
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 3 Supporting Activity Writing Code
For A Data File For more classes
visit www.snaptutorial.com   Discussion Question
2. Think of a programming taskother
than the individual or team assignments in this
coursein which you would choose to use a data
file. Write the code to read or write the file.
Explain the activity and your
16
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 4 Individual Assignment. Pie Chart
Applet   For more classes visit www.snaptutorial.c
om   PRG 421 Week 4- Individual
Assignment!   Individual Pie Chart Applet Write
an applet that includes a pie chart.  
17
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 4 Individual JDBC Program For more
classes visit www.snaptutorial.com   PRG 421 Week
4 Individual JDBC Program   Week 4 Individual
JDBC Program Write a Java program (non-GUI
preferred) to demonstrate the use of JDBC. The
program should allow a user to do the
18
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 4 Learning Team Assignment (Charity
Program)   For more classes visit www.snaptutorial
.com   Modify the program you created in Week
Three to write the dataname, amount, and
charityinto a sequential data file.
19
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 4 Supporting Activity Java Applets
and Network Security For more classes
visit www.snaptutorial.com   Write 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.
20
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 4 Supporting Activity Java Applets
Versus JavaScript   For more classes
visit www.snaptutorial.com   Write a 200- to
300-word short-answer response for the
following How would you
differentiate a website that uses a Java applet
from one that uses JavaScript code? Locate a
website that includes a Java applet and provide
its URL.
21
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 5 Individual Concurrent Programming
For more classes visit www.snaptutorial.com   PRG
421 Week 5 Individual Concurrent Programming
Week 5 Individual Concurrent Programming Write
a Java program (non-GUI preferred) that has a
method named atomic().
22
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 5 Learning Team Assignment (Connect
to Database, Charity Program) For more classes
visit www.snaptutorial.com   Write a program to
create a database from the data in the sequential
file you created in Week Four.
23
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 5 Supporting Activity JavaDB
Tutorial For more classes visit www.snaptutorial
.com   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.
24
PRG 421 Course Teaching Resources /
snaptutorial.com
PRG 421 Week 5 Supporting Activity Mobile App For
more classes visit www.snaptutorial.com   Write a
200- to 300-word short-answer response for the
following What 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.
25
PRG 421 Course Teaching Resources /
snaptutorial.com
The Best way to predict the Future is to create
it.....To Best way....
www.snaptutorial.com
Write a Comment
User Comments (0)