Introduction To Programming
Introduction To Programming
PROGRAMMING
Programming language is a set of rules that provides a way of telling the computer what
operation to perform. (according to Capron and Johns on, 2004)
Language is said to be “lower” or “higher” depending on how close they are to the
language the computer itself users or to the language people use (more English-like-high)
These programming languages are generally divided into five levels or generations:
i. Machine Language
ii. Assembly Language
iii. High-Level Language
iv. Very High-Level Language
v. Natural Language
a) BASIC
b) COBOL
c) PASCAL
d) C
e) FORTRAN
f) VISUAL BASIC
g) C++
h) JAVA
1. Problem Analysis
What is problem analysis?
s
y
g
n
e
5
iA
lC
b
ti
T
h
r
P
d
a
m
u
c
o
D
You need to identify the problem before developing a program. Let’s imagine that you
are a programmer.