Preview

02 - Validation and Verification

 1. _______________ seeks to ensure that the data entered is valid for further processing by the program handling it

  None of the above

  Verification

  Validation

  Malferation

 2. Two methods of verification include:

  Double checking manually and parity checking

  Outing and Virusing

  None of the above

  Using a validation drop down box

 3. Range validation is when…

  the inputs can fall within an unlimited range of values

  the inputs must contain the word 'range'

  the inputs have to fall within certain values

  the inputs must be text only else a 'range' error occurs

 4. Verification is ensuring that the data entered is …

  correct

  valid

  invalid

  incorrect

 5. Checking to see if the entered value is within the allowed number of characters is called a FORMAT CHECK

  TRUE

  FALSE

 6. An example of range validation would be ...
If you are able, watch the video to see if you can follow the creation of 
validation using regular expressions

  for the entry of user age, do not allow them to enter a negative number

  for the entry of 'age', only the correct age of the user would be accepted and would need verification

  for the entry of 'name' only the name 'John' would be allowed

  None of these options apply

 7. Entry of a national insurance number may require validation of the following kind:

  validation authentication factor check

  virus check

  None of the above

  format check

 8. A white list is a list of data that the application will reject and a black list is a list of data that the application will accept as valid

  TRUE

  FALSE

 9. White lists and Blacklists are usually used within:

  python coding societies

  operating systems

  firewall applications

  software development companies

 10. Check digit is when the last one or two digits in a code are used to check the other digits are correct. They are used in:

  barcode readers in supermarkets

  entry of passwords

  the creation of antivirus software

  None of the above