Ask Question
Today, 07:38

What is Data validation? (in a simple definition)

+2
Answers (2)
  1. Today, 08:36
    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.)
  2. Today, 08:48
    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");

    }
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is Data validation? (in a simple definition) ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers