Monday, August 26, 2019
Friday, August 2, 2019
EXERCISES-ALGORITHM & FLOW CHART
Write down
algorithm of the following and also make flow chart
1.
Find the sum, product and average of five given numbers.
2.
Find acceleration of a moving object with given mass and the force
applied.
3.
Find the volume of a cube, cylinder or sphere.
4.
Find the area of a triangle, parallelogram, rhombus or trapezium.
5.
Convert Celsius to Fahrenheit temperature and vice versa.
6.
Display the larger one out of the three given unequal numbers.
7.
Assign grade to a subject based on the achieved marks.
8.
Find the interest on an amount.
9.
Produce a multiplication table for a given number.
10. Determine whether a given number is
prime number or not.
11. Generate a sequence of odd numbers
starting from a given number.
12. Generate a sequence of even numbers
starting from a given number.
Subscribe to:
Posts (Atom)
-
Write down algorithm of the following and also make flow chart 1. Find the sum, product and average of five given number...
-
EXERCISES. 1. Write a c program to calculate area of a rectangle. 2. Calculate the area of a circle and modify the same program to calcula...
-
SLO'S What is Computer Program? What is Program Semantic? What is the meaning of Program Syntax? Programming Languages Overview Characte...