0%

24-letter words containing o, n, e

  • document type definition — (text, standard)   (DTD) The definition of a document type in SGML or XML, consisting of a set of mark-up tags and their interpretation.
  • domain-specific language — (language)   A machine-processable language whose terms are derived from a domain model and that is used for the definition of components or software architectures supporting that domain. A domain-specific language is often used as input to an application generator.
  • domestic relations court — in some states, a court with jurisdiction over matters involving relations within the family or household, as between husband and wife or parent and child
  • domestic science college — a school or an institution providing specialized tuition in domestic science
  • domestic-relations court — court of domestic relations.
  • double-crested cormorant — a North American cormorant, Phalacrocorax auritus, having tufts of black and white feathers on the sides of the head.
  • dutch west india company — a Dutch merchant company chartered in 1621 to carry on trade with Africa, the West Indies, North and South America, and Australia.
  • dynamic adaptive routing — Automatic rerouting of traffic based on analysis of current network conditions. This does not include routing decisions based on predefined information.
  • east riding of yorkshire — a county of NE England, a historical division of Yorkshire on the North Sea and the Humber estuary: became part of Humberside in 1974; reinstated as an independent unitary authority in 1996, with a separate authority for Kingston upon Hull: chiefly agricultural and low-lying, with various industries in Hull. Administrative centre: Beverley. Pop (excluding Hull): 321 300 (2003 est). Area (excluding Hull): 748 sq km (675 sq miles)
  • eating one's own dogfood — (programming)   When a developer uses their own code for their own daily needs. Being a user as well as a developer creates the user empathy that is the hallmark of good software. The term seems to have originated at Microsoft.
  • ecole normale superieure — (body)   (ENS) A higher education and research institution in Paris, France.
  • educational psychologist — a person trained in educational psychology
  • effective number of bits — (hardware)   (ENOB) An indication of the quality of an analog to digital converter. The measurement is related to the test frequency and the signal-to-noise ratio.
  • effective sound pressure — the square root of the mean of the squares of the sound pressures of a sound wave, measured at a given point over a certain time interval.
  • effort adjustment factor — (programming)   (EAF) A term used in COCOMO to calculate a cost driver attribute's effect on a project. It is the product of the effort multipliers corresponding to each of the cost drivers for the project.
  • electromagnetic spectrum — the complete range of electromagnetic radiation from the longest radio waves (wavelength 105 metres) to the shortest gamma radiation (wavelength 10–13 metre)
  • electronic configuration — the arrangement of electrons in the orbitals of an atom or molecule
  • electronic point of sale — a computerized system for recording sales in retail shops, using a laser scanner at the cash till to read bar codes on the packages of the items sold
  • electronic whiteboarding — audiographic teleconferencing
  • emotional roller coaster — a situation or experience that alternates between making you feel excited, exhilarated, or happy and making you feel sad, disappointed, or desperate
  • endotracheal anaesthesia — a method of administering gaseous anaesthetics to animals through a tube inserted into the trachea
  • environmental assessment — a formal assessment of the impact a project will have on the environment
  • environmental management — controlled and planned management of the environment
  • environmentally friendly — that has no or the least possible impact on the environment
  • equine infectious anemia — swamp fever (def 2).
  • equivalence partitioning — equivalence class partitioning
  • ethyl-para-aminobenzoate — benzocaine
  • european investment bank — a financial institution of the European Union which is based in Luxembourg and which provides loans, especially to the less economically developed countries of the EU
  • european monetary system — the system used in the European Union for stabilizing exchange rates between the currencies of member states and financing the balance-of-payments support mechanism. The original Exchange Rate Mechanism was formed in 1979 but superseded in 1999 when the euro was adopted as official currency of 11 EU member states. A new exchange rate mechanism (ERM II) based on the euro is used to regulate the currencies of participating states that have not adopted the euro
  • evolutionary computation — Computer-based problem solving systems that use computational models of evolutionary processes as the key elements in design and implementation. A number of evolutionary computational models have been proposed, including evolutionary algorithms, genetic algorithms, the evolution strategy, evolutionary programming, and artificial life.
  • evolutionary programming — (EP) A stochastic optimisation strategy originally conceived by Lawrence J. Fogel in 1960. An initially random population of individuals (trial solutions) is created. Mutations are then applied to each individual to create new individuals. Mutations vary in the severity of their effect on the behaviour of the individual. The new individuals are then compared in a "tournament" to select which should survive to form the new population. EP is similar to a genetic algorithm, but models only the behavioural linkage between parents and their offspring, rather than seeking to emulate specific genetic operators from nature such as the encoding of behaviour in a genome and recombination by genetic crossover. EP is also similar to an evolution strategy (ES) although the two approaches developed independently. In EP, selection is by comparison with a randomly chosen set of other individuals whereas ES typically uses deterministic selection in which the worst individuals are purged from the population.
  • explicit type conversion — (programming)   (Or "cast" in C and elsewhere). A programming construct (syntax) to specify that an expression's value should be converted to a different type. For example, in C, to convert an integer (usually 32 bits) to a char (usually 8 bits) we might write: int i = 42; char *p = &buf; *p = (char) i; The expression "(char)" (called a "cast") converts i's value to char type. Casts (including this one) are often not strictly necessary, due to automatic coercions performed by the compiler, but can be used to make the conversion obvious and to avoid warning messages.
  • exponential distribution — a continuous single-parameter distribution used esp when making statements about the length of life of certain materials or waiting times between randomly occurring events. Its density function is p(x) = λe–λx for positive λ and nonnegative x, and it is a special case of the gamma distribution
  • extra-sensory perception — Extra-sensory perception means knowing without using your ordinary senses such as sight and hearing. Some people believe this is possible. The abbreviation ESP is also used.
  • face as long as a fiddle — a dismal or gloomy facial expression
  • family income supplement — a benefit formerly paid to low-income families
  • fcc propylene production — FCC propylene production is the production of propylene from a catalytic cracker.
  • federal power commission — FPC.
  • federal trade commission — FTC.
  • ferdinand lewis alcindor — (Ferdinand) Lew(is, Jr.) original name of Abdul-Jabbar.
  • fight or flight reaction — the response of the sympathetic nervous system to a stressful event, preparing the body to fight or flee, associated with the adrenal secretion of epinephrine and characterized by increased heart rate, increased blood flow to the brain and muscles, raised sugar levels, sweaty palms and soles, dilated pupils, and erect hairs.
  • fight-or-flight reaction — the response of the sympathetic nervous system to a stressful event, preparing the body to fight or flee, associated with the adrenal secretion of epinephrine and characterized by increased heart rate, increased blood flow to the brain and muscles, raised sugar levels, sweaty palms and soles, dilated pupils, and erect hairs.
  • fight-or-flight response — the response of the sympathetic nervous system to a stressful event, preparing the body to fight or flee, associated with the adrenal secretion of epinephrine and characterized by increased heart rate, increased blood flow to the brain and muscles, raised sugar levels, sweaty palms and soles, dilated pupils, and erect hairs.
  • figure-ground phenomenon — the division of the perceptual field into background and objects that appear to stand out against it. The concept was evolved by the Gestalt psychologists, who invented ambiguous figures in which the same part could be seen either as figure or ground
  • finger-pointing syndrome — (programming)   All-too-frequent result of bugs, especially in new or experimental configurations. The hardware vendor points a finger at the software. The software vendor points a finger at the hardware. All the poor users get is the finger.
  • fish protein concentrate — an odorless and tasteless high-protein food additive made from ground fish and suitable for human consumption. Abbreviation: FPC.
  • floating decimal (point) — a decimal (point) whose position is not fixed
  • floating point underflow — underflow
  • floating-point specratio — SPECfp92
  • flue gas desulfurization — Flue gas desulfurization is the removal of pollutants containing sulfur from flue gas.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?