2.5.2 The Integrated Development Environment (IDE) Flashcards

1
Q

What does IDE allow?

A

Programmers to design, develop and test their program ideas

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

What are the common functionality?

A

Editors
Error diagnostics
Run-time environment
Translators

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

What is the editor?

A

Text editor designed for writing source code
Tools to assist with formatting and syntax and the colour coding of statements help the programmer to stop errors

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

What is error diagnostics (debugging tools)?

A

Help to identify errors in particular lines of code

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

What is run-time environment?

A

allows programs to be run virtually within the IDE software, testing each line and allowing the programmer to spot and resolve errors

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

What is the translators?

A

Will compile or interpret the final code required

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