2.5.2 - IDEs Flashcards

1
Q

What is an IDE?

A

An Integrated development environment which includes a set of tools to helps a programmer write code

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

What is the editor tool?

A

It can enter and edit programming code.

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

Why is auto-complete useful?

A

It saves time writing each instruction, and it reduces errors.

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

Error diagnostics are used to…

A

Find errors

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

What do breakpoints do?

A

They make the program run up to a predetermined point. This allows someone to check the code up to a certain line

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

What does stepping do?

A

It monitors the program line by line

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

What does a watcher do?

A

Shows the current value of a variable when a program is running.

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

What does a run-time environment do?

A

Executes programming code.

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

What do translators do?

A

They turn code into binary.

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