answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Variables that changes based on the input value?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are explanatory variables in regression?

Explanatory (or independent) variables are variables such that changes in their value are thought to cause changes in the "dependent" variables.


What are independent variables and dependent variables in math?

Independent variables are the input value of a function (usually x) and dependent variables are the output value of the function (usually y).


WHEN are the words independent and dependent used to describe related variables?

If there are two variables X and Y such that changes in the value of X cause changes in the value of Y but changes in Y do not cause changes in X, then X is the independent variable and Y is the dependent variable.However, if changes in the value of X cause changes in the value of Y and changes in Y cause changes in X, then both X and Y are dependent variables.


How does a function differ from an equation?

A function is a rule to calculate a variable, based on one or more other variables. It may be written as an equation, but unlike a generic equation, in a function, for every value of the input variables, it may ONLY have ONE result.


What have you learned about variables?

1) I learned that you can have as many variables as you want. 2) You can change the variables. 3) Variables is used in an experiment. 4) A variable is something that can be changed, such as a characteristic or value. Variables are generally used in Psychology experiments to determine if changes to one thing result in changes to another.


What is the input of a variable called in qbasic?

Variables don't have inputs. A variable is a named memory location where a value may be read or written. You write a variable by assigning a value to it. The value may be obtained from user-input.


When using goal seek command how many input variables can you change at a time?

Just one value can be changed.


How can assign a value to a variable in GB Basic?

to simply assign a variable a numeric value a=10 anything=12 etc for string variables a$="sweet" ex$="happy christmas" etc to assign a value by input input"enter numerical value";numeric input"enter string value";string$ i hope that clears it up


What does the word function means math?

a function is just a rule which takes certain values as input values and asign to each input value exactly one output value (you must be wondering what the "F" is in input or an output value? Well, they are just a fancy name for "variables")(;


What does the word function mean in math?

a function is just a rule which takes certain values as input values and asign to each input value exactly one output value (you must be wondering what the "F" is in input or an output value? Well, they are just a fancy name for "variables")(;


How are constants and variables different?

Constants are values that remain constant and cannot be changed once they are assigned a value. Variables, on the other hand, can have different values assigned to them and their value can be changed throughout the program. Constants provide a fixed value, while variables provide flexibility and allow for changes in value.


What does function mean in math terms?

TEEN DEFINITION: Quite simply, a function is just a rule which takes certain values as input values and a sign to each input value exactly one output value (you must be wondering what the "F" is in input or an output value? Well, they are just a fancy name for "variables").