Question

problems in IT

Use the following scenario to answer the questions that follows:

One of the jobs that Joe Roberts has been given at work is to order special paper for a report for a board meeting. The paper comes in reams of 500 sheets. He always makes five more copies than the number of people that will be there. Joe wants to know how many reams of paper he needs for a meeting. He can order only whole, not partial, reams. Assume the required number of pages will not equal an exact number of reams. Test your solution with the following data:

  1. The report is 140 pages long.

  2. There will be 25 people at the meeting.

  3. Construct the Input-Processing-Output (I.P.O.) Chart for the chosen solution.

  4. Design an algorithm for the chosen solution.

  5. Draw the flowchart for the chosen solution      


0 0
Add a comment Improve this question Transcribed image text
Answer #1

There are seven steps for the solution development of the problems:

1. Problem analysis chart

2. The interactivity chart

3. The IPO chart

4. The coupling diagram

5. The algorithms

6. The flowcharts

7. Test the solution

The following are the organizing tools that are used for developing a solution:

1. The problem analysis chart.

The problem analysis chart helps one to comprehend the problem clearly and helps him to have a vivid concept of the problem and what the problem demands.

The problem analysis chart for the given diagram is shown below:

Given Data

Required Results

1. Pages in report(P) = 140 pages

2. Number of people(Pp) = 25

3. Number of copies(C) = 25 + 5

4. Number of pages in 1 ream(N) = 500

1. Number of reams(R)

Required Processing

Solution alternatives

1. Enter all data as variables.

2. The number of pages per ream is a constant.

2. The interactivity chart

The interactivity chart separates the solution into modular parts.

The interactivity chart for the given problem is shown below:

5637-51

Working of different modules

(A) REAMOFPAGES module controls the solution.

(B) READ module reads data.

(C) CALCULATE module calculates the total number of reams using the given formula.

(D) PRINT module prints the number of reams calculated.

3. The IPO chart

The IPO chart defines clearly the input step, output step and the various processing steps in the desired order.

The IPO chart for the given problem is shown below:

Processing

Module Reference

Output

1. Read data like pages in report, number of people, number of copies in 1 ream.

READ

1. Number of reams required.

2. Calculate the number of reams required.

CALCULATE

3. Print the number of reams required.

PRINT

4. (a) The coupling diagram

The coupling diagram defines the data that gets transferred from one module to another module.

The coupling diagram of the problem given above is shown below:

C:\Users\pragmatum\Documents\tiffs\5637-5.TIF

4. (b) The data dictionary

The data dictionary helps to record data on items.

The data dictionary of the problem is shown below:

Item

Variable name

Data Type

Module (s)

Scope

Pseudonym / module

Error check

Pages in report

P

Numeric-real

Reams required / read / calculate

Local parameter

None

None

People present

Pp

Numeric-real

Reams required / read / calculate

Local parameter

None

None

Number of copies

C

Numeric-real

Reams required / read / calculate

Local parameter

None

None

Reams required

R

Numeric-real

Reams required / calculate / print

Local parameter

None

None

Number of pages in ream

N

Numeric-real

Reams required / read / calculate

Local parameter

None

None

5. The algorithm

The algorithm defines the order of steps that are initiated to solve a particular problem.

The algorithm to solve the problem given above is shown below:

(1) Start. (2) Calculate the number of pages that would be needed to make copies for 25 + 5 people. (3) Then divide the number of pages by the number of pages in one ream. (4) Round off the number obtained to the consecutive integer. (5) The number obtained is the number of reams that will be needed. (6) Stop

6. The flowcharts

The flowcharts are a graphic interpretation of the algorithm.

The flowchart of the given problem is given below:

5637-52

Read flowchart discusses the working of the read module and the number of copies is calculated by the number of people present in the meeting.

5637-52

Calculate flowchart discusses the working of the calculate module. It describes the various formulae used to derive the number of reams required.

5637-52

Print flowchart describes the working of the print flowchart.

C:\Users\pragmatum\Documents\tiffs\5637-5.1.tif

7. Testing the solution

This is the last step of problem solving. It involves the process of taking a set of data and then working it with the algorithm. If the expected solution is produced then we may consider that the provided solution is correct else the solution requires some corrections.

