1 / 110

Use Flowchart Symbols for Structured Programming

Use Flowchart Symbols for Structured Programming. Created By Albert Ritzhaupt University of South Florida. Instructional Plan. This Web-based module is designed to first test your skill set before you engage in the learning material.

deandra
Download Presentation

Use Flowchart Symbols for Structured Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Use Flowchart Symbols for Structured Programming Created By Albert Ritzhaupt University of South Florida

  2. Instructional Plan • This Web-based module is designed to first test your skill set before you engage in the learning material. • First you will take a pre-inventory quiz, and based on the results, you will be prescribed lessons. • At the end of this training module, you will take a post-inventory quiz to insure that you gained the necessary skills. • Note: If you exit the program without completion, you will be required to start from the beginning.

  3. Navigation Instructions E The exit button is used to exit the lesson. M The menu button is used to navigate to a specific location in the lesson. H The help button is resource on the functionality of the lesson. The submit button is used to submit your answer. This button is used to go back to the previous frame This button is used to go to the next frame Scores highlighted in green mean that you scored Satisfactorily in the competency area, and that you do not need review. 100% Scores highlighted in red mean that you did not score satisfactorily in the competency area, and should consider review. 80%

  4. Instructional Objectives • Use the terminal symbol • Use of the flow line and connector symbols • Use the input/output symbol • Use the process symbol • Use the decision symbol

  5. Provide your Information First Name Last Name

  6. Pre-Inventory H M E

  7. 1. The terminal symbol is visualized as a ___________ in structured programming flow charts. A C B D Type your answer here:

  8. 2. The terminal symbols can be used to ____________ a flow chart process. open A capture input and output C B D both ‘a’ and ‘b’ start and end Type your answer here:

  9. Start process Condition End process End process 3. You can see that the example flowchart below would be considered incorrect because it ________. A has more than one terminal end symbol C only has three terminal symbols has more than one terminal start symbol should have four terminal symbols B D Type your answer here:

  10. 4. The flow line symbol is visualized as a ___________ in structured programming flow charts and the connector symbol is visualized as a ___________. A C B D Type your answer here:

  11. 5. A flow line symbol is analogous to a __________________ in structured programming. process A logical path C B D terminal symbol connector Type your answer here:

  12. End process 6. With regards to only the flow lines, you know the example flowchart above would be considered incorrect because ________. it does use a connector symbol to connect two flow lines A it does not use a connector symbol to connect flow lines C both ‘b’ and ‘c’ the two flow lines exhibit bi-directionality B D Type your answer here:

  13. 7. The input/output symbol is visualized as a ___________ in structured programming flow charts. A C B D Type your answer here:

  14. 8. An input/output symbol could be used to visualize input from a ________ in a structured programming flowchart. electronic monitor A storage device C B D All of the above keyboard Type your answer here:

  15. 9. An input/output symbol could be used to visualize output to a ________ in a structured programming flowchart. printer A storage device C B D both ‘a’ and ‘c’ flowchart symbol Type your answer here:

  16. 10. The process symbol is visualized as a ___________ in structured programming flow charts. A C B D Type your answer here:

  17. 11. A process symbol could be used to visualize ________ in a structured programming flowchart and is considered to be __________ in an algorithm. multiple calculations or assignments; a single step A a calculation or assignment; a single step C multiple calculations or assignments; multiple steps a calculation or assignment; multiple steps B D Type your answer here:

  18. Start process Add A to B Move A to C End process 12. With regards to the process symbol, you know the example flowchart above would be considered incorrect because it ________. has only a calculation and an assignment are present A uses the incorrect flow chart symbol for a process C should include only one flow line has two processes in one process box B D Type your answer here:

  19. 13. The decision symbol is visualized as a ___________ in structured programming flow charts. A C B D Type your answer here:

  20. 14. You know a decision symbol is often referred to as a(n) ________ and can be used to evaluate _______ or more outcomes. decision diamond; one A algorithm; one C B D decision diamond; two algorithm; two Type your answer here:

  21. 15. With regards to the decision symbol, you know the example flowchart below evaluates ________ outcome(s). A one C three four B D two Type your answer here:

  22. 16. With regards to the decision symbol, the example flowchart below evaluates ________ outcome(s). A one C three four B D two Type your answer here:

  23. Results Use the terminal symbol Use of the flow line and connector symbols Use the input/output symbol Use the process symbol Use the decision symbol Final Score:

  24. Use the terminal symbol • Identify the terminal symbol • Notice the terminal symbol is visualized as a capsule • Use the terminal symbol as either a start or end a process • Ensure flow charts have one beginning and one end H M E

  25. Use the terminal symbol • Purpose of the Terminal Symbol • The terminal symbol in structured programming flowcharts indicates a starting or ending point in the logic of a process. • When reading a structured programming flowchart, the first step is to identify the starting point visualized as a terminal symbol. • The process than can be followed to the ending terminal symbol, which indicates the end of the process being visualized. H M E

  26. Use the terminal symbol • Terminal Symbol Visualized as a Capsule • The terminal symbol is visualized as a capsule with text within it indicating whether the terminal symbol is being used as a starting or ending point. Start process End process H M E

  27. Use the terminal symbol • To use the terminal symbol, you need to know that: • The terminal symbol can be used to represent either a starting or ending point of a process • The terminal symbol is visualized as a capsule with text inside indicating whether it is a starting or ending point • The terminal symbol is visualized as: Terminal symbol H M E

  28. Use the terminal symbol • Terminal Symbol has one beginning and one end • A typical maze will usually only have one beginning and one ending point. If this were not the case, how would we know where to begin and where to end? • A structured programming flowchart works much the same way. It should only have one beginning point and one ending point. • Otherwise, users attempting to use the flowchart are likely to get confused. H M E

  29. Use the terminal symbol • Incorrect Flowcharts Due to Multiple Starting or Ending Points • If a software developer plans to use flowcharts to visualize complex logical processes, he or she should be able to identify flowcharts that do not follow the principle of having one beginning and ending point. • If you see more than one starting or ending point in a flowchart, you know this flowchart did not follow this principle. H M E

  30. Start process Correct use of terminal symbol Start process Incorrect use of terminal symbol End process End process End process Use the terminal symbol • The first flowchart shows an example of a flowchart that follows this principle. • The second flowchart shows an example of a flowchart the does not follow this principle. H M E

  31. Use the terminal symbol • To insure the proper use of terminal symbols in structured programming flowcharts: • There should be only one beginning point and one ending point in a structured programming flowchart • Generally a flowchart that has one beginning and one ending point does not violate this principle H M E

  32. Progress Review 1. The terminal symbol is visualized as a ___________ in structured programming flow charts. A C B D Type your answer here:

  33. Progress Review 2. The terminal symbols can be used to ____________ a flow chart process. start and end A capture input and output C B D both ‘a’ and ‘c’ open and close Type your answer here:

  34. Start process Condition End process End process Progress Review 3. You can see that the example flowchart below would be considered incorrect because it ________. A has more than one terminal start symbol C should have six terminal symbols has more than one terminal end symbol only has three terminal symbols B D Type your answer here:

  35. Progress Review Results You answered out of 3 correctly. Progress Review Score: Review

  36. Use the Flow Line and Connector Symbols • Identify the flow line and connector symbol • Use flow lines to connect two non-flow lines symbols and show the flow of control • Ensure a unidirectional relationship between two non-flow line symbols • Ensure that flow lines should not connect to other flow lines without a connector symbol H M E

  37. Use the Flow Line and Connector Symbols • Purpose of the Flow Line Symbol • The flow line symbol in structured programming flowcharts connects various non-flow line symbols. It is intended to connect the various steps in the logical process of the flowchart. • Purpose of the Connector Symbol • The connector symbol in structured programming flowcharts is used to connect any two flow line symbols that follow the same logical path. H M E

  38. Use the Flow Line and Connector Symbols • Flow Line and Connector Symbols Visualized • The flow line symbol is visualized as a unidirectional arrow connecting to flowchart items. • When reading a structured programming flowchart, the flow line symbols connect the various steps in the logical process. • The connector symbol is visualized as a circle and is used to connect to flow line symbols on a logical path. H M E

  39. Start process Flow line symbols are connecting non-flow line symbols in a logical process Connector symbol used to connect two or more flow line symbols End process Use the Flow Line and Connector Symbols • The figure below provides an illustration of how a connector symbol and flow line symbols might be used in a logical process. H M E

  40. Use the Flow Line and Connector Symbols • To use the flow line and connector symbols, you need to know that: • The flow line symbol can be used to connect two non-flow line symbols in a logical path • The connector symbol can be used to connect one or more flow line symbols on a logical path • The flow line and connector symbols are visualized as: Flow line symbol Connector symbol H M E

  41. Use the Flow Line and Connector Symbols • Think Logical Path for Flow Line • A flow line symbol should be thought of a logical path between steps in a logical process. The term logical path is analogous to flow line symbol in structured programming flowcharts H M E

  42. Incorrect because no of connector Correct use of connector Use the Flow Line and Connector Symbols • Incorrect Flowcharts Due to Missing Connectors • It is important to insure that your structured programming flowcharts do not connect two or more flow lines without the use of a connector symbol. A software developer should be able to identify flowcharts that do not follow this principle. Directly below the incorrect figure is an example of how a connector would be used to resolve the problem. H M E

  43. Start process Some process Incorrect because of bi-directionality End process Use the Flow Line and Connector Symbols • Incorrect Flowcharts Due to Bidirectional Flow Lines • If a software developer plans to use flowcharts to visualize complex logical processes, he or she should be able to identify flowcharts that do not follow the principle of unidirectional flow lines. • A single logical path cannot go in two directions without the use of a decision symbol which will be discussed in a subsequent lesson. • This is confusing to a reader of this flowchart because it would indicate that the logical path can go in both directions. H M E

  44. Use the Flow Line and Connector Symbols • To insure the proper use of flow line and connector symbols in structured programming flowcharts: • Recognize that a flow line is analogous to a logical path. • Ensure that connector symbols are used to connect any two or more flow line symbols on the same logical path. • Ensure that the all flow lines used only have one direction – unidirectionality. H M E

  45. 4. The flow line symbol is visualized as a ___________ in structured programming flow charts and the connector symbol is visualized as a ___________. A C B D Type your answer here:

  46. 5. A flow line symbol is analogous to a __________________ in structured programming. terminal symbol A connector C B D process logical path Type your answer here:

  47. End process 6. With regards to only the flow lines, you know the example flowchart above would be considered incorrect because it ________. does not use a connector symbol to connect two flow lines A does use a connector symbol to connect flow lines C both ‘a’ and ‘c’ above does not include directionality B D Type your answer here:

  48. Progress Review Results You answered out of 3 correctly. Progress Review Score: Review

  49. Use the input/output symbol • Identify the input/output symbol • Use the input/output symbol for input • Use input from a storage device • Use input from a keyboard • Use input from an electronic monitor • Use the input/output symbol for output • Use output to a storage device • Use output to a monitor • Use output to a printer H M E

  50. Use the input/output symbol • Purpose of the Input/Output Symbol • The input/output symbol in structured programming flowcharts is used to represent either an input or output operation, such as reading from a file or writing to a computer monitor. H M E

More Related