ADS

Thursday 22 June 2017

Define Algorithm and flow chart. Discuss each symbol used in flow chart.

Algorithm:


 The terms algorithm is used to refer the logic of a program. 

"It is step by step description of how to arrive at the solution of given problem."

 It may be defined as sequence of instructions designed in a manner that if the instructions are executed in the specified sequence than the desired results will be obtain.


Step to be followed to write an algorithm:

1. START
2. Identify the Input and Output variable 
3. Input the values of input variable
4. Calculate the output according to the problem.
5. Output the result
6. STOP

Example:

Write an algorithm to add two numbers.

i.                     START
ii.                   Let the input variables be A & B and Output be C
iii.                  Input the input value of A & B
iv.                 C=A+B
v.                   Output the value of C
vi.                 STOP


Flow chart:  

It is pictorial representation of an algorithm,
It uses boxes of different shapes to denote different type of  instructions these boxes are connected by solid lines having arrows marks to indicate the flow of operation.

Symbol o flow chart:






j

1 comment:

  1. Bhai apna nummer send krna whatsapp wala.
    Ja fr aap mujhe whatsapp pr contact kijiye, i would lime to give you a project.
    Nummer is +4915224522075

    ReplyDelete

Popular Posts