answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is difference between null type and deflection type instruments?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Physics

What is null point?

A pointer variable which is declared but not initialized is called a NULL POINTER.ex: int *p;Please don't use the above. A NULL pointer is a specific value assigned to a pointer, just like any other value. NULL is a language-specific designation, and is guaranteed to be comparable to, unlike uninitialized variables, which can have any value.That is:int *a;int *b = NULL;int *c = (int *) malloc(sizeof(char));( a c) is NEVER true.NULL is a reserved word in most high-level languages, and indicates a specific value for assignment. It is commonly used to indicate that something has not yet been assigned a "real" value, or has had its contents deleted. It is an EXPLICIT value, and not just "undefined".In the context of pointers (which, remember, are really memory location addresses), a NULL pointer is one which has NO value, and thus does NOT point to any memory location. The difference between an uninitialized pointer and a NULL pointer is that most common languages do not specify what value an uninitialized pointer has upon creation (many, such as C, are assigned a random value), while a NULL pointer explicitly has NO value (which is the meaning of NULL).Many modern languages and compilers will assign NULL to a pointer upon initialization, but don't count on it. It is sloppy programming to do so, and can lead to many hard-to-find errors.


If two waves have same frequency and the same amplitude but opposite phase what is the composite wawes?

Null....


What would happen to buoyancy in 0 gravity?

It would become a null concept. ... "without meaning"


Why should null point be obtained in the middle one third of wire?

Not always. This null point can be obtained practically on any part of the wire, as this simply depends upon the segmental thicknesses of the wire, the different resistances, cells or other appliances attached on its different segments.


How can a null vector be a vector if there is no direction?

It has magnitude 0 and a direction and obeys vector laws, so is a vector

Related questions

What is the difference between 0 and null?

Nothing - 0, Zero and null are the same things


What is the difference between equals 0 and equals NULL?

NULL is for pointers, 0, for numbers


What is difference between null value and not null value?

Putting it very simply a null value is empty and a not null value contains something.


What is the difference between zero vector and null vector?

They are the same.


What is the difference between a null hypothesis and a research hypothesis?

The null hypothesis is the default hypothesis. It is the hypothesis that there is no difference between the control group and the treatment group. The research hypothesis proposes that there is a significant difference between the control group and the treatment group.


What is a NULL Point of a galvanometer?

Its a point on the galvanometer where the galvanometer shows no deflection as no current passes through it.


What is the difference between array and string of array?

When we declare an array of characters it has to be terminated by the NULL , but termination by NULL in case of string is automatic.


What is the difference between two source hypothesis and two gospel hypothesis?

null


What is the major difference between the null and alternative hypothesis?

In research, a null hypothesis means that no results will be found. An alternative hypothesis means that results will be found.


What is the difference between alternative hypothesis and null hypothesis?

In research, a null hypothesis means that no results will be found. An alternative hypothesis means that results will be found.


What are Advantages of deflection type of instrument to null type of instrument?

The pressure gauge is a good example of a deflection-type instrument, where the value of the quantity being measured is displayed in terms of the amount of movement of a pointer. An alternative type of pressure gauge is the dead-weight gauge which is a null-type instrument. Here, weights are put on top of the piston until the downward force balances the fluid pressure. Weights are added until the piston reaches a datum level, known as the null point. Pressure measurement is made in terms of the value of the weights needed to reach this null position. The accuracy of these two instruments depends on different things. For the first one it depends on the linearity and calibration of the spring, whilst for the second it relies on the calibration of the weights. As calibration of weights is much easier than careful choice and calibration of a linear-characteristic spring, this means that the second type of instrument will normally be the more accurate. This is in accordance with the general rule that null-type instruments are more accurate than deflection types.


In testing for differences between the means of two related populations the null hypothesis is?

That there is no difference between the means for the two populations.