Computer Science, asked by pujakandel28, 7 months ago


1. Explain the phrase "Garbage-In -Garbage Out".​

Answers

Answered by Stuti1990
15

Answer:

Stands for "Garbage In, Garbage Out." GIGO is a computer science acronym that implies bad input will result in bad output. GIGO is a universal computer science concept, but it only applies to programs that process invalid data. ...

Answered by suggulachandravarshi
6

Answer:

GIGO (garbage in, garbage out) is a concept common to computer science and mathematics: the quality of output is determined by the quality of the input. So, for example, if a mathematical equation is improperly stated, the answer is unlikely to be correct. Similarly, if incorrect data is input to a program, the output is unlikely to be informative.

Similar questions