4.2 Types of programming language, translators and integrated development environments (IDEs) Flashcards

1
Q

Describe how the compiler translates the computer program.

A
  • It translates the (high-level language) into a low-level language
  • It translates all the code before it is executed
  • It creates an executable file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

) Describe how the compiler reports errors.

A
  • It creates an error report after trying to compile
  • displaying all errors in the code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give 4 common functions of an IDE.

A
  • built-in compiler
  • Built-in interpreter
  • Auto-completion
  • Auto-correction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly