1 / 51

“DESIGNING ALGORITHM AND FLOW CHART”

“DESIGNING ALGORITHM AND FLOW CHART”. BY: Carlo Jan Bajalan. Table of contents. INTRODUCTION PRE TEST DESIGNING ALGORITHM DESIGNING FLOWCHART GENERAL RULES FOR FLOWCHARTING POST TEST CREDITS/ACKNOWLEDGEMENT. “INTRODUCTION”. INTRODUCTION.

thane
Télécharger la présentation

“DESIGNING ALGORITHM AND FLOW CHART”

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. “DESIGNING ALGORITHM AND FLOW CHART” BY: Carlo Jan Bajalan

  2. Table of contents • INTRODUCTION • PRE TEST • DESIGNING ALGORITHM • DESIGNING FLOWCHART • GENERAL RULES FOR FLOWCHARTING • POST TEST • CREDITS/ACKNOWLEDGEMENT

  3. “INTRODUCTION”

  4. INTRODUCTION Designing the right algorithm for a given application is a difficult job. It requires a major creative act, taking a problem and pulling a solution out of the ether. The key to algorithm design is to proceed by asking yourself a sequence of questions to guide your thought process.

  5. “PRE TEST”

  6. What is a diagram made up of boxes , diamonds and other shapes ? FLOW CHART ALGORITHM FLOW CHART SYMBOL FLOWCHARTING

  7. 2.What is a representation of a solution to a problem ? FLOW CHART ALGORITHM FLOW CHART SYMBOL FLOWCHARTING

  8. 3.What is a tool developed in computer industry , for showing the steps involved in process ? FLOWCHART ALGORITHM FLOWCHART SYMBOL FLOWCHARTING

  9. 4.What is a finite sequence of well defined instruction ? FLOWCHART ALGORITHM FLOWCHART SYMBOL PROCEDURE

  10. “ALGORITHM”

  11. ALGORITHM An algorithm is a representation of a solution to a problem. If a problem can be defined as a difference between a desired situation and the current situation in which one is, then a problem solution is a procedure, or method, for transforming the current situation to the desired one.

  12. An algorithm is procedure consisting of a finite set of unambiguous rules (instructions)which specify a finite sequence of operations that provides the solution to a problem , or to a specific class of problems for any allowable set of input quantities ,In other word, an algorithm is a step-by-step procedure to solve a given Problem.

  13. “PROCEDURE”

  14. PROCEDURE A procedure is a finite sequence of well-defined instructions, each of which can be mechanically carried out in a finite amount of time. The procedure must break up the problem solution into parts that the recipient party can understand and execute.

  15. “FLOWCHART”

  16. FLOWCHART A flowchart is a diagram made up of boxes, diamonds and other shapes, connected by arrows - each shape represents a step in the process, and the arrows show the order in which they occur. Flowcharting combines symbols and flow lines, to show figuratively the operation of an algorithm.

  17. “FLOWCHARTING”

  18. FLOWCHARTING Flowcharting is a tool developed in the computer industry, for showing the steps involved in a process. Process improvement starts with an understanding of the process, and flowcharting is the first step towards process understanding.

  19. “FLOWCHART SYMBOLS”

  20. FLOWCHART SYMBOLS There are 6 basic symbols commonly used in flowcharting of assembly language programs: Terminal, Process, input/output, Decision, Connector and Predefined Process. This is not a complete list of all the possible flowcharting symbols, it is the ones used Most often in the structure of Assembly language programming.

  21. “GENERAL RULES FOR FLOWCHARTING”

  22. “POST TEST”

  23. 1. All boxes of the flowchart are connected with Arrows. (Not lines) 2. Flowchart symbols have an entry point on the top of the symbol with no other entry points. The exit point for all flowchart symbols is on the bottom except for the Decision symbol. 3. The Decision symbol has two exit points; these can be on the sides or the bottom and one side.

  24. 5.What is the ones used in the structure of assembly language programing ? FLOWCHART ALGORITHM FLOWCHART SYMBOL PROCEDURE

  25. “ACKNOWLEGMENT”

  26. I WOULD LIKE TO THANK … TO MY FAMILY … MY CLASSMATES … MY TEACHER IN TVE !! ‘‘AND ESPECIALLY … GOD 

  27. “CREDITS”

  28. I WOULD LIKE TO THANK … • GOOGLE.COM • WIKEPEDIA.org • ALGORIST.COM • ART HOUSE.org

  29. THAT’S ALL !!! THANK YOU ! :)

  30. IM SORRY !! .. TRY AGAIN !!

  31. IM SORRY !! .. TRY AGAIN !!

  32. IM SORRY !! .. TRY AGAIN !!

  33. IM SORRY !! .. TRY AGAIN !!

  34. IM SORRY !! .. TRY AGAIN !!

  35. IM SORRY !! .. TRY AGAIN !!

  36. IM SORRY !! .. TRY AGAIN !!

  37. IM SORRY !! .. TRY AGAIN !!

  38. IM SORRY !! .. TRY AGAIN !!

  39. IM SORRY !! .. TRY AGAIN !!

  40. IM SORRY !! .. TRY AGAIN !!

  41. IM SORRY !! .. TRY AGAIN !!

  42. IM SORRY !! .. TRY AGAIN !!

  43. IM SORRY !! .. TRY AGAIN !!

  44. IM SORRY !! .. TRY AGAIN !!

  45. Correct !!!

  46. Correct !!!

  47. Correct !!!

  48. Correct !!!

  49. Correct !!!

More Related