English Dictionary
◊ DID YOU MEAN GIG?
gig
n 1: long and light rowing boat; especially for racing
2: an implement with a shaft and barbed point used for catching
fish [syn: {spear}, {fizgig}, {fishgig}, {lance}]
3: a cluster of hooks (without barbs) that is drawn through a
school of fish to hook their bodies; used when fish are
not biting
4: light ship's boat; often for personal use of captain
5: small two-wheeled horse-drawn carriage; with two seats and
no hood
6: a booking for musicians; "they played a gig in New Jersey"
English Computing Dictionary
◊ GIGO
GIGO
/gi:'goh/ 1. Garbage In, Garbage Out. 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 {lusers} who complain that
a program didn't "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.
2. Garbage In, Gospel Out. This more recent expansion is a
sardonic comment on the tendency human beings have to put
excessive trust in "computerised" data.
[{Jargon File}]