COMPUTER-PROGRAMMING-HR
COMPUTER-PROGRAMMING-HR
ISO 9001:2015
Instructions:
3. Design a flowchart that visually represents the logical steps required to solve the problem.
Use standard flowchart symbols (e.g., oval for start/end, rectangle for processes,
diamond for decisions, parallelogram for input/output). Ensure your flowchart is clear,
concise, and
easy to follow. You can use online flowcharting tools (like draw.io, Lucid chart, or similar)
or draw them neatly by hand.
Algorithm:
Input: Radius of a Circle
Output: Area of a Circle
Problem Explaination:
Based on the problem 1, we must calculate the Area of a circle, in order for us to find out the missing area.
So, to compute the area of a circle, we should know the formula which is the "Area = π x r x r". It shows that
"π" is equivalent to 3.14159 or should I say 3.14. Using computer or any devices, the programmer was
the one who's capable to input the given formula and it will undergo a process to show the result which
indicated the caculated Area of a circle.
PROBLEM 2: Average of Two Numbers
Algorithm:
Input: n1 and n2
Output: Average Total
Problem Explaination:
Based from problem no. 3, we must caculate the average of two numbers which is the Number 1
and Number 2. So, to start the process, the user need to input the n1 and n2 to the processor and
add, then divide it by 2, in order to compute or print the final average of it.
PROBLEM 3: Length Conversion
Algorithm:
Input: Lcm
Output: Lft
Problem Explaination:
Based from the problem no. 3, it's talk about the Length Conversion which means to find the
exact length, like for example from Centimeter convert into Inch. So, to calculate it, the
user/programmer is the one will input the given length and to prove it right, it must be multiple
by "centimeter by 0.393701" and it will result the final answer of conversion.