214k views
2 votes
In a well-developed paragraph - using domain-specific vocabulary and academic writing - address the following writing prompt:

Explain the concepts of GIGO—garbage in, garbage out. Why do you think it’s a helpful concept in coding? How do you think it can be a helpful concept outside of coding?

User Marko Taht
by
4.2k points

1 Answer

4 votes

Answer:

GIGO is a computer science acronym that implies bad input will result in bad output. Good programming practice dictates that functions should check for valid input before processing it. ... A well-written program will avoid producing garbage by not accepting it in the first place.

Step-by-step explanation:

User Jsdalton
by
4.3k points