Draw an analytical flowchart based on the narrative

Assignment Help Data Structure & Algorithms
Reference no: EM131207421

The Alaska branch of Far Distributing Company has substantial annual sales, which are billed and collected locally. Its procedures for handling cash receipts are as follows:

1. Cash collections on over-the-counter sales are received from customers by the sales associates. On receipt of cash, the sales associate prepares a two-part sales receipt and stamps it "paid." The original is given back to the customer and the second copy is forwarded to Internal Audit. At the end of the day the cash is delivered to the cashier.

2. A mail room clerk opens the mail on a daily basis. From the cash receipts and accompanying remittance advices, the clerk prepares an electronic remittance list. A copy of the remittance list is printed and attached to the cash receipts and remittance advices received and then forwarded to the cashier.

3. Near the end of the day, the cashierkeys all receipts of cash to create a cash receipts file and prints a two-part bank deposit slip. The cash and deposit slips are taken to the bank. Copy #2 is validated by the bank and forwarded to Internal Audit by the cashier. In addition, the cashier files the remittance list by date and then forwards the remittance advices to Accounts Receivable.

4. Accounts Receivable reconciles the remittance list to the remittance advices and makes the appropriate entries in the electronic accounts receivable subsidiary ledger. Then the remittance advices are filed by customer.

Instructions:

1. Flowcharting Assignment: Use Excel to draw an analytical flowchart based on the narrative above.

a. Your flowchart must be formatted and printed so that it fits on one page using landscape for the page orientation. Adjust margins to .25 if necessary.

b. Each symbol must be white filled, contain an appropriate label, and appear like the shape illustrated. Use a font size no smaller than 9 point.

1786_Figure.png

c. All shapes must be equivalent in size with the exception of the on-page connector and manual file symbols.

d. Only horizontal and vertical lines or a combination of both may be used to represent the flowlines that connect the shapes in your diagram. All flow lines must include appropriately pointing arrowheads.

e. Your diagram must have a professional appearance similar to the illustrations in the textbook to receive a score above 70%. Any diagram that is judged to be less than a good faith attempt (repeated use of incorrect shapes, repeated rule violations, failure to follow instructions, etc.) will receive a score of zero.

Hints:
- Use on-page connectors to forward documents to other departments. Three pairs of on-page connectors are required.
- My flowchart uses 47 shapes.

2. Data Flow Diagram Assignment: Also using Excel, now create a Data Flow Diagram for the same problem. Data flows must be drawn consistent with the illustrations in Chapter 3 of the Romney and Steinbart text. That means only straight lines and arcs may be used. A single data flow line may not consist of both vertical and horizontal lines. Diagonal lines are allowed. All data flows must be labeled. Again your diagram must have a professional appearance to receive a score above 70% (i.e., criteria e., above applies).

Hints:

- The diagram requires 14 shapes at a minimum (five are process symbols, 4 are source destination symbols, and 5 are data stores).

3. How to submit your assignments. Print a copy of your completed diagrams and submit them at class time on the due date in your homework folder. Remember I have old eyes. I must be able to read the labels within each symbol. Also make sure your name is on your assignments.

4. Academic Integrity: File sharing is not allowed. While you may consult each other for help, you must draw your own diagrams.

Supplemental Guidelines for Preparing System Flowcharts

1. Frequently the same person or the same machine performs a sequence of elementary operations. If these operations are performed with the same set of inputs and outputs, they can be consolidated into one operation and represented by a single symbol (i.e., Match and post; match and approve.)

2. Flow lines should not cross each other.

3. The decision symbol (diamond) is a program flowcharting symbol and should NOT be used in a system flowchart.

4. Use an arrow head to positively identify the direction of an information flow. When an off-line or on-line file is used in an operation:
a. An arrow head directed to the operation means RETRIEVAL or query of information.
b. An arrow head directed to the file means ADDING information to the file.
c. UPDATING a file requires an arrow head in each direction.

5. When an operation involves retrieving information from or updating the record of an off-line file, a document symbol between the off-line file and the operation should NOT be shown.

6. When a document is taken out of an off-line file and used in succeeding operations, it should be shown between the off-line file and the operation where the document is taken out.

7. When a new document is filed in an off-line file, it should be indicated between the off-line file and the operation.

