Computer Science, asked by anonymous13, 1 year ago

briefly explain the significance of IPO cycle

Answers

Answered by FemSam3362
18
Just about everything that happens goes through a cycle of input, process, and output. A program using IPO model receives input from user from a keyboard or another source file. It does some processes on this input using RAM as a temporary storage and returns the result of computations to a output device like a monitor.
Answered by jaspreetkohli72
8

During the functioning of a computer. The first stage (things to work upon) is called input stage, the second stage (the actual work being performed) is called process stage and the third stage (the result) is called output stage. Certain input is needed to accomplish a task, a process is carried out on the input to obtain the output. Every task follows this Input-Process-Output cycle (IPO cycle in short). A computer follows the I-P-O cycle that is; it needs certain input, carries out a process and produces the output.

Similar questions