Ask Question
4 October, 15:55

What is Data validation? (in a simple definition)

+5
Answers (2)
  1. 4 October, 16:48
    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. 4 October, 17:53
    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?
Find an answer to your question ✅ “What is Data validation? (in a simple definition) ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers