answersLogoWhite

0

What is a varibale?

Updated: 9/14/2023
User Avatar

Wiki User

11y ago

Best Answer

This is what is being tested ,or the if statement...

and that is what it is...

User Avatar

Josianne Prohaska

Lvl 13
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a varibale?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about General Science
Related questions

What is dependent varibale?

It's the variable that stays the same.


What does a catagoric varibale mean?

i don’t know i was trying to google the answer and this annoying website will not give it to me


What is a dependent and independent varibale?

An independent variable is the one that you change in the experiment. A dependent variable is the one that you measure, it changes depending on the independent variable.


How you can establish the properties in Visual Basic?

To establish a varibale in visual basic. You can write Dim xxx as 'data type' Public xxx as 'data type' Public allows a variable to be tranfered across forms. If you also use vb 2008.net, You have to declare ALL variables


Can a quantitative study have an independent and dependent variables?

Yes. The presumed cause is the independent variable and the presumed effect is the dependent varibale. Variablility in the dependent variable is presumed to depend on variablility in the independent variables. It is used more of a direction of influence rather than a cause and effect scenario. Ex. need for increased assistance is dependent on decrease in health. Health is the independent variable and assistance is the dependent.


What is the difference between independent variable and constant?

3x-4y+4x+2 the constant is the number without a variable(+2) the variable(s) will be x and y.independent varibles will be variables standing alone,with no numbers next to it.EG 2+x.the independent variable is x


Program that accepts an input as a decimal number and converts it into a binary expression?

if you're using Java the Integer class has alot of methods that can easely convert to byte for example: int s; Integer i = new Integer (s); i.byteValue() // returns the same number but as a byte i.toBinaryString(s) // returns the binary value as a string varibale otherwise you can construct a loop that constructs a varaible using isOdd and finction ex : public int binaryVariable (int i){ int m = 1; // increments with each variables int n = 0; // varies between 0 and 1; int a =0; // the outcoming number; while (i>0){ if (isOdd (i)) n =1; // I'm afraid you have to make the isOdd function else n = 0; a +=n*m; m*=10; i/=2; } return a; } //hope this has helped


Types of feedback?

1- Simple FBI 2-Multiple FBI "Isozyme Forms" 3-Concerted FBI 4-Cumulative FBI5-Cooperative FBI


When does light slow down?

Yes, light is always slowed down when it goes through a medium. All media have an empirical index of refraction which is essentially how much they slow light. A vacuum like space has an index of refraction of 1, which means that light is going it's normal (fastest) speed. Water has an index of refraction of 1.333 so it slows light about 25%. Air is slightly above 1 but less than water. Light is slowed because its electromagnetic field interacts with that of the atoms and electrons it is passing by.