943,948 Members | Top Members by Rank

Ad:
Nov 22nd, 2008
0

flowchart

Expand Post »
A soft-drink manufacturer produces several flavors of drink—for example, cola, orange, and lemon. Additionally, each flavor has several versions such as regular, diet, and caffeine-free. The manufacturer operates factories in several states.



Assume you have input records that list version, flavor, yearly production in gallons, and state (for example: Regular Cola 5000 Kansas). The records have been sorted in alphabetical order by version within flavor within state. Design the report that lists each version and flavor, with minor total production figures for each flavor and major total production figures for each state.

I am in need of a flowchart that will work for this scenario. Can anyone give me an example?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 22nd, 2008
1

Re: flowchart

Translation: Will somebody do my homework for me?

Answer: No, but if you show us what you've done, we might be able to help you improve your design.
Administrator
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Narue is offline Offline
11,807 posts
since Sep 2004
Nov 22nd, 2008
0

Re: flowchart

I am not asking for someone to do my homework. I just need an example to follow because I am not sure where to start. If i can get a little help I can finish it.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 22nd, 2008
1

Re: flowchart

>I just need an example to follow because I am not sure where to start.
You've baffled me. I can't imagine how you could not know where to start. Have you never seen a flowchart before? That's about the only way you could reach the stage of complete incompetence without actually being incompetent.

Why not start by printing a report of all the records? That's a straightforward loop, and strikes me as a fantastic bare minimum for your flowchart. Here's some pseudocode:
while more records do
  load next record
  print record
loop
From there you can build up to the requirements. This is called incremental design, and it's most effective when you're prototyping (ie. you don't really know how the end result will look and just want to throw ideas around). The intermediate stages don't have to solve the problem, they can solve a part of the problem, or even a part of a part of the problem.
Administrator
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Narue is offline Offline
11,807 posts
since Sep 2004
Nov 23rd, 2008
0

Re: flowchart

Am I doing any better with this and can you critique it for me please?
This is all new to me...My instructor is not teaching us properly and plenty of other students are having the same problems trying to understand what is the assignment is.




Click to Expand / Collapse  Quote originally posted by Narue ...
>I just need an example to follow because I am not sure where to start.
You've baffled me. I can't imagine how you could not know where to start. Have you never seen a flowchart before? That's about the only way you could reach the stage of complete incompetence without actually being incompetent.

Why not start by printing a report of all the records? That's a straightforward loop, and strikes me as a fantastic bare minimum for your flowchart. Here's some pseudocode:
while more records do
  load next record
  print record
loop
From there you can build up to the requirements. This is called incremental design, and it's most effective when you're prototyping (ie. you don't really know how the end result will look and just want to throw ideas around). The intermediate stages don't have to solve the problem, they can solve a part of the problem, or even a part of a part of the problem.
Attached Files
File Type: doc carycensus.doc (116.0 KB, 39 views)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 27th, 2008
0

Re: flowchart

Click to Expand / Collapse  Quote originally posted by mabpest ...
A soft-drink manufacturer produces several flavors of drink—for example, cola, orange, and lemon. Additionally, each flavor has several versions such as regular, diet, and caffeine-free. The manufacturer operates factories in several states.



Assume you have input records that list version, flavor, yearly production in gallons, and state (for example: Regular Cola 5000 Kansas). The records have been sorted in alphabetical order by version within flavor within state. Design the report that lists each version and flavor, with minor total production figures for each flavor and major total production figures for each state.

I am in need of a flowchart that will work for this scenario. Can anyone give me an example?


How is this chart and does it work properly?
Attached Files
File Type: doc final1.doc (137.0 KB, 62 views)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Computer Science Forum Timeline: Flowchart for a census
Next Thread in Computer Science Forum Timeline: Need Help with Array's





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC