Computer Science, asked by debaprakashpatra, 1 year ago

What do you undersynd by ipo cycle

Answers

Answered by madhuri6
1
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.
Answered by vivekknows
0
IPO stands for Input Process Output.

It is the cycle that the computer follows for giving you your desired output.

The computer first takes input from you then processes it and give you your output.

EXAMPLE - Suppose you have given input as 2+2 then the computer's ALU (Arithmetic Logical Unit) processes it and gives you output as 4 .

THANK YOU  
Similar questions