filmov
tv
Types of Programming Languages | NullClass

Показать описание
Types of Programming Languages :
1. Low-Level Languages :
- Machine-Oriented Languages - Its more machine friendly.
- Very close to Hardware - You will have direct access of all hardware peripherils.
- Dependent on Hardware Architecture - You may have to write different logic/program for different computers.
- Faster Execution - Program execution will be faster then high level programming languages.
- Some Low-Level Languages : Machine Code, Assembly Language
2. High-Level Languages :
- Human-readable - Humans can understand the code easily as the program is written using English letters.
- Not Dependent on Hardware - You can run same program on different Machines without or with few changes.
- Slower Execution than Low-Level Languages
- Need to convert into Machine Code
- Some High-Level Languages : C, C++, Java, Python
1. Low-Level Languages :
- Machine-Oriented Languages - Its more machine friendly.
- Very close to Hardware - You will have direct access of all hardware peripherils.
- Dependent on Hardware Architecture - You may have to write different logic/program for different computers.
- Faster Execution - Program execution will be faster then high level programming languages.
- Some Low-Level Languages : Machine Code, Assembly Language
2. High-Level Languages :
- Human-readable - Humans can understand the code easily as the program is written using English letters.
- Not Dependent on Hardware - You can run same program on different Machines without or with few changes.
- Slower Execution than Low-Level Languages
- Need to convert into Machine Code
- Some High-Level Languages : C, C++, Java, Python