Add a comment
Know the answer?
Add Answer to:
problems in IT
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • IT problem solving

    Use the following scenario to answer the questions that follows:One of the jobs that Joe Roberts has been given at work is to order special paper for a report for a board meeting. The paper comes in reams of 500 sheets. He always makes five more copies than the number of people that will be there. Joe wants to know how many reams of paper he needs for a meeting. He can order only whole, not partial, reams. Assume the...

  • IT Problem solving

    Use the following scenario to answer the questions that follows:One of the jobs that Joe Roberts has been given at work is to order special paper for a report for a board meeting. The paper comes in reams of 500 sheets. He always makes five more copies than the number of people that will be there. Joe wants to know how many reams of paper he needs for a meeting. He can order only whole, not partial, reams. Assume the...

  • 7. Develop a solution for the problem below from the textbook. Your solution should include a PAC and an Algorithm...

    7. Develop a solution for the problem below from the textbook. Your solution should include a PAC and an Algorithm. (14 points I One of the jobs that Joe Roberts has been given at Work is to order special paper for a report for a board meeting. The paper comes in reams of 500 sheets. He always makes five more copies than the number of people that will be there. Joe wants to know how many reams of paper he...

  • I need a python code that would solve this. One of the jobs that roberts has...

    I need a python code that would solve this. One of the jobs that roberts has been given at work is to order special paper for a report for a board meeting. The paper comes in reams of 500 sheets. He always makes give more copies than the number of people will be there. Joe wants to know how many reams of paper he needs for a meeting. He can order only whole, not partial reams. Assume the required number...

  • Create and Analyze a Process Flowchart A flowchart is a graphic representation of how a process works. For performance...

    Create and Analyze a Process Flowchart A flowchart is a graphic representation of how a process works. For performance improvement purposes, a flowchart helps people clarify how things are currently working and how they could be improved. In this project you'll create a flow chart for a work process and identify opportunities for improving the efficiency of the process. Hint: Look at each step in the process and ask yourself these questions: Does the step wasted time? Does the step...

  • 20. Select the scenario in which a decision argument could be most helpful: A commercial real...

    20. Select the scenario in which a decision argument could be most helpful: A commercial real estate executive is writing a memo about the strengths and weaknesses of the firm's marketing program. The U.S. postal service faces an uncertain future. A postal official addresses an in-house meeting about adapting the organization for the 21st century. A manager is presenting to a group of other senior technicians and product specialists. Her topic is the repeated failure of a part in one...

  • Case Study: Johnson Motor Corporation By: Theresa Ceccarelli, Ph.D. Johnson Motor Corporation operates several proving grounds...

    Case Study: Johnson Motor Corporation By: Theresa Ceccarelli, Ph.D. Johnson Motor Corporation operates several proving grounds worldwide, for development and validation testing of new vehicles. The company has a long history in the automotive industry and has a strong reputation for quality and service. Dan Smith oversees several of these sites. In one particular site in Michigan, Smith has a garage that consists of 140 full time mechanics, most of which are men. The Director, Dan Smith has been with...

  • You are Cathy Apple, internal audit and your task is to produce the flowchart of the...

    You are Cathy Apple, internal audit and your task is to produce the flowchart of the accounts payable process. Review the attached transcript of your interview with the manager or a description of the process. Hint: Follow the process described in the videos - Rough out the process on paper then use Excel to produce the final flowchart. Mr. Butts doesn’t mention it to Cathy, but the company uses SAP as its ERP system; from creating P.O.’s to printing checks....

  • EXPERIMENT 9 CHEMICAL REACTIONS: STOICHIOMETRY LABORATORY REPORT Your Name TA's Name You must rea...

    EXPERIMENT 9 CHEMICAL REACTIONS: STOICHIOMETRY LABORATORY REPORT Your Name TA's Name You must read pages 69 and 70 to complete the following calculations. Lab Section 1411. Date Trial #1 Trial #2 Trial #3 vol . 0.100 M K2CO, solution -1200 mL 12.00 mL mmole K2CrO vol. 0.100 M Pb(NO,), solution 10.00ml mmole Pb(NO) 12.00m 14.00 mL 20 g mass product+paper 0.579 g0.654 g mass dry filter paper 0266 mass PbCrO, collected precip. 9 mmole Pbcro, CALCULATIONS AND QUESTIONS (USE THE...

  • A company has received an order to manufacture 75 customized units of an entertainment cabinet. The...

    A company has received an order to manufacture 75 customized units of an entertainment cabinet. The company is being offered $960 per cabinet and the CEO must decide whether or not to accept the order. An analysis of the production process for the cabinet reveals that a new, special-purpose lathe will be required. The estimated cost of the lathe is $14,400, although there is some uncertainty due to new tariffs. The variable cost is more difficult to estimate because the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT