Sign In
Ask Question
Serenity Mooney
Computers & Technology
30 March, 02:45
What is Data validation? (in a simple definition)
+5
Answers (
2
)
Tyson Mathews
30 March, 02:57
0
Verify data, something like this
var username = document. getElementById ("input1"). value
var password = document. getElementById ("input2"). value
/ / this is the validation:
if (username = = "anime" && password = = "Anime132") {
alert ("Correct login data");
} else {
alert ("Wrong login data");
}
Comment
Complaint
Link
Ashanti Monroe
30 March, 03:02
0
Data validation is a process that ensures the delivery of clean and clear data to the programs, applications and services using it.
(For a simple definition.)
It checks for the integrity and validity of data that is being inputted to different software and its components. Data validation ensures that the data complies with the requirements and quality benchmarks.
(Add this on if you want it longer.)
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“What is Data validation? (in a simple definition) ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
Alcohol increases your ability to see at night. A. True B. False
Answers (2)
If you pass the array ar to the method m () like this, m (ar); the element ar[0]: A. will be changed by the method m () B. cannot be changed by the method m () C. may be changed by the method m (), but not necessarily D. None of these
Answers (1)
D. The 7-bit ASCII code for the character '&' is: 0100110 An odd parity check bit is now added to this code so 8 bits are transmitted.
Answers (1)
16. The process of using a computer to write, design, and assemble documents is called A. scanning. B. optical storage. C. consulting. D. desktop publishing.
Answers (2)
How does light move? Shift? Bounce between different objects?
Answers (1)
New Questions in Computers & Technology
Which of the following is controlled by a computer operating system? a. System hardware (CPU, memory, storage, I/O devices) b. Application software (games, browser, office productivity, etc.) c. Both a and b d. Neither a nor b
Answers (1)
William found out that someone used his report on american culture without his permission. what is william a victim of?
Answers (1)
System is one in which you duplicate functions in order to improve the reliability and availability of a system.
Answers (1)
How many spaces should you use for an indent?
Answers (1)
A working model of a new product for testing purposes.
Answers (1)
Home
»
Computers & Technology
» What is Data validation? (in a simple definition)
Sign In
Sign Up
Forgot Password?