- Programing language is defined as a method for communication between man and computer that uses a set of predefined words
- these words are combined into a program according to a syntax
Low level language: the language knows only "0" and "1" is called low level language example:
- 0001
- 1111
- 1110
- 1111
Advantage
- translation is not needed
Disadvantage
- it is very difficult to program
High plevel languagethe language knows the programmer called high level language
Examplec,c++,COBAL
advantage
- it is very easy to program
Disadvantage
- execution speed is high
No comments