Programming Language
Programmer:
The person who develops a computer program is called a programmer.
Programming Languages (Types):
Basically there are two types of programming languages:
- Low Level Languages
- High Level Languages
1.Low Level Languages:
The languages near to computer hardware and far from human languages are known as low level languages. These are further divided into two more categories:
- Machine Language
- Assembly Language
a) Machine Language:
In machine language instructions are written in binary form.These languages are machine dependent and difficult to understand.
b) Assembly Language:
Assembly Language is one step higher than machine language and instructions are written in English like words known as mnemonics.
2.High Level Languages:
The languages near to human languages and far from machine languages are known as High Level Languages. These are easy to understand because instructions of these languages are written in English like words such as print and input.
Comments
Post a Comment