2.5.2 Flashcards

1
Q

what is IDE?

A

software tool which is used for programming that provides features to help a programmer to develop their program

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

what are the different features of IDE?

A

-editors
-error diagnostics
-run time environment
-translators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
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
4
Q

editors

A

helps you to write code efficiently and easily with aids such as colour coded highlighting, autocompletion and brace matching

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

error diagnostics

A

help to find and fix errors including break points which help to identify logical errors

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

run time environment

A

allows the code to run quickly and allows you to build the project from its files, compile it all then run it as if the code was running on the target CPU

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

translators

A

translates the source code into machine code to create an executable code

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