Preview

02 - Validation and Verification

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

  Validation

  Verification

  None of the above

  Malferation

 2. Two methods of verification include:

  None of the above

  Double checking manually and parity checking

  Outing and Virusing

  Using a validation drop down box

 3. Range validation is when…

  the inputs must contain the word 'range'

  the inputs have to fall within certain values

  the inputs can fall within an unlimited range of values

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

 4. Verification is ensuring that the data entered is …

  incorrect

  valid

  invalid

  correct

 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:

  format check

  validation authentication factor check

  None of the above

  virus 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:

  firewall applications

  software development companies

  operating systems

  python coding societies

 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:

  None of the above

  the creation of antivirus software

  entry of passwords

  barcode readers in supermarkets