Search references for ATOMIC VALUE. Phrases containing ATOMIC VALUE
See searches and references containing ATOMIC VALUE!ATOMIC VALUE
Topics referred to by the same term
An atomic value may refer to: Atomic number, the number of protons in the nucleus of an atom A piece of data in a database table that cannot be broken
Atomic_value
Standard unit of mass for atomic-scale entities
of ma(12C), the atomic mass of carbon-12: mu = ma(12C)/12 = 1 Da. A proton has a mass that is approximately equal to 1 dalton. The value serves as a conversion
Dalton_(unit)
Relative atomic mass as defined by IUPAC (CIAAW)
conventional value. For thallium, Ar, conventional°(Tl) = 204.38. The standard atomic weight is a special value of the relative atomic mass. It is defined
Standard_atomic_weight
Rest mass of an atom in its ground state
given by the atomic mass constant mu = m(12C)/12 = 1 Da, where m(12C) is the atomic mass of carbon-12. Thus, the numerical value of the atomic mass of a
Atomic_mass
Function describing an electron in an atom
In quantum mechanics, an atomic orbital is a function describing the location and wave-like behavior of an electron in an atom. This function describes
Atomic_orbital
Concept in game theory
operation as above. A survey for non atomic value is found in Neyman (2002) The Shapley value only assigns values to the individual agents. It has been
Shapley_value
Access control paradigm
Attribute values can be set-valued or atomic-valued. Set-valued attributes contain more than one atomic value. Examples are role and project. Atomic-valued attributes
Attribute-based access control
Attribute-based_access_control
Type of atomic measurement
resulting value is dimensionless. These definitions remain valid even after the 2019 revision of the SI. For a single given sample, the relative atomic mass
Relative_atomic_mass
Measure of the size of an atom
The atomic radius of a chemical element is a measure of the size of its atom, usually the mean or typical distance from the center of the nucleus to the
Atomic_radius
consequently known as the "atomic unit of length". It is often denoted by a0 and is approximately 53 pm. Hence, the values of atomic radii given here in picometers
Atomic radii of the elements (data page)
Atomic_radii_of_the_elements_(data_page)
Mass of a stationary electron
fundamental constants of physics. It has a value of about 9.109×10−31 kilograms or about 5.486×10−4 daltons i.e. unified atomic mass units (u), which has an energy-equivalent
Electron_mass
System of measurement
Use of atomic units has been motivated on the grounds of accuracy and stability of reported values: since the values of the accepted values of the fundamental
Atomic_units
Property of some operation(s) in concurrent programming
processes. The naive, non-atomic implementation: Increment: Read the value in the register R Add one to the value Writes the new value back into register R
Linearizability
Atomic theory is the scientific theory that matter is composed of particles called atoms. The definition of the word "atom" has changed over the years
History_of_atomic_theory
Atomic computer processor instruction
atomic instruction used in multithreading to achieve synchronization. It compares the contents of a memory location with a given (the previous) value
Compare-and-swap
Level of database normalization
to be in first normal form if each field is atomic, containing a single value rather than a set of values or a nested table. In other words, a relation
First_normal_form
Mass per amount of substance
g/mol, and its atomic mass, ma(12C) = 12 Da, can be expressed as M(12C) = ma(12C) · NA. Rearranging and substituting the given values into the equation
Molar_mass
1945 attacks in Japan during WWII
On 6 and 9 August 1945, the United States detonated two atomic bombs over the Japanese cities of Hiroshima and Nagasaki, respectively, during the final
Atomic bombings of Hiroshima and Nagasaki
Atomic_bombings_of_Hiroshima_and_Nagasaki
Version of the XML Path language
same day. Every value in XPath 2.0 is a sequence of items. The items may be nodes or atomic values. An individual node or atomic value is considered to
XPath_2.0
Relational database design
level and in exactly one way – by values in tables. Rule 2: The guaranteed access rule: Each and every datum (atomic value) in a relational data base is guaranteed
Codd's_12_rules
Units of measurement based on universal physical constants
CODATA Value: atomic unit of length". The NIST Reference on Constants, Units, and Uncertainty. NIST. Retrieved 2023-12-31. "2018 CODATA Value: atomic unit
Natural_units
Clock that monitors the resonant frequency of atoms
An atomic clock is a clock that measures time by monitoring the resonant frequency of atoms. It is based on the fact that atoms have quantised energy levels
Atomic_clock
Particle smaller than an atom
two down quarks and one up quark. These commonly bind together into an atomic nucleus, e.g. a helium-4 nucleus is composed of two protons and two neutrons
Subatomic_particle
SI unit of amount of substance
may be specified. The molar mass of a substance is equal to its relative atomic (or molecular) mass multiplied by the molar mass constant, which is almost
Mole_(unit)
Relational model
R, h) where D is the domain of atomic values (see relational model for more on the notions of domain and atomic value), R is a finite set of relation
Tuple_relational_calculus
Robustness properties for database transactions
In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity
ACID
Principle of atomic physics
In atomic physics and quantum chemistry, the Aufbau principle (pronounced /ˈaʊfbaʊ/, from German: Aufbauprinzip, lit. 'building-up principle'), also called
Aufbau_principle
derived by restriction from another atomic type. Atomic value A value contained in the value space that is an atomic type. QName The qualified name of an
XML_tree
Standard atomic weight or Ar°(E) '1.0080': abridged value, uncertainty ignored here '[97]', [ ] notation: mass number of most stable isotope Values in ( )
List_of_chemical_elements
Notation for representing a fixed value in source code
representation (notation) of a value as it is written in source code. Almost all programming languages have notations for atomic values such as integers, floating-point
Literal (computer programming)
Literal_(computer_programming)
Conversion constant for amount of substance
hydrogen atom was the natural unit of atomic mass and was assumed to be 1/16 of the atomic mass of oxygen. The value of Avogadro's number (not yet known
Avogadro_constant
Study of electromagnetic radiation absorbed/emitted by atoms
orbitals) within an atom. Atomic orbitals are quantized, meaning they exist as defined values instead of being continuous (see: atomic orbitals). Electrons
Atomic_spectroscopy
Radioactive toy lab set
The Gilbert U-238 Atomic Energy Lab is a toy lab set designed to allow children to create and watch nuclear and chemical reactions using radioactive material
Gilbert U-238 Atomic Energy Laboratory
Gilbert_U-238_Atomic_Energy_Laboratory
International scientific committee
charts. The use of CIAAW Standard Atomic Weights is also required legally, for example, in calculation of calorific value of natural gas (ISO 6976:1995)
Commission on Isotopic Abundances and Atomic Weights
Commission_on_Isotopic_Abundances_and_Atomic_Weights
Property of the ACID database system
In database systems, atomicity (/ˌætəˈmɪsəti/; from Ancient Greek: ἄτομος, romanized: átomos, lit. 'undividable') is the property of a database transaction
Atomicity_(database_systems)
CPU instruction to simultaneously read and write a value in memory
class of atomic operations (such as test-and-set, fetch-and-add, and compare-and-swap) that both read a memory location and write a new value into it simultaneously
Read–modify–write
Physical constant in quantum mechanics
Rydberg formula, an empirical description of the atomic spectrum of hydrogen, and to account for the value of the Rydberg constant R ∞ {\displaystyle R_{\infty
Planck_constant
Subatomic particle with positive charge
developed over a long period. As early as 1815, William Prout used early values of atomic weight to devise what later researchers called Prout's hypothesis:
Proton
Functional programming and query language for XML
all values as sequences (a singleton value is considered to be a sequence of length one). The items in a sequence can either be XML nodes or atomic values
XQuery
Distributed computing primitive
process can decide a value by selecting the value of the first message which it atomically receives. Thus, consensus can be reduced to atomic broadcast. Conversely
Atomic_broadcast
Unit of magnetic moment
In atomic physics, the Bohr magneton (symbol μB) is a physical constant and the natural unit for expressing the magnetic moment of an electron caused by
Bohr_magneton
Smallest unit of a chemical element
lowest mass) has an atomic weight of 1.007825 Da. The value of this number is called the atomic mass. A given atom has an atomic mass approximately equal
Atom
Data model for object-oriented databases
parent objects may use different labels to identify that object. An atomic value encoding a person's name might be included in one complex object using
Object_Exchange_Model
Atomic model introduced by Niels Bohr in 1913
with the electron energies quantized (assuming only discrete values). In the history of atomic physics, it followed and ultimately replaced several earlier
Bohr_model
Tabular arrangement of the chemical elements
shows natural occurrence of the element Standard atomic weight Ar, std(E) Ca: 40.078 — Abridged value (uncertainty omitted here) Po: [209] — mass number
Periodic_table
CPU instruction to increment a value in memory by a given amount
fetch-and-add (FAA) CPU instruction atomically increments the contents of a memory location by a specified value. That is, fetch-and-add performs the
Fetch-and-add
Database model
c} to range over them. Another basic notion is the set of atomic values that contains values such as numbers and strings. Our first definition concerns
Relational_model
Type of microscopy
Atomic force microscopy (AFM) or scanning force microscopy (SFM) is a very-high-resolution type of scanning probe microscopy (SPM), with demonstrated resolution
Atomic_force_microscopy
destructive force from nuclear reactions, either nuclear fission (fission or atomic bomb) or a combination of fission and nuclear fusion reactions (thermonuclear
Nuclear_weapon
CPU instruction to set a memory location to a flag value and return its prior value
instruction used to write (set) a flag value to a memory location and return its old value as a single atomic (i.e., non-interruptible) operation. The
Test-and-set
American defense and energy company
General Atomics (GA) is an American energy and defense corporation headquartered in San Diego, California, that specializes in research and technology
General_Atomics
Chemical substance not composed of simpler ones
protons. The number of protons is called the atomic number of that element. For example, oxygen has an atomic number of 8: each oxygen atom has 8 protons
Chemical_element
Time standard based on atomic clocks
International Atomic Time (TAI, from its French name temps atomique international) is a high-precision atomic coordinate time standard based on the notional
International_Atomic_Time
of zero or more items which can be typed or untyped, and are either atomic values or XML nodes (of seven kinds: document, element, attribute, text, namespace
XQuery_and_XPath_Data_Model
returns the value written by the last write operation before the read, in the sequence where all operations are ordered by their τ values. Atomic/Linearizable
Atomic_semantics
Core of an atom composed of nucleons
The atomic nucleus is the small, dense region consisting of protons and neutrons at the center of an atom, discovered in 1911 by Ernest Rutherford at the
Atomic_nucleus
Number of heavy particles in the atomic nucleus
mass number (symbol A, from the German word: Atomgewicht, "atomic weight"), also called atomic mass number or nucleon number, is the total number of protons
Mass_number
Minimal measurable set with positive measure
{\displaystyle \mu (A)>\mu (B)>0.} A non-atomic measure with at least one positive value has an infinite number of distinct values, as starting with a set A {\displaystyle
Atom_(measure_theory)
Principal energy levels in atomic physics
In chemistry and atomic physics, an electron shell may be thought of as an orbit that electrons follow around an atom's nucleus. The closest shell to the
Electron_shell
In mathematical logic, a well-formed formula with no free variables
quantifiers in them are known as atomic sentences; by analogy to atomic formula. Sentences are then built up out of atomic sentences by applying connectives
Sentence_(mathematical_logic)
Unit of energy in the atomic units system
the unit of energy in the atomic units system, named after the British physicist Douglas Hartree. Its CODATA recommended value is Eh = 4.3597447222060(48)×10−18 J
Hartree
Automatic detection of the type of an expression in a formal language
subexpressions, or through an implicit understanding of the type of various atomic values (e.g. true : Bool; 42 : Integer; 3.14159 : Real; etc.). It is through
Type_inference
Query and functional programming language
singleton value is considered to be a sequence of length one). The items in a sequence can be JSON objects, JSON arrays, XML nodes, or atomic values. The sample
JSONiq
Mode of arrangement of electrons in different shells of an atom
have the same values of the four quantum numbers. Exhaustive technical details about the complete quantum mechanical theory of atomic spectra and structure
Electron_configuration
Historical scientific theory
quantifiable properties of elements (e.g. atomic weight and density) in a triad followed a trend whereby the value of the middle element in the triad would
Döbereiner's_triads
Expression language for XML documents
Model (XDM) that has a much richer type system. Every value is now a sequence (a single atomic value or node is regarded as a sequence of length one). XPath
XPath
Quantum number denoting orbital angular momentum
quantum mechanics, the azimuthal quantum number ℓ is a quantum number for an atomic orbital that determines its orbital angular momentum and describes aspects
Azimuthal_quantum_number
Digital database whose organization is based on the relational model of data
encompasses a set of procedures designed to eliminate non-simple domains (non-atomic values) and the redundancy (duplication) of data, which in turn prevents data
Relational_database
2005 video game
lacked replay value. Atomic Betty is a single player puzzle action game based on the animated television series originally produced by Atomic Cartoons, featuring
Atomic_Betty_(video_game)
of an optical lattice where the polarizabilities of two atomic clock states have the same value, such that the AC Stark shift caused by the laser intensity
Magic_wavelength
Term in logic
of "and", and the truth values of the atomic sentences "John is Greek" and "John is happy". However, the truth of an atomic sentence is not a matter
Atomic_sentence
Physical constant relating particle kinetic energy with temperature
which turns out to be inversely proportional to the square root of the atomic mass. The root mean square speeds found at room temperature accurately reflect
Boltzmann_constant
Empirical thermodynamic law
a constant value, after it had been multiplied by a number representing the presumed relative atomic weight of the element. These atomic weights had
Dulong–Petit_law
Primary time standard globally used to regulate clocks and time
are of constant length, as are atomic seconds. This publication allowed a value to be chosen for the length of the atomic second that would accord with
Coordinated_Universal_Time
Effect that limits performance of advanced atomic clocks
much higher value. The slope of this line is identical to that of the atomic limitation (minus one half on a log-log plot) with a value that is comparable
Dick_effect
Value indicating the relation of a proposition to truth
In logic and mathematics, a truth value, sometimes called a logical value, is a value indicating the relation of a proposition to truth, which in classical
Truth_value
Physical constants of energy and wavenumber
atom. The second equation is relevant because its value is the coefficient for the energy of the atomic orbitals of a hydrogen atom: E n = − h c R ∞ / n
Rydberg_constant
Research project in Nazi Germany
prioritized denying German nuclear scientists and resources to the nascent Soviet atomic bomb project. In December 1938, German chemist Otto Hahn and his assistant
German nuclear program during World War II
German_nuclear_program_during_World_War_II
Data serialization format
value is in a following 8, 16, 32 or 64-bit extended count field. Values 28–30 are not assigned and must not be used. Types are divided into "atomic"
CBOR
Charge carried by one proton or electron
1909, differing from the modern accepted value by just 0.6%. Under assumptions of the then-disputed atomic theory, the elementary charge had also been
Elementary_charge
Physical quantity
localized regions, and the tensor decreases until it reaches twice the value of the atomic limit (1 bohr² for each hydrogen atom). When the total position-spread
Total_position_spread
Using helium atoms to image solid surfaces
between the probe and the sample, which can be sufficiently small to allow atomic resolution. Using a physical tip (e.g. AFM or STM) does have some disadvantages
Scanning_helium_microscopy
SI unit of time
were pendulum clocks invented in the 17th century. Starting in the 1950s, atomic clocks became better timekeepers than Earth's rotation, and they continue
Second
Soldier exposed to radiation by a nuclear explosion
An atomic veteran is a veteran who was exposed to ionizing radiation while present in the site of a nuclear explosion during active duty. The U.S. Department
Atomic_veteran
First detonation of a nuclear weapon
Measurements. U.S. Atomic Energy Commission, Technical Information Division. p. 1. Loring, William S. (2019). Birthplace of the Atomic Bomb: A Complete
Trinity_(nuclear_test)
Energy needed to remove an electron
smaller atomic radius (which contradicts the observed periodic trend Archived 2018-10-11 at the Wayback Machine) at 159 pm (empirical value), which differs
Ionization_energy
Unit of length about the size of a hydrogen atom
constant. The CODATA value of the Bohr radius is 5.29177210544(82)×10−11 m (52.9177210462–52.9177210626 pm). In the Bohr model for atomic structure, put forward
Bohr_radius
Amount of DNA contained in a haploid nucleus
relative molecular mass may be converted to an absolute value by multiplying it by the atomic mass unit (1 u) in picograms. Thus, 615.8771 is multiplied
C-value
Type of radioactive decay
physics, beta decay (β-decay) is a type of radioactive decay in which an atomic nucleus emits a beta particle (fast energetic electron or positron), transforming
Beta_decay
World War II Allied nuclear weapons program
unknown for decades. The value of the espionage is difficult to quantify, as the principal constraint on the Soviet atomic bomb project was their short
Manhattan_Project
Extremely accurate clock in development
optical clock is an atomic clock which uses photons from a nuclear isomeric transition as its reference frequency, instead of the atomic electron transition
Nuclear_clock
American documentary series
spiritual group Eternal Values, led by Frederick von Mierers. Hoyt Richards is pulled into the spiritual New Age group Eternal Values led by Frederick von
Bring Me the Beauties: A Model Cult
Bring_Me_the_Beauties:_A_Model_Cult
Process for fairly dividing resources
efficient; See Weller's theorem. Both proofs work only for additive and non-atomic value measures, and rely on the ability to give each partner a large number
Envy-free_cake-cutting
Physical constant in chemistry
the molar mass constant had a fixed value, the value of the atomic mass of carbon-12 in grams (and thus the value of the dalton in grams) was dependent
Molar_mass_constant
Statistical measure
square deviation of atomic positions. The RMSD of a sample is the quadratic mean of the differences between the observed values and predicted ones. These
Root_mean_square_deviation
Nuclear land mines
Atomic demolition munitions (ADMs), colloquially known as nuclear land mines, are small nuclear explosive devices. ADMs were developed for both military
Atomic_demolition_munition
Atom of the element hydrogen
force. Atomic hydrogen constitutes about 75% of the baryonic mass of the universe. In everyday life on Earth, isolated hydrogen atoms (called "atomic hydrogen")
Hydrogen_atom
Mixing (superposition) of atomic orbitals
the concept of mixing atomic orbitals to form new hybrid orbitals (with different energies, shapes, etc., than the component atomic orbitals) suitable for
Orbital_hybridisation
Controversies surrounding nuclear attacks
Substantial debate exists over the ethical, legal, and military aspects of the atomic bombings of Hiroshima and Nagasaki on 6 August and 9 August 1945 respectively
Debate over the atomic bombings of Hiroshima and Nagasaki
Debate_over_the_atomic_bombings_of_Hiroshima_and_Nagasaki
Total number of atoms present in a molecule
Atomicity is the total number of atoms present in a molecule of an element. For example, each molecule of oxygen (O2) is composed of two oxygen atoms
Atomicity_(chemistry)
ATOMIC VALUE
ATOMIC VALUE
Boy/Male
Anglo Saxon
Horrible.
Boy/Male
Indian
An Atom's Warrior
Girl/Female
Tamil
Atom
Male
Hungarian
Pet form of Hungarian Tamás, TOMI means "twin."
Girl/Female
British, English, French, Italian
Lovely
Boy/Male
Hindu
The soul
Girl/Female
Gujarati, Hindu, Indian, Marathi, Telugu
Sunrise; Comic
Boy/Male
Tamil
Atom
Boy/Male
Hindu, Indian
Relating to the Soul
Boy/Male
Gujarati, Hindu, Indian
Topic; Subject
Boy/Male
Hindu
Atom
Girl/Female
Hebrew
Strong as an oak.
Boy/Male
Hindu
Atom
Girl/Female
Indian
Atom
Boy/Male
Tamil
Atom
Boy/Male
African, Australian, Finnish, Japanese
The People; Twin; Happy Child
Girl/Female
Hindu
Atom
Boy/Male
Czechoslovakian
Male
Japanese
(富) Japanese name TOMIO means "treasured man."
Girl/Female
Tamil
Anu Keerthi | அநà¯Â கிரதீ Â
Atom
ATOMIC VALUE
ATOMIC VALUE
Girl/Female
Indian
Blessed
Boy/Male
Muslim/Islamic
Resplendent Glittering
Boy/Male
Welsh
Legendary son of Rheged.
Surname or Lastname
English
English : possibly a variant of Porton, a habitational name from Porton in Wiltshire or Poorton in Dorset; both place names are formed with an obscure first element, perhaps the name of a river, + Old English tūn ‘settlement’.Dutch : habitational name for someone from a place named with Dutch poort ‘gate’.
Boy/Male
Tamil
Lord Krishna
Female
Spanish
Pet form of Spanish Perpetua, PEPPI means "everlasting."
Boy/Male
Tamil
White horse
Boy/Male
African, Arabic, Muslim
The Selected One
Boy/Male
Hindu, Indian
Happy
Girl/Female
Gujarati, Hindu, Indian, Jain, Kannada, Malayalam, Marathi, Telugu
Recipe; Creation
ATOMIC VALUE
ATOMIC VALUE
ATOMIC VALUE
ATOMIC VALUE
ATOMIC VALUE
a.
Of or pertaining to atoms.
v. t.
To reduce to atoms, or to fine spray.
a.
Relating to the etymon; as, an etymic word.
a.
Unaccented; as, an atonic syllable.
a.
Containing two atoms.
a.
Pertaining to azote, or nitrogen; formed or consisting of azote; nitric; as, azotic gas; azotic acid.
n.
One who holds to the atomic philosophy or theory.
a.
Of or pertaining to atoms; relating to atomism.
n.
An Adonic verse.
n.
An atom; a mite; a pigmy.
a.
Pertaining to, or characterized by, aptotes; uninflected; as, aptotic languages.
a.
Aeolian, 1; as, the Aeolic dialect; the Aeolic mode.
n.
Nomic spelling.
n.
A tonic element or letter; a vowel or a diphthong.
a.
Produced without sexual union; as, agamic or unfertilized eggs.
v. t.
To reduce to atoms.
a.
Having two replaceable atoms or radicals.
n.
The doctrine of atoms. See Atomic philosophy, under Atomic.
a.
Alt. of Atomical
a.
Characterized by atony, or want of vital energy; as, an atonic disease.