Types of languages Flashcards
1
Q
High-level languages
A
- Most programming languages (Python, C++, etc.)
- Human-readable states that make it easier for us to program
- Portable, able to run on many different types of hardware
2
Q
Low-level languages
A
- Close to machine code compared to HLL
- Harder to be read by humans, easier to be read by computers
- They need less translation which leads to faster code
- Not portable