2.5.2 The Integrated Development Environment Flashcards

1
Q

Name the 4 main features of an IDE

A

–Editor
–Error Diagnostics
–Run-time Environment
–Translators

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

Define an Editor

A

It allows a programmer to enter, format and edit source code.

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

What functions does an editor supply?

A

-Syntax or statement completion functions offer to complete code or suggest corrections.
-Editors highlight key words in different colours (syntax highlighting/auto-formatting).

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

Define Error Diagnostics

A

Used when a program fails to compile or to run. Error messages are displayed to help the programmer diagnose what has gone wrong (error type) and where (line number).

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

What functions do Error Diagnostics supply?

A

Error diagnostics highlight or underline syntax errors in the code.

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

Define Run-Time Environment

A

Where the user can execute and test the source code to determine if it works and if there are any logic errors

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

Define Translators

A

rovides a compiler or interpreter so the source code can run within the IDE (translates source code into machine code)

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