answersLogoWhite

0


Best Answer

error trap or error handler

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is sometimes the term used for input validation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is input mask in a database?

An input mask refers to controlling the input that a user is going to provide.For example, if you were going to ask for a person's phone number, and you know the format of the phone number is going to be (xxx) xxx-xxxx, then you would set an input mask forcing the input to be in that format.A zip code, for example, is 5 or 9 characters in the U.S..... either 12345 or 12345-6789.Therefore, you would use an input mask that looked like xxxxx | xxxxx-xxxxThis controls the user's input so that less validation is required later.Input masks are mostly used to validate input that has a strict pattern that never changes. With Access validation rules you can validate more complex patterns.


What does input and output mean in ict?

Output: Output is the term denoting either an exit or changes which exit a system and which activate/modify a process. It is an abstract concept, used in the modeling, system(s) design and system(s) exploitation.Input: Input is the term denoting either an entrance or changes which are inserted into a system and which activate/modify a process. It is an abstract concept, used in the modeling, system(s) design and system(s) exploitation. It is usually connected with other terms, e.g., input field, input variable, input parameter, input value, input signal, input port, input device and input file (file format).


How critical is validation when it comes to program performance?

Validation should always be considered in a software program. The amount of validation depends on what the program is doing, and how it is doing it. If the validation is a small percentage of the overall program then it doesn't matter much how efficient it is in terms of performance. There are good and bad ways (actually inefficient ways) to do validation. If you instrument a program and find that a significant portion of the time is spent in validation you may want to visit the algorithms used in the validation to see if there is a more effective way to do this. In some cases the performance of validation of data is very important; in other cases it is a side-effect.


Which one of the following devices is a computer peripheral used as an input device in an office?

A scanner is the computer peripheral used as an input in an office. Input devices are things you attach to a computer.


Are symbols and pictures examples of input or output devices?

no but the key board used to type letters is an input device , the mouse used to select symbols and the scanner used to store digital information of pictures are input devices

Related questions

Is sometimes the term used for input validation?

error trap or error handler


What term is sometimes used for input validation?

error trap or error handler


Which of the following can be used for protection against buffer overflow attacks?

Input validation


In an interview the term validation refers to?

The procedure used to confirm that the interview took place. 100%


What is validation and how may it be accomplished?

Validation is the term used in the Software Engineering in the development cycle of a software. Validation refers for answering the question "are we building product right?". i.e) to check whether we are building the product in the exact way which we have designed with the requirements and checking whether all the requirements and constraints for the product are satisfied.


What Excel feature was used to input the note to the use?

You can insert a comment in a cell by pressing Shift - F2. Using validation, you can have a message pop up telling the user what they can enter into a cell.


What is input mask in a database?

An input mask refers to controlling the input that a user is going to provide.For example, if you were going to ask for a person's phone number, and you know the format of the phone number is going to be (xxx) xxx-xxxx, then you would set an input mask forcing the input to be in that format.A zip code, for example, is 5 or 9 characters in the U.S..... either 12345 or 12345-6789.Therefore, you would use an input mask that looked like xxxxx | xxxxx-xxxxThis controls the user's input so that less validation is required later.Input masks are mostly used to validate input that has a strict pattern that never changes. With Access validation rules you can validate more complex patterns.


Why do you used validation?

A validation rule is simply to make sure that the data is entered correctly into the database (go onto bitesize-ICT-validation and verification for more info)


What is a weak dictator?

The term is sometimes used of Hitler.


Which term is sometimes synonymous used with engineering?

technology


What are the validation controls and how many validation controls are there in ASP.NET 4.0?

Validation controls allows you to validate a control against a set of rules. There are 6 different validation controls used in ASP.NET 2.0. RequiredFieldValidator - Checks if the control is not empty when the form is submitted. CompareValidator - Compares the value of one control to another using a comparison operator (equal, less than, greater than etc). RangeValidator - Checks whether a value falls within a given range of number, date or string. RegularExpressionValidator - Confirms that the value of a control matches a pattern defined by a regular expression. Eg: Email validation. CustomValidator - Calls your own custom validation logic to perform validations that cannot be handled by the built in validators. ValidationSummary - Show a summary of errors raised by each control on the page on a specific spot or in a message box.


What is the abbreviation for Instead of?

I/O is sometimes used, but should not be used in any context where it can be mistaken for the more common usage (input/output).