Computer Science, asked by adarshchaubey9830, 11 months ago

What is IPO cycle with figure?

Answers

Answered by bb4889595
2

IPO cycle is input-process-output(IPO)model, or input-process-output pattern , is widely used approach in system analysis and software engendering for describing the structure of an information processing program or other process.

Answered by Hacket
2

IPO CYCLE

IPO means Input , process , output , which is the first thing we all should keep in mind while writing any program . First we have to take input from the user & then we follow processing , Processing means on which concept or logic your program is based , like for adding two numbers , a+b wil be processing , & finally we get a output .

This whole process is known as

IPO cycle

Attachments:
Similar questions