0% found this document useful (0 votes)
27 views11 pages

Programming and Logic Design

Uploaded by

penafloridajhon3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views11 pages

Programming and Logic Design

Uploaded by

penafloridajhon3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

PROGRAMMING

LOGIC AND DESIGN

Jhon Eric Peñaflorida || CEIT 03 103A


I.

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

Planning Designing Developing Testing Deployment


which serves as a software architecture, this is the part where this is where the the last step in
foundation in tester/testing team try developing a program
prototypes, and user developer write
completing the to list all of the possible is of course deploying
experience design falls KLOCS which are the fully operational
requirement. errors or anomalies in
into this category. thousand lines of product into the
the codes or the
codes that's why this market. It goes to
program to ensure
step is also called production
seamless software environment
"coding phase" delivery deployment. After it's
been tested, modified
and retested.

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;

Process Flow Diagram (PFD) EPC Diagram Decision Flowchart


Flowcharts
Some of the basic programming flowchart includes;

Data Flow Diagram Cross Functional Flowchart


Swimlane Flowchart
Flowcharts
Some of the basic programming flowchart includes;

Linear Flowchart Workflow Diagram


The 4 Basic Flowchart
Symbols for Creating a
Flowchart
https://www.startechup.com/blog/5-steps-of-software-development/

https://www.smartsheet.com/content/workflow-diagram

You might also like