Worksheet On Algorithm and Flowchart
- Define program development cycle. Mention its steps with a figure.
- What is problem analysis? Why is it important in programming?
- Define program designing tools. Mention two most commonly used program designing tools.
- What is documentation? Write its importance.
- Draw the standard symbols of a flowchart with their purposes.
- Define algorithm. Write the properties of an algorithm.
- What are the three different structures of a program? Explain them with their flowchart.
- Define flowchart. Write its advantages and disadvantages.
- Logical errors are difficult to find and correct. Express your views.
- Write algorithms and draw flowcharts for the following:
- Find the sum and average of any four numbers.
- Calculate the sum, difference and product of any two numbers.
- Find the area of a rectangle where A=L*B.
- Print the area of four walls where A=2H(L+B).
- To input a number and check whether the input number is "Even" or "Odd".
- To display the greatest number among three different numbers.
- To calculate the factorial of given number (N!=N*N-1*......*1).
- To print first ten even numbers and also find their sum.
- To print all odd numbers from 99 to 1.
- To test whether the given number is "Prime" or "Composite".