The process of verifying that a value entered by a user is acceptable for what the program is expecting is called ________________.
Fill in the blank(s) with the appropriate word(s).
validation
You might also like to view...
A(n) __________ is a module that automatically executes when a specific event occurs.
Fill in the blank(s) with the appropriate word(s).
What does the following regex match? // create a regular expression regex expression("J.*\\d[0-35-9]-\\d\\d-\\d\\d"";
Assuming strings of the format: "Robert’s birthday is 10-22-90" a. Birthdays that occur in April and that belong to people whose names begin with "J". b. Birthdays that belong to people whose names begin with "J". c. Birthdays that do not occur in April and that belong to people whose names begin with "J". d. None of the above.
What Microsoft Windows application enables you to view a variety of log types, including application, security, and system logs?
a. Event Viewer b. Performance Monitor c. Microsoft Management Console d. Control Panel
A user reports that each day some files are deleted from the department share. The administrator needs to find who deleted these files. Which of the following actions should the administrator perform?
A. Enable audit object access and specify files and folders to monitor using Task Manager. B. Enable audit policy change and specify files and folders to monitor using Windows Explorer. C. Enable audit object access and specify files and folders to monitor using Windows Explorer. D. Open Performance Monitor and monitor folder activity.