Paper 2 Skills (Theory) Flashcards

1
Q

Normal

A

Data that is well within the limits of what should be accepted by the program

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

Boundary

A

Data that is at the outer limits of what should be accepted by the program

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

Erroneus

A

Data that is outside the limits & should not be accepted by the program

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

Runtime error

A

An error that occurs when the computer tries to run code that it cannot execute or asked to do something that is impossible to do

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

Validation

A

The process of checking that the user’s input matches the limitations of the system it is being entered into

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

Syntax error

A

An error that breaks the syntax/grammatical rules of a programming language & stops it from running

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

Logic error

A

An error in the logic of the code which produces an incorrect or unexpected result

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

Infinite loop

A

A loop that is never-ending since the condition required to terminate the loop is never reached

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

Length checks

A

Checking to ensure that entered data falls within required length

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

Format checks

A

Checking to ensure the correct format has been used

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

Range check

A

Checking that data falls within the specified range

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

Verification

A

The process of checking that the user has entered what the user intended to enter

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