Theory Tutorial – How to create a Flow chart
- Subject: Theoretical Tutorials
- Learning Time: 30 mins
This tutorial will explain the basics of creating a flow chart. Its important that we understand the main principles of flow charts in computer science or software engineering. Flow charts can save a lot of time before production of the application and give you a bird eye view of what the program is ought to accomplish in its run time.
In this lesson you will learn –
- The basics of flow charts
- How the connectors work
- How to explain the flow chart
- Write simple algorithms
- Make the connection between code and flow chart itself