Defensive Design Flashcards

1
Q

What does defensive design do?

A

Helps ensure the pograms function properly

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

What is a range check?

A

Checks the data within a specified range

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

What is a presence check?

A

Checks the data has actually been entered

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

What is check digit?

A

Checks the numerical data has been entered accurately

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

What is a format check?

A

Checks the data has the correct format

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

What is a look-up table?

A

Checks the data against a table of acceptable values

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