GIGO stands for "Garbage In, Garbage Out," a principle in computer science emphasizing that the quality of output is determined by the quality of the input. If incorrect or poor-quality data is input into a system, the results produced will also be flawed or meaningless. This concept highlights the importance of data validation and integrity in programming and data processing to ensure accurate outcomes.
"Garbage in, garbage out" (GIGO).
GIGO is short for garbage in garbage out, from the early days of computer science. Adopted by common culture, it is an advisement to consider the source of information for the best results.
For information on GIGO in computers, see the related question "What does GIGO mean?". For information on computer bugs, see the related question "What are computer bugs?".
Regarding computer programming, GIGO means: garbage in, garbage out.
Garbage In Garbage Out
Quite true. This principle was immortalized by the phrase "garbage in, garbage out".
GIGO
Garbage In Garbage OutBasically what a computer gives you is no better than what you gave it.
"Garbage in - garbage out" (shortened to GIGO) is a traditional computing term. It points out that if you feed unreliable data (garbage) into the computer, you are going to get unreliable answers out of the computer (more garbage).Unfortunately, people have an inflated trust in any data that has been run through a computer, garbage or not! The same term was used sarcastically and GIGO (Garbage In - Gospel Out)_ was common to identify this unwarranted trust
Garbage In, Garbage Out (GIGO) is a phrase that indicates that computers cannot give a right answer if they have the wrong data GIGO can also mean Garbage In Gospel Out as folks believe anything a computer generates
relating to the science or practice of medicine.
GI/GO is a computer programming term for Garbage In/Garbage Out. It means that if you have incorrect data input, then your output will be incorrect