Intro To C P
Intro To C P
What is this?
Low-level Language
A machine language which corresponds to machine codes binary numbers. To give instruction to the machine.
High-level Language
A programming language / compiler language which is written by programmer. The program is written and translated by a compiler to the equivalent machine codes.
What is a program?
A set of instructions to instruct a machine to perform specific tasks A program is written in a programming language program codes.
Programming Language
Example: C++, Java, Pascal, etc. Basic programming language C Language.
C Language
Developed by Dennis Ritchie at Bell Laboratories in 1972. Based on a programming language called B. Widely used to develop many type of application software and system.
Using Terms
Low-level language High-level language Program C Language