IDE Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

IDE Definition

A

A program that provides a set of tools and related functionality designed to maximise a programmer’s productivity

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

Features of an IDE

A
  • Code editors
  • Error diagnostics
  • Run-time environments
  • Translators
  • Auto documentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Code Editors

A

A text area for programmers to enter code directly into the IDE and often supports additional features such as automatic indentation and syntax highlighting

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

Error Diagnostics

A

Reports errors in the code and where they can be found to the developer

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

Run-time Environments

A

Provides developer with software that supports the execution and running of programs

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

Translators

A

A program that converts high-level code into executable machine code

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

Auto Documentation

A

Tracks variables declared by the programmer in order to aid in program maintenance, debugging and support

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