Ask Question

What is the famous saying among computer programmers that refers to the fact that computers cannot tell the difference between good and bad data?

+5
Answers (2)
  1. 4 June, 20:14
    0
    GIGO (Garbage In, Garbage Out)

    Explanation:

    GIGO is a common saying among computer programmers that computers cannot tell the difference between good and bad data. This is especially true because computers process exactly the kind of data that is given to them. They strictly operate on the logic on which they are built. So If the input is bad or invalid, a bad or invalid output will result. A good input will yield a good output.

    GIGO says that "put in garbage and be ready to get garbage in return".
  2. 4 June, 20:26
    0
    Garbage in, garbage out

    Explanation:

    Garbage in, garbage out is the famous saying among computer programmers that incorrect, poor-quality, flawed, or nonsense input will produce incorrect, poor-quality, flawed, or nonsense output while correct, good quality or valuable input will produce correct, good quality or valuable output. it is basically saying that computers cannot tell the difference between good and bad data.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the famous saying among computer programmers that refers to the fact that computers cannot tell the difference between good and bad ...” 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