software considerations Flashcards

1
Q

what is data

A

raw facts ad figures that need to be processed

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

what is boolean

A

true/false

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

what is numerical (real)

A

any number with or without decimals

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

what is validation

A

checks that data entered is sensible and reasonable

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

what is verification

A

checks the entered data against its source

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

give a purpose and example about data type check

A

checks data entered is the correct type

a name must be in text form

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

give a purpose and example about input mask

A

make sure the input data is in a specific format

UK postcode follows LLnn

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

give a purpose and example about limited choice

A

a drop down list,tick box and lists

tick box to pick what color you want something to be in.

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

give a purpose and example about lookup

A

look up acceptable values in a list

checks if a postcode is valid by looking at a data in a list.

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

give a purpose and example about presence check

A

check that the data is entered in the specific field

key field cant be left empty

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