No student devices needed. Know more
12 questions
Checking that the user is genuine is called
Authorisation
Validation
Augmentation
Authentication
A developer is coding a website, with a "sign up" form - Which of the following possible data entry errors could NOT be picked up via data validation?
Identifying an invalid email address
Identifying an "impossible" date of birth
Identifying a misspelt surname
An address line being left blank
An example of a sign-up form is shown here. Which of the following types of validation could be applied to the password field? (suggest all possible checks)
Format Check
Length Check
Presence Check
Range Check
long numberOfViews;
Pascal Case
Camel Case
Kebab Case
Snake Case
Upper Case Snake Case
Incomplete data leads to wrong results.
True
False
What is the correct syntax to check if a date entered is in the future?
date()
>=date()
<date()
<>date()
Methods of verification:
Double Entry
Range Check
Visual Check
Length Check
In the double-entry method, the computer asks data to be entered twice.
True
False
Data that is complete, accurate, and sensible has __________________.
Explore all questions with a free account