Introduction To Program Logic Formulation
Introduction To Program Logic Formulation
Ex.
patients weight is recorded as 140lb
Height of a man, suppose 65 inches, is a data
His name, suppose Jack, is a data
Characteristics of data
Data are the raw materials of information
Data is a distinct piece of information
Elements of Procedure
1. Problem Analysis
2. Program Design
3. Program Coding
4. Program Debugging and Testing
5. Program Implementation and Maintenance
Problem Analysis
It is the step wherein a good definition of the problem
are considered and the program specification are
developed.
Data Report
Sort Compute
print(“Hello”)
Stop
It is machine-dependent
It is machine-dependent
High – level Language
Compiler/interpreter – it is a special software
which act as language translator for high-level
language
It is machine independent
ADA
Named after Lady Ada Byron
Conceptualized in 1974 by the US Department of Defense for
military applications
C (Successor to B)
Designed by Dennis Ritchie during 1969 to 1971
One of the most powerful languages at all times which is very
well structured, powerful, portable, and flexible
Smalltalk
Developed at Xerox Palo Alto Research Center in 1972
An extreme object oriented language
High – level Programming Languages