What is input variable

Questions by ddilip9

Showing Answers 1 - 5 of 5 Answers

murali

  • Dec 7th, 2005
 

If u r sending a variable as a argument to a function. and that variable is getting value from out side the function. that variable is called in variable. we should not call it as input variable

  Was this answer useful?  Yes

Jwala

  • Apr 21st, 2006
 

 If we are able to pridict the output i.e. wether it is true or false, by sending a variable to the funtion as a an argument/parameter then that variable is called as the input variable to that specific function.  

  Was this answer useful?  Yes

An input variable refers to an entity that changes over time and when inserted into a process activates or modifies it.  An output variable is the result of the process activation or modification.  

input (x) -----> [ process ] -----> output (y)

Any change to input (x) produces a corresponding change to output (y).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions