1st EXAM Flashcards
Is a step by step method of solving a problem. It is commonly used for data processing, calculation, and other related computer and mathematical operations.
Algorithm
Oblong
terminal
Parallelogram
Input/Output operation
Rectangle
Process
Hexagon
Initialization
Is an informal program description that does not contain code syntax or underlying technology considerations. It summarizes the program flow but excludes underlying programming details
Pseudocode
Is a graphical representation of an algorithm. It is usually drawn using certain special-purpose symbols connected by arrows called flow lines.
Flowchart
Rectangle (another)
Pre-defined Process
Circle pero naay triangle sa ubos na upside-down
Off-page connector
Circle
On-page connector
Diamond
Decision
Arrow, Two headed arrow, small arrow heads.
Flow lines
==
Equal to
!=
not equal to
<
Less than
<=
Less than or equal to
>
Greater than
> =
Greater than or equal to
!
not
&&
And
||
Or
raise to power
pow (base, exponent)
compute the square root
sqrt(expression)
arctan of an angle
atan(expression)