software considerations Flashcards
what is data
raw facts ad figures that need to be processed
what is boolean
true/false
what is numerical (real)
any number with or without decimals
what is validation
checks that data entered is sensible and reasonable
what is verification
checks the entered data against its source
give a purpose and example about data type check
checks data entered is the correct type
a name must be in text form
give a purpose and example about input mask
make sure the input data is in a specific format
UK postcode follows LLnn
give a purpose and example about limited choice
a drop down list,tick box and lists
tick box to pick what color you want something to be in.
give a purpose and example about lookup
look up acceptable values in a list
checks if a postcode is valid by looking at a data in a list.
give a purpose and example about presence check
check that the data is entered in the specific field
key field cant be left empty