Ask Question

What is Data validation? (in a simple definition)

+5
Answers (2)
  1. 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");

    }
  2. 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.)
Know the 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