IDEs Flashcards

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

What does IDE stand for?

A

Integrated Development Environment

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

What is an IDE?

A

Software used to enter and edit source code. It will also compile programs to machine code and have debugging features

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

What are the facilities of an IDE that would be useful to programmers?

A

Error diagnostics (debugging and error detection)

Runtime environment

Translators

Code editors

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

What is a runtime environment?

A

Enables a program to be run. It checks for runtime errors and other testing can be carried out.

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

What is prettyprint?

A

Alters indentation and formatting to make code easier to read

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

What are error diagnostics?

A

A list of errors along with the line number in which they were detected

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

What are breakpoints?

A

Lines of code in the program that enables the programmer to pause the program at certain points to check the values of variables

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