COSC 101 secondclassALGOWITHFLOWCHART
COSC 101 secondclassALGOWITHFLOWCHART
This are the principles to understand in order to develop a good software system.
Thus we have programming methodology which deals with how an algorithm is developed.
In this course we want to learn programming language in line with program methodologies
that make you a good programmer.
Types of Programming Methodology
The diamond indicates a decision. It has one entrance and two and only two
exits. One exit is the action when the resultants is True and the other exit is the
action when the resultant is False
Connector : this is used for the purpose of junction. Some rimes the flow chart
can’t be completed on a single page and it require 2 or more pages, these
connector symbols is used.
Rectangle with lines down each side indicates the process of modules. They have
one entrance and only one exit.
This is called predefined process..
Flowchart
This flowchart shows the
steps that may be taken in Start
solving the lamp problem.
End
Flowchart Steps
What is an algorithm?
Specify the type of data to use the followings algorithm keywords for
INPUT
INIT
SET