answersLogoWhite

0

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?".

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the difference between GIGO and bug?

gigo is an error dueto wrong input and output. but bug is an error due to problemin hardware.


What does letters gigo stand for?

Regarding computer programming, GIGO means: garbage in, garbage out.


What are the differences between gigo and bug?

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.


What is a good quotation for computer science?

"Garbage in, garbage out" (GIGO).


Full form of GIGO in computer field?

Garbage In Garbage Out


What do you call when you enter wrong input the computer will produce bad output?

GIGO


The accuracy of a computer's output depends on the accuracy of the input?

Quite true. This principle was immortalized by the phrase "garbage in, garbage out".


What are the examples of 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.


Full form of gigo?

Garbage In Garbage OutBasically what a computer gives you is no better than what you gave it.


What is the new term for garbage in garbage out?

"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


What does Garbage in garbage out stands for?

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


What do you mean by ''GIGO'' in computer education?

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