answersLogoWhite

0

hey i dont know

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is a background count rate?

A lot of the time when you're trying to measuring the value of something, there are things going on, independent of you and what you're concerned with, that can mask the true value that you're looking for. For instance, say you wanted to measure how loud your computer is, but a neighbor is blasting their music so loudly that you can't even hear your computer. So, what the experimentalist would do would be to first measure the music by itself, the background count, then measure the computer + background count, and then subtract the first measurement from the second leaving only the computer noise.In nuclear decay measurement, especially gamma radiation, there are a lot of things in the background that skew the gamma ray measurement you're trying to make, mostly caused from long-lived radioactive isotopes that naturally occur in everything (K40 comes to mind). So you just simply measure those background energies by themselves and then subtract them from your data.


What is the value of Cu K-alpha radiation in angstrom?

The value of Cu K-alpha radiation is approximately 1.5406 angstroms.


What CSS property specifies the background color of a table?

Use the CSS declaration "background-color" For instance... <style type="text/css"> body { background-color: red; } </style> That code will change the background color to red. Background color will take the same values for a color as all other CSS color. A named color keyword, a hex RGB value, a decimal RGB value, and a decimal RGBA value.


What does a negative net radiation value mean?

It simple that outgoing or emitted radiation is more. this usually happens during night times.


What type of radiation is assigned a value of zero mass and zero charge?

Gamma


What is the value of radiation resistance of half wavelength dipole antenna?

36 ohm


Which biome has the highest net radiation budget value?

It's actually the rain forest because that is the biome closest to the equator, meaning that it has a net radiation budget surplus (more solar radiation is absorbed than reflected/re-emitted as infrared radiation), unlike the biomes closer to the poles which will have a net radiation budget deficit (more infrared radiation is re-emitted/reflected than solar radiation that is absorbed).


Which biome has the highest radiation budget value?

It's actually the rain forest because that is the biome closest to the equator, meaning that it has a net radiation budget surplus (more solar radiation is absorbed than reflected/re-emitted as infrared radiation), unlike the biomes closer to the poles which will have a net radiation budget deficit (more infrared radiation is re-emitted/reflected than solar radiation that is absorbed).


How Calculate G value in radiation chemistry?

The G value in radiation chemistry is the number of molecules that undergo a chemical transformation per 100 eV of energy absorbed. It is calculated by dividing the moles of the product formed by the absorbed radiation energy in eV, then multiplying by Avogadro's number to convert moles to number of molecules.


The discovery of photons is an example of which aspect of electomagnetic radiation?

The discovery itself is an example of the value of the scientific method, and has nothing to do with any aspect of electromagnetic radiation. But the confirmed existence of photons is an explanation of the particle behavior of that radiation.


How can value affect visual weights?

The stronger the contrast in value between an object and the background, the more visual weight the object has.


What is a constructor with value zero?

Constructors have no value, zero or otherwise. That is, constructors cannot return a value. This is because constructors are not functions in the sense you cannot call a constructor directly. Constructors are invoked in the background when you instantiate an object of the class, thus any return value would be lost in the background, and would therefore not be visible to the invokee.