Topic 2.5: Language and IDEs Flashcards

1
Q

High-Level Languages

A

A high level language is a a code similar to human language, must be translated to machine code

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

Low-level languages

A

Do not resemble human language, making it harder to understand, does not need to be translated like high-level

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

compiler

A

translates high-level code by translating the entire program to machine code at once

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

interpreter

A

translates high-level code line by line

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

IDEs provide:

A

Automatic formatting like indentation
identifying errors and where they have occured
colour coding
as well as auto completion of the code

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