PRG 420 education changes / sellfy.com - PowerPoint PPT Presentation

About This Presentation
Title:

PRG 420 education changes / sellfy.com

Description:

Individual: Analyzing a Simple Java™ Program Instructions: Resource: • PRG 420 Week One Analyze Assignment Text File Analyzing Java™ code--that is, reading and predicting the outcome of Java™ code, given one or more inputs--is an essential skill. The ability to analyze code allows you to learn from example code and tutorials. It also allows you to write and debug your own Java™ code. – PowerPoint PPT presentation

Number of Views:6
Slides: 17
Provided by: nafian

less

Transcript and Presenter's Notes

Title: PRG 420 education changes / sellfy.com


1
PRG 420 Experience Tradition/sellfy.com
2
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 1 Individual Analyzing a Simple
    Java Program (New Syllabus)
  • https//sellfy.com/p/D1zt/
  •  
  •  
  •  
  • Individual Analyzing a Simple Java
    ProgramInstructionsResource PRG 420 Week
    One Analyze Assignment Text FileAnalyzing Java
    code--that is, reading and predicting the outcome
    ofJava code, given one or more inputs--is an
    essential skill. The abilityto analyze code
    allows you to learn from example code and
    tutorials. Italso allows you to write and debug
    your own Java code.For this assignment, you
    will be analyzing the Java code in the
    linkedtext file.

3
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 1 Individual Assignment Hello world
  • https//sellfy.com/p/A6Fm/
  •  
  •  
  • INDIVIDUAL ASSIGNMENT OF WEEK 1 Create a
    program in Java that displays Hello world!
    Take a screen shot that shows the programs
    successful compilation and execution. Then submit
    your program along with the screen shot.

4
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 2 Analyzing a Program Containing
    if-then and switch(New Syllabus)
  • https//sellfy.com/p/HI6O/
  •  
  •  
  • Individual Analyzing a Program Containing
    if-then and switchInstructionsResource PRG
    420 Week Two Analyze Assignment Text FileThe
    ability to read through Java code and predict
    the results, givenspecific inputs, is an
    extremely useful skill.For this assignment, you
    will be analyzing the Java code in the
    linkedtext file, and predicting the results
    given specific input.

5
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 2 Coding a Program Containing
    if-then and switch(New Syllabus)
  •  https//sellfy.com/p/NuNo/
  •  
  • Individual Coding a Program Containing if-then
    and switchInstructionsResources PRG 420
    Week Two Coding Assigment Text File (starter code
    for thisassignment that includes placeholders)
    PRG 420 Week Two Recommended Activity Text File
    (examples of how tocode a switch statement, an
    if-then-else statement, and how toconstruct a
    string to display text onscreen)For this
    assignment, you will apply what you learned in
    analyzingJava code so far in this course by
    writing your own Java program.

6
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 2 Individual Assignment Netbeans
    Project (annual compensation)
  • https//sellfy.com/p/1LM0/
  •  
  •  
  •  
  • INDIVIDUAL ASSIGNMENT OF WEEK 2 Write a
    Java application using NetBeans Integrated
    Development Environment (IDE) that calculates the
    total annual compensation of a salesperson.
    Consider the following factors A salesperson
    will earn a fixed salary of 50,000A
    salesperson will also receive a commission as a
    sales incentive. Commission is a percentage of
    the salespersons annual sales. The current
    commission is 5 of total sales.The total
    annual compensation is the fixed salary plus the
    commission earned.

7
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 3 Analyzing a Program Containing
    Loops(New Syllabus)
  • https//sellfy.com/p/kiMQ/
  •  
  • Individual Coding a Program Containing
    LoopsInstructionsResource PRG 420 Week
    Three Coding Assignment Text File (starter code
    for thisassignment that includes
    placeholders)For this assignment, you will apply
    what you learned in analyzing for,while, and
    do-while loops by writing these statements
    yourself. TheJava program you write should do
    the following Display a pyramid of asterisks
    onscreen (i.e., a nested for loop)

