IDE Flashcards

1
Q

4 features of IDEs

A
  • Code editor
  • Debug tools
  • Translator
  • Run-time environment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Iterative testing

A

Involves testing code as it is written

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

Terminal testing

A

Happens at end of development

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

Valid data

A

Data that is correct & of right format

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

Extreme data

A

Data that is correct but on edge of valid range

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

Invalid data

A

Data that isn’t within range or is in invalid format

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

Null data

A

When no data is entered

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

Erroneous data

A

Completely wrong data

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

Scope

A

Group of areas of code from which variable can accessed

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

What does variable defined within subroutine have?

A

Local scope

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

How can variable be made global?

A

By adding ‘global’ keyword in front of it

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