Structured Programming
Structured Programming
Introduction
• Program:
– A program is a set of sequenced instruction to cause a
computer to perform particular operation or to solve the
given problem
• Programming:
– Process of developing such program is called programming
• Programmer:
– Person who does programming is called programmer
• Programming Language:
– The language that is used to develop the program is called
programming language
– “Programming languages are set of instruction used to
write a program”
– The language used to communicate with computer is
known as programming language
– program can be categorized based on how close to normal
speech they are, and thus how far from the computer’s
internal languages
Generation of languages
• Machine language or First Generation Language
• Assembly language or Second Generation Language
• Procedural language or Third Generation Language
• Problem Oriented Language or Fourth Generation Language
• Natural Language or Fifth Generation Language
ALGORITHM
• An algorithm is a process or set of rules to be followed in
calculations or other problem-solving operations, especially
by a computer
• Formally defined procedure for performing some calculation
• Clarity