You are on page 1of 8

Program Logic Flow

Notations- The use of ordinary English

is often to verbose fir specifying


operations or naming data within
flowcharting operations. Notations
are used since they summarized
within flowcharting symbols greater
amounts of information than ordinary
English, thus improving the
flowcharts communication value.

Notation Symbols
Mathemati MEANING
cal
NOTATION

Logical
MEANING
NOTATION

+
*
/
( )
**
:

>
<
>=
<=
Y
N

Addition
Subtraction
Multiplication
Division
Grouping
Exponentation
Comparison

Equal to
Not Equal to
Greater Than
Less Than
Greater Than or
Equal
Less Than or Equal
Yes
No

Sample Logic Problem


Draw a flowchart that will display

Access Granted if the password


entered is equal to Computer else
will display Access Denied.

Sample Logic Problem


Draw a flowchart that will display the

higher number between two entered


integers.

Sample Logic Problem


Draw a flowchart that will display the

higher number between two entered


integers.

Sample Logic Problem


This flowchart will assist teachers in calculating

student grades at the end of the semester. It


accepts numerical grade input, then it will
display the descriptive grade as output. Used
the following range:
Range
Descriptive Output
90-100
Advanced
80-89
Proficient
70-79
Approaching Proficiency
60-69
Developing
50-59
Beginner

You might also like