Computer Program Lesson
Computer Program Lesson
PROGRAM
IS-1
WHAT IS A PROGRAM
• A computer program is a series of instructions written to
perform a specific task on a computer
WHAT IS PROGRAMMING
• Programming is the art or process and science of
creating/writing programs
WHAT IS PROGRAMMING
LANGUAGE
• A programming language is a toll that allows programmers to
write commands or programs that can easily be understood
by a person and translate into codes that are machine
readable
BRIEF HISTORY OF PROGRAMMING
• The history of programming dates back to the early 19th
century when mathematician Ada Lovelace created an
algorithm for Charles Babbage's Analytical Engine, which is
considered the first computer. However, the first actual
programming language was developed in the 1950s by IBM,
called FORTRAN (Formula Translation)
CLASSIFICATION OF
PROGRAMMING LANGUAGE
CLASSIFICATION OF
PROGRAMMING LANGUAGE
• Low-level language
The low-level language is a programming language that
provides no abstraction from the hardware, and it is
represented in 0 or 1 forms, which are the machine
instructions. The languages that come under this category are
the Machine level language and Assembly language.