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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Translated line-by-line during execution (e.g., JavaScript, Python).

A
  • Interpreted Languages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Converts the entire source code into machine language before running.

A
  • Compiler
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Reads and executes code one statement at a time during runtime.

A
  • Interpreter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A compiled language that produces bytecode executed on the JVM.

A
  • Java
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

An interpreted language, easy to write and read.

A
  • Python
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Interpreted, primarily used for web development

A
  • JavaScript
How well did you know this?
1
Not at all
2
3
4
5
Perfectly