# A Simple Flowchart

## *What’s Flow Chart*

A **flow chart** is a diagram that shows the steps of a process or decision using symbols and arrows.

— ChatGPT

## *Flowchart shapes*

Flowcharts have many forms, including:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1758158388246/a97a914b-cc2e-43b7-ac00-52cf6c05f758.png align="center")

## *Example*

* The Flow:
    
    ---
    
    * The process starts when a new student opens the registration page on the High School website.
        
    * They fill out the form with name, address, etc.
        
    * After clicking the **“Register”** button, the system checks if all the required info is filled in.
        
    * Decision: *“Is the form complete?”*
        
        * If **NO** → the system shows an error message telling what’s missing, and the student has to complete the form again.
            
        * If **YES** → the system saves the student’s data into the database.
            
    * Once saved, the system automatically creates a unique Registration Number.
        
    * The system then shows a confirmation page saying: *“Congrats, your registration was successful!”* + the Registration Number.
        
    * Done.
        
    * The process starts when a new student opens the registration page on the High School website.
        
    * They fill out the form with name, address, school, etc.
        
    * After clicking the **“Register”** button, the system checks if all the required info is filled in.
        
    * Decision: *“Is the form complete?”*
        
        * If **NO** → the system shows an error message telling what’s missing, and the student has to complete the form again.
            
        * If **YES** → the system saves the student’s data into the database.
            
    * Once saved, the system automatically creates a unique Registration Number.
        
    * The system then shows a confirmation page saying: *“Congrats, your registration was successful!”* + the Registration Number.
        
    * Done.
        
    
    ---
    
* This is Flowchart, you can draw in [draw.io](https://app.diagrams.net/) Website
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1758159242527/de6d6930-23a7-42b6-8519-ea67f72f811e.png align="center")
    

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

## Closing

And that’s it! 🎉

Now you’ve got a flowchart for sketch from application

Thanks for reading! Stay tuned on my blog for more articles or the next episode.

note : picture from [https://unstop.com/blog/difference-between-algorithm-and-flowchart](https://unstop.com/blog/difference-between-algorithm-and-flowchart)
