Zusammenfassung der Ressource
Frage 1
Frage
What is an automatic computer check to make sure data entered is sensible and reasonable known as?
Double entry
Antworten
-
Double entry
-
Verification
-
Validation
Frage 2
Frage
What validation type checks that a field is not left blank?
Antworten
-
Format check
-
Length check
-
Check digit
Frage 3
Frage
What validation type checks a minimum number of characters have been entered?
Antworten
-
Length check
-
Format check
-
Range check
Frage 4
Frage
What validation type would you use to check that numbers fell within a certain range?
Antworten
-
Range check
-
Presence check
-
Check digit
Frage 5
Frage
Data is to be entered into a computer in the format YYMMDD. Which of the following is not a valid date?
Antworten
-
310921
-
211113
-
21st June 2004
Frage 6
Frage
Which of the following statements is false?
Antworten
-
Validation can check that the data is sensible
-
Validation can check that the data falls between certain allowable boundaries
-
Validation can check that the data is correct
Frage 7
Frage
Which of the following is NOT a method of verification?
Antworten
-
Double entry - typing the data in twice and getting the computer to check the second version against the first
-
Using presence, range and length checks to make sure that no mistakes happen
-
Printing out what you have typed in and comparing it against the source data
Frage 8
Frage
Which method of validation would be ideal for a shop to use when entering information into a stock database?
Antworten
-
Presence check
-
Format check
-
Lookup