What is a Programming language and What is a Program?
- What is a Programming language and What is a Program?
-> A procedure expressed in a programming language is known as a COMPUTER PROGRAM.
What is a Program?
A computer program is a collection of instructions that can be executed by a computer to perform a specific task.
A computer program is usually written by a computer programmer in the programming language. From the program in its human-readable form of source code, a compiler, or assembler can derive machine code—a form consisting of instructions that the computer can directly execute. Alternatively, a computer program may be executed with the aid of an interpreter.
A collection of computer programs, libraries, and related data are referred to as Software. Computer programs may be categorized along functional lines, such as application software and system software. The underlying method used for some calculation or manipulation is known as an algorithm.
Programming languages can be divided into two categories:-
- LOW-LEVEL LANGUAGE- The language whose design is governed by the circuitry and the structure of the machine is known as the MACHINE LANGUAGE. This language is difficult to learn and use. (it's only for machine to understand).
- HIGH-LEVEL LANGUAGE-These languages are particularly oriented towards describing the procedures for solving the problem in a concise. Precise and Unambiguous Manner languages falling in this category are FORTRAN, BASIC, PASCAL, etc. It is also known as PROBLEM ORIENTED LANGUAGE.(easy to understand for humans).
- Portable
- Powerful Processor
- Modular Programming language
"A program Written in LOW-LEVEL LANGUAGE is FASTER". Why?
A program written in a low-level language is faster to execute since it needs no conversions while a high-level language program needs to be converted into low-level language.
What do you think?
I hope, now you have a better understanding of program. Comments and suggestions regarding this article are welcome.
Comments
Post a Comment