How to draw Flowchart diagrams

Опубликовано: 22 Октябрь 2024
на канале: Jeff Anderson
515
5

We start learning how to draw flowchart diagram to visualize the flow of algorithms:

00:00 -Introduction
00:13 -Review syntax for code used to solve quadratic equations
00:44 -Review of algorithm to solve quadratic equations
01:12 -Why do we use flowchart diagrams?
02:10 -Navigate to and read the “Flowchart tutorial” (by visual paradigm)
03:41 -Draft ideas about flowchart for algorithm to solve quadratic equations
04:13 -Use draw.io website to draw flowcharts online for free
04:35 -Change the name of file, choose file type, and save diagram
05:25 -Create and label oval-shaped “Start” icon
07:23 -Add and label a process box
08:05 -Add flow arrow between first two icons
09:02 -Add text to diagram
09:30 -Invitation to viewers to complete this flowchart
10:01 -Import a previously created file into draw.io for viewing/editing
10:37 -Reviewing the completed flowchart for solving quadratic equations
11:30 -Print draw.io diagrams
12:03 -Syntax versus algorithms versus flowcharts
12:40 -What is a sequential program flow?
13:12 -Conclusion