0% found this document useful (0 votes)
34 views4 pages

Flowchart & Pseudcode

This flowchart outlines the process for calculating subject grades and overall averages for students based on their scores in different subjects. It takes in a student's name, ID number, class, adviser and grades in 5 subjects. It then uses these grades to determine letter grades for each subject and an overall average, printing the results. Key decisions are based on whether the grade is above certain thresholds like 90%, 85% etc.

Uploaded by

ohhidontcare
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views4 pages

Flowchart & Pseudcode

This flowchart outlines the process for calculating subject grades and overall averages for students based on their scores in different subjects. It takes in a student's name, ID number, class, adviser and grades in 5 subjects. It then uses these grades to determine letter grades for each subject and an overall average, printing the results. Key decisions are based on whether the grade is above certain thresholds like 90%, 85% etc.

Uploaded by

ohhidontcare
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

F L O W C H A R T Ebias & Lee

A Start display SUBJECTS

display Name:

input Name

display Science

print Name:, Name

input grd1

display ID #:

Is grd1 >= 90?

Yes

print A

Input IDNo No print ID #:, IDNo


Is grd1 >= 85?

Yes
print P

display Class: No Input Class Yes

Is grd1 >= 80?

print AP

print Class:, Class No display Adviser: Yes


print D

Is grd1 >= 75?

input Adviser

No
print B

print Adviser:, Adviser

B A

Is grd4 >= 90?

Yes

Yes
print A Is grd5 >= 90? print A

No
Is grd4 >= 85?

No Yes
Is grd5 >= 85?

print P

Yes
print P

No
Is grd4 >= 80?

No Yes
Print AP

Is grd5 >= 75?

Yes

Print AP

No
Is grd4 >= 75?

No Yes
print D Is grd5 >= 75?

Yes
print D

No
print B print B display Araling Panlipunan

No

sum = grd1 + grd2 + grd3 + grd4 + grd5

input grd5 average = sum/5

print average

Yes
Is average >= 90? print A

No
Is average >= 85?

Yes
print A

No Yes
Is average >= 80?
print AP

No
Is average >= 75?

Yes
print D

No print B

End

display Math input grd2

input grd3

Yes
Is grd3 >= 90? Is grd2 >= 90? print A

Yes
print A

No No Yes
Is grd2 >= 85? print P

Yes
Is grd3 >= 85? print P

No No
Is grd2 >= 80? Is grd3 >= 80?
print AP

Yes
print AP

Yes

No No
Is grd2 >= 75? Is grd3 >= 75? print D

Yes
print D

Yes

No No
print B display Filipino print B

display English input grd4

You might also like