4.What is Pseudocode?
Pseudocode provide the facility to write the steps for performing an operation in our common language(English sentences). The pseudocode is not associated with our computer system. It means it is a way to describe the logic in our common languge.
Example: Adding of Two Numbers.
1.Take first number
2.Take second number
3.Add these two numbers in third one
4.Display third me as result.
Pseudocode ka matlab hota hai jo humne socha usko copy me likhte hai.Uske bad ata hai algorithm jisme hum isko sahi kar ke likhte hai.
5.What is Algorithm?
Algorithm is actually is an advance form of Pseudocode to describe the steps in our common language as well as some mathematical approach and computer approach.
Example: Adding of two Numbers.
1.Take first Number in A
3.C=A+B
4.Display C
No comments:
Post a Comment