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?".
Garbage In Garbage Out
GIGO
a computer bug is what she found in the computer
Virus
There will be some more ... impact is difficult to imagine ...
gigo is an error dueto wrong input and output. but bug is an error due to problemin hardware.
Regarding computer programming, GIGO means: garbage in, garbage out.
GIGO stands for "Garbage In, Garbage Out," a principle highlighting that flawed input results in flawed output in computing and data processing. In contrast, a bug refers to an error or flaw in software or hardware that causes it to malfunction or produce incorrect results. While GIGO emphasizes the quality of input data, a bug focuses on issues within the system's code or design. Essentially, GIGO relates to data integrity, whereas bugs are about technical errors.
"Garbage in, garbage out" (GIGO).
Garbage In Garbage Out
GIGO
Quite true. This principle was immortalized by the phrase "garbage in, garbage out".
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.
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
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