Programming Languages and Translators Flashcards
Programming languages enable developers to write software. (7 cards)
1
Q
Translated into machine code before execution (e.g., Visual Basic .NET, C++).
A
- Compiled Languages
2
Q
Translated line-by-line during execution (e.g., JavaScript, Python).
A
- Interpreted Languages
3
Q
Converts the entire source code into machine language before running.
A
- Compiler
4
Q
Reads and executes code one statement at a time during runtime.
A
- Interpreter
5
Q
A compiled language that produces bytecode executed on the JVM.
A
- Java
6
Q
An interpreted language, easy to write and read.
A
- Python
7
Q
Interpreted, primarily used for web development
A
- JavaScript