Checks the data for allowable value when the user exits the field.

What will be an ideal response?


Validation rule

Computer Science & Information Technology

You might also like to view...

Which is the correct syntax to cast the char letter = ‘B’; into an int called number?

A. int number = static_cast(letter); B. int = static_cast(‘B’); C. int number = static_cast(char); D. none of the above.

Computer Science & Information Technology

Which command displays a file's contents one screen at a time?

A. head B. show C. echo D. more

Computer Science & Information Technology

What is the blueprint of a Web site?

A) Web template B) Design team chart C) Graphic elements D) Storyboard

Computer Science & Information Technology

A virus that remains dormant until a specific condition is met, such as the changing of a file or a match of the current date is known as what type of malware?

a. encrypted virus b. logic bomb c. boot sector virus d. worm

Computer Science & Information Technology