F452: Testing & Running a Solution (Chapter 12)

?
Syntax Error
An error that occurs when a statement has been written in the program that break the rules of that programming language.
1 of 8
Logic Error
An error that occurs because there is a mistake in the algorithm that results in the program doing something other than what it was inteded to do.
2 of 8
Run-time Error
An error which occurs due to an expected situation with the data being processed or another external factor.
3 of 8
Cause of Syntax Error (1)
Missing/extra punctuation or brackets separating parts of a statement.
4 of 8
Cause of Syntax Error (2)
Not using enough arguments for functions or procedures.
5 of 8
Cause of Syntax Error (3)
Missing part of a multi-line statement (such as IF without END IF)
6 of 8
Cause of Syntax Error (4)
Using un-recognized identifiers in languages where all identifiers have to be declared.
7 of 8
Cause of Syntax Error (5)
Type mismatch - when the computer expects data of a certain data type, but the provided is of a different type.
8 of 8

Other cards in this set

Card 2

Front

An error that occurs because there is a mistake in the algorithm that results in the program doing something other than what it was inteded to do.

Back

Logic Error

Card 3

Front

An error which occurs due to an expected situation with the data being processed or another external factor.

Back

Preview of the back of card 3

Card 4

Front

Missing/extra punctuation or brackets separating parts of a statement.

Back

Preview of the back of card 4

Card 5

Front

Not using enough arguments for functions or procedures.

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »