IDE's Flashcards
1
Q
IDE’s
A
Integrated development environment
Used for developing programs made from multiple components
2
Q
3 facilities
A
Ease of use facilities
Debugging
Interpreters / Compilers
3
Q
Ease of use facilities
A
line numbers
Auto completion
Colour coding
Error checking
4
Q
Auto completion
A
Automatically writes the layout of all the tags for you
Also auto indents code
5
Q
Colour Coding
A
Highlights keywords in another colour
6
Q
Error checking
A
Shows a different colour when using an inbuilt word
7
Q
Debugging
A
Deals with logical errors not picked up by ease of use facilities
- Step through code line by line
- Trace through variables
- Breakpoints
- Crash dump
8
Q
Breakpoints
A
Jumps from one part of code to another
9
Q
Crash dump
A
Collects all variables / values at point which program crashes