Programming and Logic Design
Programming and Logic Design
what is programming?
Programming is simply the way to tell a
computer, what to do. You basically
make Instructions, rules,methods that
make up an application and tell it what
to do with different input and output
and scenarios.
5 Steps In Program
Development
https://www.startechup.com/blog/5-steps-of-software-development/
Definition Of
Terms
II.
Program Planning
Program planning is deciding what
needs to be done, and who does what,
when and where, It is the process by
which a program is conceived and
brought to fruition. Program planning
involves multiple steps including the
identification of a problem, selection of
desired outcomes, assessment of
available resources, implementation,
and evaluation of the program.
ALGORITHM
an algorithm gives the computer a specific set
of instructions, which allows the computer to do
everything, be it running a calculator or running
a rocket.
FLOWCHART
A flowchart in progrmming is a type of diagram
that represents an algorithm, workflow or
process. The flowchart shows the steps as
boxes of various kinds, and their order by
connecting the boxes with arrows.
Flowcharts
Some of the basic programming flowchart includes;
https://www.smartsheet.com/content/workflow-diagram