Debugging Flashcards

1
Q

What are 3 types of program errors?

A

Compiler errors (syntax errors).

Runtime Errors.

Logic Errors.

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

What’s the difference between testing and debugging?

A

Testing is identify any problems before software is put to use.

Debugging is locating bugs and fixing them.

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

What’s a static object.

A

A variable/function that is shared between all instances of that class.

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