answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering
Related Questions

What is definite loop?

Definite interations: Repeated sequence of calculations/ operations for a fixed number of repetitions. (Do or For loop) Indefinite iteration: no set limit on iterations, generally "while" loops. multiple interations is the same as multiple repetitions or trials.


Which would be the independent variable and which would be the dependent variable?

A dependent variable is usually on the side of the equation by itself. The independent variable usually has something being done to it. And, the dependent variable is usually written to the left of the equation.


Is the output variable the independent variable?

No, it usually is not.


What are the values of the idependent variable and the dependent variable?

the independent variable is usually assigned to x the dependent variable is usually assigned to y their values will vary because they are variables. that is the definition of variable


What does MOD function do?

Although you didn't specify what programming language you are talking about - or perhaps Excel - this function usually calculates the remainder of a division. Here is some pseudocode that uses this to display a progress only once every 100 iterations; the asterisks are only to provide visual indentation: counter = 0 for ... // some large loop goes here * counter++ * if counter % 100 0 * * output "Progress report: " + counter + " records processed" * end if * // The rest of the loop goes here end for


What variable does the x-axis usually represent on a graph?

The x-axis usually represents the independent variable, while the y-axis represents the dependent variable.


What variable is the data you hope to change?

Usually, the independent variable is X.


A term that has no variable part?

A term that has no variable part is usually called a constant.


What type of properties do Variable stars have?

Some aspect is variable, usually their luminosity.


What is done to a variable to represent an unknown variable?

A variable is usually assumed to represent an unknown quantity. You don't need to "do" anything special to your variable.


Where does the manipulated variable go on a graph?

The manipulated variable, also known as the independent variable, is typically plotted along the x-axis of a graph. This variable is controlled by the experimenter and is used to observe its effect on the responding variable, which is usually plotted on the y-axis.


What is the diffrence between dependent variable and independent variable?

the dependent variable changes with the independent variable. the independent variable only changes when changed by the experimenter. Time is usually an independent variable.