Technical Summative Assessment 3
Technical Summative Assessment 3
SUMMATIVE
3
ALGORITHM, PSEUDOCODE AND
FLOWCHARTING
Algorithm is the step-by-step sequence of instructions that describe how the data is to be
processed to produce the desired output
Pseudocode is a program design technique that uses English words. Pseudocode cannot
be compiled nor executed, and there are no real formatting or syntax rules.
III. PROCEDURES
Write the algorithm and provide the pseudo code here, then draw the flowchart in Visual
Logic of the following program specifications
Write an algorithm, pseudocode and draw a flowchart to convert the length in feet to centimeter.
The input should come from the user.
Algorithm:
Pseudo code:
Draw the flowchart in Visual Logic and paste the screen shot of your work here
ACTIVITY 1.2: Equivalent grade of the student
Write an algorithm and draw a flowchart that will read grades of two students. The program
should find out if the grade is passing or not. The passing grade is 75. If the grade is 75 or more it
should output that the grade is passed, otherwise output that the grade is failed.
Algorithm
Pseudo code:
Draw the flowchart in Visual Logic and paste the screen shot of your work here
ACTIVITY 1.3: Age Equivalent
Write an algorithm and draw a flowchart that reads the age of a persons. Check if the age is in this
category
If age is
Less than 0, output error, age is not allowed
0 to 12, output “Child”
13 to 19, output “Teenager”
20 to 30, output “Young adult”
31- 59, output “Adult”
60 and above, output “Senior”
Algorithm
Pseudo code:
Draw the flowchart in Visual Logic and paste the screen shot of your work here
IV. ASSESSMENT
Note: The following rubrics/metrics will be used to grade students’ output in the Lab
Summative 3.