answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is gravity and what numerical value is used for this variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain what the word variable means in mathematics?

In mathematics, a variable is a representation, in the form of a letter, of a numerical value. Variables are traditionally used when the value it represents is either unknown or can vary.


What is Letter used in place of a numerical?

It is a variable


Is there numerical values in dagesh Hebrew?

No, the dagesh has no numerical value, and is not used in numbers.


What is the accepted value of the acceleration of gravity close to the surface of the earth?

The accepted value of the acceleration of gravity near the surface of the Earth is approximately 9.81 m/s^2.


Can you add a variable with a number?

Yes, IF the variable has been declared, has a value, and is of a numerical type such that your addition operator can perform the operation on the number and the value of that type variable. The compiler or interpreter will look up the variable's value, substitute it for the variable, and perform the addition just as if your statement used two numbers. First example: If your number is an integer and your variable is of type real, almost any addition operator can successfully add the two. Second example: If your number is a real and your variable is a character type (with a value, say, of "Smith"), the addition will obviously fail. In many languages, however, variables of type Boolean may be handled arithmetically, as the value True equals 1 and False is zero.


What is the numerical value deci?

The prefix 'deci' is used to indicate one tenth the value of the unit.


A letter used to represent a value?

a variable


What range of values was used for your independent variable?

From the minimum value of the independent variable to its maximum.


In what way can we use variables?

A variable is used purely for the purpose of storing a single value. Being variable, the value can be changed at any time. A constant is the opposite of a variable; its value cannot be changed.


What is the value of 'G' on earth and on moon?

The average equatorial surface gravity on Earth is 0.99732 g On the moon it is 0.1654 g The numerical constant G that is used in Newton's Law of Universal Gravitation is a constant no matter where you are. (6.67 X 10-11).


If a variable is not initialized the value of that variable is likely to be?

It's almost impossible to predict, but the value will be some data left by OS when it was previously used.


What are the components of a variable?

A variable typically consists of a name, a data type, a value, and a memory location where the value is stored. The name is used to reference the variable in the code, the data type defines the type of data the variable can hold, the value is the actual data stored in the variable, and the memory location is where the value is stored in the computer's memory.