Skip to main content
To Get All Information of Sarkari Jobs | Results | Admit Card | And courses ,Internships then CLICK HERE

Algorithm And Flowchart-:

Algorithm
1-  Algorithm  refers to the logic of a program.
2- It is a step-by-step procedure to solve a specific problem.
3- Step-by-step description of how to arrive at a solution of a given problem.
4-Each instruction must get executed in finite time.
5-None of the instructions get repeated infinitely.
6-After performing the task ,algorithm must terminate.
EXAMPLE-: Algorithm to find number is even or odd.
STEP 1- Start
STEP 2- Read value of x
STEP 3- Calculate r=x mod 2
STEP 4- If r==0, display "Num is even"
STEP 5- Display "Num is odd"
STEP 6- Stop
ads


Watch The Video Below
Flowchart
A Flowchart is a type of pictorial representation that represent an algorithm ,work flow or process,showing the steps as boxes of various kind,and their order by connecting them with arrow this diagrammatic representation illustrate a solution model to given problem.
 Flowchart are used in analysis ,designing,documenting,managing a process in various fields.Process of drawing a flowchart is known as flow-charting.Different symbols are used for different in flowchart . 
EXAMPLE-:Draw a flow chart to calculate radius of circle-:
ads Watch The Video Below



Comments

  1. I wish you may have understand about algorithm and flowchart...

    ReplyDelete

Post a Comment

Please do not enter any spam link in the comment box.


Download The Book "Let Us C" By Yashavant P.Kanetkar,Click The Below Button

-->Email Subscription

Enter Your Email Address:-

Delivered by FeedBurner

Copyright © 2020 TechProgramiz|All Right Reserved|Made By-: Sudarshan Pandey