This Blog is on latest technologies,some quick fix and different prototypes they haven't even launched yet to show show u how much the world have progressed

Sunday 1 November 2015

lecture #3 :intro presudo code

now to learn a programming language you must need to learn 2 thing to achieve the third

1) presudo codes   (logic building)
2) flow charts        (showing your logic graphically)
3) programming language   (practically implementing your logic)

so presudo codes means the instruction to acheive a given task in a logical manner....

for example
someone asks you to make him a tea

so your presudo code (instruction) for the tea making would be

1. put water in kettle
2. boil it
3. drop your tea bag in boiled water
4. add some milk
5. tea is ready

so a tea could me made in 5 simple steps ...well of coarse you can expand the steps and reduce them

expanding it would make its easy to read
reducing it would make it tougher to read

so we would take our presudo codes to the very next level in your next lesson
Share: