ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 02 May 2017 My Price 9.00

planning the algorithm, and desk-checking the algorithm

Term

So far, this course has addressed control structures, problem solving, and planning. This project provides you with an opportunity to apply those concepts by analyzing the problem, planning an algorithm, and performing a desk-check.

Click here to download the template (a Microsoft Word document) for this project and to complete the three-step process of analyzing the problem, planning the algorithm, and desk-checking the algorithm.

Step 1: Analyze the Problem Step one of this project requires you to first identify a problem and to briefly draft the details of the problem in approximately one to two sentences. Also, compose a solution for the identified problem in a paragraph. You may choose the problem; however, the solution must involve a calculating program which you can design. Be sure to include input and output while analyzing the problem. Here are a few examples of designing a program to solve a problem:

  1. calculate discount rates
  2. calculate a customer’s balance (how much he or she owes)
  3. calculate purchase costs
  4. calculate employee pay and pay-raise percentages
  5. calculate the costs of rental merchandise

Step 2: Plan the Algorithm The next part of the project involves drafting pseudocode and a flowchart as part of the planning process of an algorithm. This task helps identify all of the details for an algorithm—planning the algorithm. Draft a set of pseudocode to include at least the following details:

  • ï‚·  the output
  • ï‚·  the input
  • ï‚·  the algorithm with at least three instructions (Be sure the calculation instructions specify both what is to be calculated and also how to perform the calculation.) Next, draft a flowchart by using the shapes in the template (a Microsoft Word document). The flowchart must include at least the following components:
  • ï‚·  one start symbol and one stop symbol (ovals)
  • ï‚·  one input symbol and one output symbol (parallelograms)
  • ï‚·  one process symbol (rectangle) ï‚· flowlines Step 3: Desk-Check the Algorithm The final step involves performing a desk-check by inserting sample data (e.g., values) into a table. This allows you to test the algorithm to ensure it functions properly. Include at least two sample data sets in the desk-check table.

 

 

Unit II Project Template
Complete the three-step process of analyzing the problem, planning the algorithm, and desk-checking the
algorithm.
Step 1: Analyze the Problem
1.1 Provide a brief description of the problem. 1.2 Provide a brief explanation of the solution (i.e., the program). Step 2: Plan the Algorithm
2.1 Prepare pseudocode for the solution. 2.2 Draft a flowchart of the solution. (Note: To add more symbols, copy and paste the shapes below.) Step 3: Desk-Check the Algorithm
3.1 Complete the desk-check table. (Note: Feel free to add rows and columns to the table if needed.)
Desk-Check Table
Data set 1
Data set 2

Attachments:

Answers

(11)
Status NEW Posted 02 May 2017 03:05 AM My Price 9.00

-----------

Not Rated(0)