Looking for a Tutor Near You?

Post Learning Requirement » x
Ask a Question
x
x

Direction

x

Ask a Question

x

Hire a Tutor

Presentation On Flowchart

Published in: Computer
38 Views

Learn to draw Flowcharts in computer science

S N / Dubai

0 year of teaching experience

Qualification: Bachelor of electronics

Teaches: English, Maths, ICT Training, Web Development, HTML, Scratch, Computer Science, Education, Physics

Contact this Tutor
  1. FlowCharts
  2. Flowchart A flowchart is a type of diagram that represents a workflow or process. It looks like this 02
  3. A Flowchart is a diagrammatic representation that illustrates a solution model to a given pro Draw: Flowchart Question:How will make my computer to ask user Problem: Add any two numbers entered by us r for values and add an display O 0 O O O Code: Once I know the flow I will write in python code/java ode / ... , syntax which computer wi understand
  4. Flowchart is used to model as to how instructions are given to a computer machine for it to do a job and get results Problem: Add any two numbers entered by user Solution: Flowchart Flowchart for adding two numbers Start Input Number I , Number2 Sum — Numberl + Number2 Print Sum
  5. In flow chart diagram the Instructions are usually written inside different shape of blocks Symbol Name Start/ end J nput/Output Decision Function An oval represents a start or end point. A line is a connector that shows relationships between the representative shapes. A parallelogram represents input or ouptut_ A rectangle represents a process. A diamond indicates a decision.
  6. Lets now learn to draw a flowchart Problem: Add any two numbers entered by user Solution: Flowchart Steps: START INPUT number 1, number 2 Sum = numberl + number 2 PRINT sum END 'vets Nearn draxN
  7. Start Stepl: Draw Start symbol and flowline
  8. Step 2: Inside input symbol write Input number 1, number 2 and add flowline Start Input Numberl , Number2
  9. Step 3: Write the formula for adding two numbers in process symbol and add flowline Start Input Numberl , Number2 Sum — Numberl + Number2
  10. Step 4: Print the sum written in output symbol and add flowline Start Input Numberl , Number2 Sum — Numberl + Number2 Print Sum
  11. Step 5: End the instruction using end symbol Start Input Numberl , Number2 Sum — Numberl + Number2 Print Sum End
  12. S'hat's it You learnt I to draw flowchart