Multiple choice

Which of the following is a term meaning that if a particular program is given bad data for input, it will produce bad results for output?

  1. FIFO

  2. LOGO

  3. ADA

  4. GIGO

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

GIGO stands for 'Garbage In, Garbage Out,' a fundamental concept in computing that emphasizes the importance of data integrity. It means that if the input data is incorrect or low-quality, the resulting output will inevitably be flawed, regardless of how well the program is written.