Computer Science, asked by Anonymous, 9 months ago

Computer errors caused due to incorrect input data or unreliable programs are often reffered to as garbage-out garbage-in (GIGO).
Is this true or false can anyone tell plz..

Answers

Answered by Anonymous
6

Answer:

true

Explanation:

Yes, the computer errors caused due to incorrect input data or unreliable programs are often reffered to as garbage-in garbage-out (GIGO).

Mark as the Brainliest.

Answered by Jasleen0599
0

False

Garbage-out garbage-in (GIGO).

  • Garbage in, garbage out (GIGO) refers to the idea that if you offer rubbish as input, all that will be produced is garbage.
  • Computer science and mathematics both share the idea of GIGO (garbage in, garbage out), which states that the quality of the input determines the quality of the result.
  • Therefore, it is improbable that the solution will be right if a mathematical problem is stated incorrectly.
  • With computer programming, GIGO is short for "garbage in, garbage out" and is a program's inability to interpret any received bad data, resulting in incorrect results or a crash. For example, if a program tries to accesses an improper section of memory, the kernel does not allow it.

#SPJ2

Similar questions