Garbage out, garbage in

Often abbreviated as GIGO, this is a famous computer axiom meaning that if invalid data is entered into a system, the resulting output will also be invalid. Although originally applied to computer software, the axiom holds true for all systems, including, for example, decision-making systems.

A reference to the fact that computers, unlike humans, will unquestioningly process the most nonsensical of input data and produce nonsensical output. Of course a properly written program will reject input data that is obviously erroneous but such checking is not always easy to specify and is tedious to write.

GIGO is usually said in response to users who complain that a program did not "do the right thing" when given imperfect input or otherwise mistreated in some way. Also commonly used to describe failures in human decision making due to faulty, incomplete, or imprecise data. For example, a badly written Tex document will look bad because the user did not correctly typeset the TeX source properly. This instance of GIGO could be described in a similar vein to WYSIWYG - what you see is what you get.