58.2k views
2 votes
Most simple computer programs follow the basic pattern defined by the acronym IPO. What does IPO mean with regards to programming?

User Ych
by
8.1k points

1 Answer

5 votes

Answer:

IPO means Input - Process - Output

Step-by-step explanation:

The IPO model means that a computer program is given an input to process, it processes the given input and return an output as the result.

User Silent Warrior
by
7.7k points

Related questions

1 answer
3 votes
172k views