2.5.2 The IDE Flashcards

1
Q

What are the four tools offered by IDEs? [4]

A

Translators [1] run time environments [1] editors [1] error diagnostics [1]

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

How does an editor in an IDE help a programmer write code? [4]

A

Autocomplete [1] colour highlighting [1] automatic indentation [1] stepping [1]

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

How does an IDE help a programmer diagnose errors [3]

A

Break points allow the code to stop at specific points [1] stepping allows the programmer to run the program line by line [1] error diagnostics tell the programmer the errors in the code [1]

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