8
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 3 Coding a Program Containing
    Loops(New Syllabus)
  • https//sellfy.com/p/kiMQ/
  •  
  •  
  •  
  • Individual Coding a Program Containing
    LoopsInstructionsResource PRG 420 Week
    Three Coding Assignment Text File (starter code
    for thisassignment that includes
    placeholders)For this assignment, you will apply
    what you learned in analyzing for,while, and
    do-while loops by writing these statements
    yourself. TheJava program you write should do
    the following Display a pyramid of asterisks
    onscreen (i.e., a nested for loop)

9
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 3 Individual Assignment Netbeans
    Project (annual compensation with commission)
  • https//sellfy.com/p/0p0O/
  •  
  •  
  •  
  • INDIVIDUAL ASSIGNMENT OF WEEK 3Modify the
    Week Two Java application using Java NetBeans
    IDE to meet these additional and changed business
    requirementsThe company has recently changed
    its total annual compensation policy to improve
    sales.

10
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 4 Analyzing a Program Containing
    Arrays(New Syllabus)
  • https//sellfy.com/p/5878/
  •  
  •  
  • Individual Analyzing a Program Containing
    ArraysInstructionsResource PRG 420 Week
    Four Analyze Assignment Text FileThe ability to
    read through Java code and predict the results,
    givenspecific inputs, is an extremely useful
    skill.For this assignment, you will be analyzing
    the Java code in the linkedPRG 420 Week Four
    Analyze Assignment Text File, and answering
    questionsabout the array that appears in the
    code.

11
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 4 Coding a Program Containing an
    Array(New Syllabus)
  • https//sellfy.com/p/A5Ww/
  •  
  • Individual Coding a Program Containing an
    ArrayInstructionsResource PRG 420 Week Four
    Coding Assigment Text File (starter code for
    thisassignment that includes placeholders)For
    this assignment, you will apply what you learned
    in analyzing asimple Java program by writing
    your own Java program thatcreates and accesses
    an array of integers. The Java program youwrite
    should do the following Create an array to
    hold 10 integers Ask the user for an integer.
    Note This code has already been writtenfor you.

12
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 4 Individual Assignment Netbeans
    Project (annual compensation comparison)
  • https//sellfy.com/p/Rw2T/
  •  
  •  
  • INDIVIDUAL ASSIGNMENT OF WEEK 4 Modify the
    Week Three Java application using Java
    NetBeans IDE to meet these additional and
    changed business requirementsThe application
    will now compare the total annual compensation of
    at least two salespersons.It will calculate the
    additional amount of sales that each salesperson
    must achieve to match or exceed the higher of the
    two earners.

13
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 5 Analyzing a Program Containing
    Exception Handling(New Syllabus)
  • https//sellfy.com/p/Fbgl/
  •  
  • Individual Analyzing a Program Containing
    Exception HandlingInstructionsResource PRG
    420 Week Five Analyze Assignment Text FileFor
    this assignment, you will be analyzing the code
    in the linked PRG 420 WeekFive Analyze
    Assignment Text File. This program contains
    exceptionhandling code. You will be evaluating
    the code and using what youlearned in this PRG
    420 Week's readings to predict the results based
    on theprogram as written, as well as based on
    changing the value of aspecific variable.

14
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 5 Coding a Program Containing
    Exception Handling(New Syllabus)
  • https//sellfy.com/p/bdyg/
  •  
  •  
  • Individual Coding a Program Containing Exception
    HandlingInstructionsResource PRG 420 Week
    Five Coding Assignment Text File (starter code
    for thisassignment that includes
    placeholders)For this assignment, you will apply
    what you learned in analyzing asimple Java
    program by writing your own Java program.
    TheJava program you write should do the
    following Organize the code capable of
    throwing an exception of typeParseException as a
    try block.

15
PRG 420 Experience Tradition/sellfy.com
  • PRG 420 Week 5 Team Assignment Resuability (2
    Papers)
  • https//sellfy.com/p/ygA8/
  •  
  • In the real world, an entire program is rarely
    written from scratch. It isvery likely that
    there are classes or methods that already exist.
    Thekey to using these existing modules
    successfully depends on howmodularly the
    classes or methods are written.In this Learning
    Team assignment, your mission is to take a
    sectionof one team members Week Four program
    and replace a similarsection of another team
    members Week Four program.

16
PRG 420 Experience Tradition/sellfy.com
Write a Comment
User Comments (0)
About PowerShow.com