Chapter 1
Chapter 1
CHAPTER # 1
CONCEPT OF
COMPUTER
PROGRAMMING
STEP #1: DEFINING A PROBLEM:
While making a computer program is necessary its
definition becomes helpful when the details are
Program definition is based on 4 components
while determining the program objectives the
statement has what the program is intended for
example desired objective this program calculate
the student of 2 year arts .
It is recommend to have a understanding the type
of output when it is required the program. Before
starting the solution of the program must know the
type of data which is totally put into input the
intended.
pg. 1
chapter 1
2/13/2025
FLOWCHART:
Flowchart is a graphical
representation of flow of logic since it is an
standardized the symbols are also standardized.
ALGORITHM:
Algorithm is a descriptive way of
defining the flow of logic is also called an outline
summary of program.
STEP#3: CODING
pg. 2
chapter 1
2/13/2025
pg. 3
chapter 1