Types Of Errors Flashcards

1
Q

RUNTIME ERRORS

A

Occur during execution of program:
typically runtime errors are running out of memory or usual numerical situation has occurred.

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

SYNTAX ERRORS

A

Errors with spelling or format of specific commands, compilation process cannot be completed.

Discovered by compilers & interpreters.

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

TYPE ERROR

A

Programmer not using correct type operator or variable according its declaration.

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

OVERFLOW ERROR

A

Programmer cause machine to calculate a number which is too large to fit designated field represented in machine.

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

SEMANTICS ERROR

A

Write code in an invalid way that cause program to produce incorrect results while executing it.

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

Logic errors

A

Data causes program to operate in a way not intended. Harder to detect

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