-17%

New Sol: PRG 211 PRG211 PRG/211 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

$51.99$63.00

PRG 211 PRG211 PRG/211 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing

Welcome to PRG 211 – Algorithms And Logic For Computer Programming

Course Description:
This course provides students with a basic understanding of programming development practices. Concepts covered include the application of algorithms and logic to the design and development of procedural and object oriented computer programs to address the problem solving requirements associated with business information systems. This course will cover procedural programming concepts including data types, controls structures, functional decomposition, arrays, and files, classes and objects.

Description

PRG 211 PRG211 PRG/211 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing

Welcome to PRG 211 – Algorithms And Logic For Computer Programming

Course Description:
This course provides students with a basic understanding of programming development practices. Concepts covered include the application of algorithms and logic to the design and development of procedural and object oriented computer programs to address the problem solving requirements associated with business information systems. This course will cover procedural programming concepts including data types, controls structures, functional decomposition, arrays, and files, classes and objects.

PRG 211 Week 5 Individual Assignment File Processing

The following assignment incorporates the concepts from prior weeks (variables, if-else logic, loops, and arrays), along with this week’s topic of file input/output process.

Create a Visual Logic® program that will:

  • Create an array of people’s first names. Using a loop, read the names from a text (txt) file, and store each one into the array. The array should allow for a maximum of 100 entries. Continue to read in first names and store them into the array. The last entry in the text file, containing “LastOne,” will indicate the end of the list of names.
  • Prompt the user for a first name.
  • Loop through the array to determine if the first name entered exists in the array. If a match is found, display a message that includes the name and a message indicating that there was a match found. If no match is found, display a message so indicating.
  • Using a loop, continue to prompt the user for first names and determine if a match in the array is found. The loop should continue until the user indicates “stop” as the first name.

Resources/Tips:

  • This program requires the use of nested loops. The outer loop will repeat, prompting the user for a first name until the user indicates to stop. The inner loop will search through the array for a match.
  • Review the Sample Program #3 on pages 83-87 in A Guide to Working with Visual Logic® for an example of using files.
  • Have the txt files, your Visual Logic® program, the Visual Logic® exe file, and the VLSig file in the same folder.
  • Put quotes around each name in the text (txt) file.

Submit the following in a zip file, using the Assignment Files tab:

  • Text (txt) file with names
  • Visual Logic® (vls) file

PRG 211 PRG211 PRG/211 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

PRG 211 Week 4 Individual Assignment Array Manipulation

Select a task that a program could perform over an array of items that would be used by a small business.
Your task must include the following:

  • Declaring array
  • Populating the array
  • Processing the items in the array
  • Outputting the results of the processing (this may or may not include displaying the entire array)

You can build on your effort from a previous week or tackle a new challenge.

Create a 1/2-page Memo using the Memo Template, including the following:

  • A brief description of the task
  • The pseudocode associated with the task. Base the pseudocode on the examples provided in Ch. 7 of Prelude to Programming.

Create a Visual Logic® file to execute the task.

Save all the files in a single folder structure you zip into a single file to submit.

Submit a zip file containing all files using the Assignment Files tab.

PRG 211 PRG211 PRG/211 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing

BUY PLAGAIRISM FREE PAPER HERE

PRG 211 Week 3 Individual Assignment Choice and Iteration

Select two tasks a program could perform that would be useful to a small business.
Each task must include the following:

  • A conditional step
  • Some form of iteration
  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing

Example tasks include the following:

  • Entering a number of items and calculating sales tax on a sale; include a step offering a warranty for each item
  • Converting from Fahrenheit to Celsius or the reverse over temperatures for several days
  • Figuring out a total bulk sale price based on price per unit and number of units

These items may build on the tasks used in your Week Two assignment or may be unique.
Create a 1/2-page Memo using the Memo Template for each of the tasks. Each document should include:

  • A brief description of the task
  • The pseudocode associated with the task. Base the pseudocode on the examples provided in Chs. 4, 5, and 6 of Prelude to Programming.

Create Visual Logic® files to execute each of the tasks.

Save all files in a single folder structure you zip into a single file to submit.

Submit the zip file containing all files using the Assignments Files tab.

PRG 211 PRG211 PRG/211 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing

PRG 211 Week 2 Individual Assignment Calculations

Select two calculation tasks that a program could perform that could be used by a small business.
Each task must include the following:

  • Inputting a value
  • Performing a calculation on that value
  • Outputting the value
  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing

Example calculations include the following:

  • Calculating sales tax on a sale
  • Converting from Fahrenheit to Celsius
  • Figuring a total bulk sale price based on price per unit and number of units

Create a separate 1/2-page Memo using the Memo Template for each of the two tasks. Each document should contain:

  • A brief description of the task
  • The pseudocode associated with the task. Base the pseudocode on the examples provided in Ch. 3 of Prelude to Programming

Create a separate Visual Logic® file to execute each of the two tasks.

Save all the files in a single folder structure you zip into a single file to submit.

Submit the zip file containing all files using the Assignment Files tab.

PRG 211 PRG211 PRG/211 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing

PRG 211 Week 1 Individual Assignment Hello World

This assignment ensures that the steps in the Week One task, “Visual Logic® Installation”, have been completed in preparation for the Visual Logic® exercises and assignments in Weeks Two through Five.
Complete the steps in the Week One task, “Visual Logic® Installation.

Create the Visual Logic® program “Hello Name” outlined in A Guide to Working with Visual Logic®. Also, include an additional output message that displays the current date.

Save the Visual Logic® (vls) file you created in a single folder structure you zip into a single file to submit. The file name should denote your last name (e.g., Smith.vls).

Submit the zip file containing your file using the Assignment Files tab.

  • PRG 211 Week 1 Individual Assignment Hello World,
  • PRG 211 Week 2 Individual Assignment Calculations,
  • PRG 211 Week 3 Individual Assignment Choice and Iteration,
  • PRG 211 Week 4 Individual Assignment Array Manipulation,
  • PRG 211 Week 5 Individual Assignment File Processing