Logic Formulation and Introduction To Programming
Logic Formulation and Introduction To Programming
• basic steps
• implement a procedure
• top-down design
• flowcharts
• pseudocodes
Sequence
Selection
• Conditional
• Branching
• Decision
• several blocks of program code is executed based on a test for some condition
• If the result is true, one action is performed; if the result is false, a different action is performed
Single
Double
Multiple
Repetition
While
For
Do while
Unconditional Jump
• Implementation phase
• Provides an organized plan for breaking down the task of program development into manageable chunks
• Each of which must be successfully completed before moving on to the next phase
Flowcharting Symbols
The purpose of an application flowchart is to use symbols to give a general picture of what functions the computer
system should perform.
It reveals how many program are to be written, what reports or documents are to be produced, and the form and
source of the input data
• Form Layout
Property table