Answer:
Variable.
Explanation:
A placeholder for a piece of information that can change is called variable.
In Computer programming, a variable stores information which is passed from the location of the method call directly to the method that is called by the program.
For example, they can serve as a model for a function; when used as an input, such as for passing a value to a function and when used as an output, such as for retrieving a value from the same function.
Hence, when you create variables in a function, you can can set the values for their parameters.
For instance, to pass a class to a family of classes use the code;
\\parameter Name as Type (Keywords) = value;
\\procedure XorSwap (var a,b :integer) = "myvalue";
Answer:
19.95
Explanation:
Power ratio (in db) = 10 * log [P(out)/P(in)]
Here, P(in) and P(out) correspond to input and output power in Watts respectively.
This implies, 13 db = 10 * log [P(out)/P(in)]
Rearranging, log [P(out)/P(in)] = (13/10)
Or, P(out)/P(in) = 10 ^ 1.3 = 19.95
But, P(out)/P(in) corresponds to the power ratio of output and input power.
So the required power ratio corresponds to 19.95