InterviewSolution
Saved Bookmarks
| 1. |
Briefly explain the IPO cycle. |
|
Answer» Basically IPO means input-process-output cycle ..... to understand it better we can use the example of a computer .1) we give a specific command to the computer ( THIS IS INPUT) 2) the computer processes the command given (THIS IS PROCESSING ) 3) the command( task )you had given was completed by the computer (THIS WAS OUTPUT)HENCE THIS IS KNOWN AS INPUT-PROCESS-OUTPUT CYCLE It is a cycle of input process and output . This cycle is repeatedly processed by computer to execute the task given to the computer and give desired results to user |
|