8. All input documents used in any operation must be traced to the locations where they are finally disposed. There are three main ways to dispose documents:
a. To send them to other systems or subsystems.
b. To send them to other parts of the flowchart.
c. To file them in off-line files. In the last case, show how long the files are kept unless they are master files kept semi-permanently.

9. Avoid the occurrence of loops whenever possible. A loop violates the sequential nature of a system flowchart. If it cannot be avoided then use a broken line.

10. Depicting sorting operations. When a sorting operation separates documents into groups according to a certain rule, all groups created should be clearly identified and shown on separate flow lines.

Reference no: EM131207421

Questions Cloud

Supply-side and demand-side influences : How do you think the equilibrium quantity of oil will be affected by these supply-side and demand-side influences? Why?
Calculate the total power factor : Determine I, VR, and VC in phasor form. - Calculate the total power factor, and indicate whether it is leading or lagging.
Trade-off between inflation and unemployment : Evaluate why policymakers face a short-run trade-off between inflation and unemployment.
Change in expectations cause the demand : Will this change in expectations cause the demand for existing homes to increase or decrease this year? Explain. Will this change in expectations cause the supply of existing homes on the market to increase or decrease this year? Explain.
Draw an analytical flowchart based on the narrative : ACCT313-001 - Flowcharting and Data Flow Diagramming Assignments - Draw an analytical flowchart based on the narrative - All flow lines must include appropriately pointing arrowheads.
What are the differences between narration and narrator : What are the differences between narration and narrator? What are the differences between omniscient and restricted narration? What is the climax and how does it relate to the protagonist's pursuit of the goal?
Calculate the average power delivered to the circuit : Calculate the total power factor, and indicate whether it is leading or lagging. - Calculate the average power delivered to the circuit.
Define and explain address resolution protocol : Define and explain address resolution protocol (ARP). Describe ARP packet generation. What is the use of TCP congestion control algorithm? Explain slow start TCP Congestion Control Algorithm
When benjamin uses the term aura what does he mean : When Benjamin uses the term 'aura,' what does he mean? Furthermore, what happens to the 'aura' of an art object, as these objects are increasingly mass-reproduced.

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Let g = (v,e) be a weighted graph & t be spanning tree

Given a bipartite graph G = (V,E) and a matching M is a set of E, it is possible to determine if M is a maximum matching in G in worst case O(E+V) time.

  Irected graph g = (v,e) in which edges that leave the source

Suppose that we are given a weighted, directed graph G = (V,E) in which edges that leave the source vertex s may have negative weights, all weights are nonnegative, and there are no negative-weight cycles. Argue that Dijkstra's algorithm correctly fi..

  Treat the problem as a directed graph with n nodes

Two distinct words can be joined if one, two or three of the letters at the end of the first word are the same as the letters at the beginning of the second word, and only if the letter/letters are in the same order.

  In the following problems you will need tobulldefine the

in the following problems you will need tobulldefine the problem by constructing a defining diagrambullcreate a

  Did the author miss important earlier work

Please read the two attached articles and evaluate their content and quality.

  Efficient algorithm for computing single-source

Give an efficient algorithm for computing single-source shortest paths in an undirected graph G for which edge weights are 1 or 2. Describe all data structures needed to support your algorithm. What is the runtime of your algorithm?

  Question about trigger

What are triggers used for, and why are they important in database systems? Give an example of a situation where a trigger would be appropriate.

  Distributed system algorithms

Distributed system algorithms - Leader Election (id),  In: Processor's id , Out: LEADER if processor has largest id, NOT_LEADER if otherwise

  Design algorithm that plans your optimal investment strategy

Prove that the problem of planning your optimal investment strategy exhibits optimal substructure and design an algorithm that plans your optimal investment strategy. what is the running time of your algorithm?

  Write an algorithm that finds sum of the degrees for a node

Write an algorithm that finds the sum of the degrees for a node, using the adjacency list representation.

  Find capacity of a particular airplane type

Consider the entities and their attributes. You should 1st determine what entities want to track. Next determine what attributes are required for each entity, and what relations exist between these entities.

  Creating class diagram

Think about a computer system used to manage loans for a library. Libraries loan books, CDs, videos and magazines to registered members.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd