IDE Flashcards

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

What is an IDE

A

integrated development environment
has mutiple phases and features

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

What are the typical features of a IDE

A
  • Project explorer
  • Asset library
  • editor
  • debug
  • break point
  • Watch window
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What s a project explorer

A

A window that shows all project files and folders

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

What is the Asset library?

A

A window that lists all the assets such as images sound and media files
it allows you to duplicate edit and delete

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

What is an Editor?

A

Helps you write code efficiently and easily with aids such as colour coded highlighting, auto completion and brace matching

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

What are debug tools?

A

Theses allow you to spot and correct programming errors

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

What are the debug tools?

A

debug Tools Cont.
-Underlines syntax errors dynamically, can be corrected before running saves time
Error Message List
-Tells you where the errors are and what corrections can be made
Crash dump/post-mortem routine
-shows that states of the variables where an error occurs
Traces
-Prints out of variable values for each statement execution within a program
Breakpoints
-Can be placed in the code and when that point is reached in the program as it runs , it stops
used to check if a program works up to certain point
Watch Window
-allows you to view how the variables change during running of the program

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

What is an object viewer?

A

properties you can view and edit and alter from this window

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