Aranan: volatil

volatile

/ˈvɒl.əˌtaɪl/

Giriş yap, bu kelimeyi “Kelimelerim”e ekle.

Çeviriler

sıfat

Tanımlar (İngilizce)

  1. sıfat Evaporating or vaporizing readily under normal conditions.
  2. sıfat Of a substance, explosive.
  3. sıfat Of a price, variable or erratic.

    “Its pricing is highly volatile — and therefore highly risky. For all its nosebleed ascents, bitcoin also has had some gut-punching plunges. Between November 2021 and November 2022, for example, the price of bitcoin dropped 75%, from $64,455 to $16,196, according to data on coinmarketcap.com.”

  4. sıfat Of a person, quick to become angry or violent.

    “a volatile man”

  5. sıfat Fickle.

    “Now Mr. Bush plans to pour more arms into this unstable region and add fuel to the volatile powderkeg he has foolishly created.”

  6. sıfat Temporary or ephemeral.
  7. sıfat Of a situation potentially violent.
  8. sıfat Of a variable etc., having its associated memory immediately updated with any changes in value.

    “This method stores a value into a non-volatile field called result, then stores true in the volatile field finished. The main thread waits for the field finished to be set to true, then reads the field result.”

  9. sıfat Of memory, whose content is lost when the computer is powered down.
  10. sıfat Passing through the air on wings, or by the buoyant force of the atmosphere; flying; having the power to fly.
  11. isim A chemical or compound that changes into a gas easily.
  12. isim A variable that is volatile, i.e. has its associated memory immediately updated with any change in value.

    “Operations on C++ volatiles do put the compiler on notice that the object may be modified asynchronously, and hence are generally safer to use than ordinary variable accesses.”