Section A Flashcards
What’s the difference between data, information and knowledge?
Data - something without direct meaning or context
Information - Data with context and a meaning
Knowledge - Understanding of information, conclusions and judgements
What does GIGO stand for?
Garbage In, Garbage Out.
Give the definition of Validation.
The use of computer software to check that what has been entered is reasonable.
Name 6 Validation techniques.
- Type Check
- Range Check
- Presence Check
- Format Check
- Length Check
- Look-up List
What are the benefits of using a look-up list?
- Speeds up data entry
- Improves accuracy
- Only presents available options
Give the definition of Verification.
To check the data you have entered against the original source.
Give 3 Verification techniques.
- Enter data twice
- Proof reading
- CAPTCHA code
Give the cons for the 3 verification methods.
Entering data twice - not suitable for large amounts of data, the same mistake could be made twice.
Proof reading - time consuming and could easily miss something.
CAPTCHA code - humans can find it hard to decipher words.