0%

21-letter words containing d, y, n

  • displacement activity — a behavior performed out of its usual context and apparently irrelevant to the prevailing situation, as eating when an unknown individual approaches, tending to occur when appropiate behaviors, as attacking or fleeing, are in conflict or obstructed.
  • display advertisement — an advertisement designed to attract attention by using devices such as conspicuous or elegant typefaces, graphics, etc
  • disruptive technology — A disruptive technology is a new technology, such as computers and the Internet, which has a rapid and major effect on technologies that existed before.
  • distant early warning — a US radar detection system to warn of missile attack
  • downhole safety valve — A downhole safety valve is a piece of safety equipment used inside a well, which isolates wellbore pressure and fluid if something bad happens.
  • draft once reuse many — (jargon)   (DORUM) Reusing parts of a document to produce parts of an entirely new document. The term normally refers to text documents but the practise is equally common in programming.
  • dumfries and galloway — a region in S Scotland. 2460 sq. mi. (6371 sq. km).
  • dynamic data exchange — (language)   (DDE, originally Dynamic Data Linking, DDL) A Microsoft Windows 3 hotlink protocol that allows application programs to communicate using a client-server model. Whenever the server (or "publisher") modifies part of a document which is being shared via DDE, one or more clients ("subscribers") are informed and include the modification in the copy of the data on which they are working.
  • dynamic drive overlay — (storage, software)   (DDO) Software to allow a system BIOS that does not support Logical Block Addressing to access drives larger than 528 MB. The alternatives are to update the system BIOS or install an EIDE controller card with a suitable on-board BIOS.
  • eastern daylight time — a time zone applicable to many eastern areas of the United States during the summer months, being a daylight-saving variant of Eastern Standard Time
  • educational sociology — the application of sociological principles and methods to the solution of problems in an educational system.
  • electric flux density — Electric flux density is electric flux passing through a unit area perpendicular to the direction of the flux.
  • enhanced oil recovery — any of several techniques that make it possible to recover more oil than can be obtained by natural pressure, such as the injection of fluid or gases into an oilfield to force more oil to the surface
  • every nook and cranny — If you talk about every nook and cranny of a place or situation, you mean every part or every aspect of it.
  • faculty board meeting — a meeting of the governing body of a faculty
  • false memory syndrome — a psychological condition in which a person believes that he or she remembers events that have not actually occurred.
  • false-memory syndrome — a psychological condition in which a person believes that he or she remembers events that have not actually occurred.
  • food standards agency — the full form of FDA
  • functional dependency — (database)   Given a relation R (in a relational database), attribute Y of R is functionally dependent on attribute X of R and X of R functionally determines Y of R (in symbols R.X -> R.Y) if and only if each X in R has associated with it precisely one Y in R (at any one time). Attributes X and Y may be composite. This is very close to a function in the mathematical sense.
  • fundamental frequency — the lowest frequency at which a medium will freely oscillate.
  • gas analysis recorder — A gas analysis recorder is a device which samples, records, and analyses gas.
  • go down the wrong way — (of food) to pass into the windpipe instead of the gullet
  • host command facility — (operating system)   (HCF) Used to access IBM S/36 and AS/400 computers from a mainframe.
  • hyperkinetic disorder — another name for attention deficit hyperactivity disorder (ADHD)
  • induced radioactivity — artificial radioactivity.
  • induction loop system — a system enabling partially deaf people to hear dialogue and sound in theatres, cinemas, etc, consisting of a loop of wire placed round the perimeter of a designated area. This emits an electromagnetic signal which is picked up by a hearing aid
  • industrial psychology — the application of psychological principles and techniques to business and industrial problems, as in the selection of personnel or development of training programs.
  • isopropylideneacetone — mesityl oxide.
  • keep one's powder dry — to be ready for action
  • keyboard send receive — (hardware)   (KSR) Part of a designation for a hard-copy terminal, manufactured by Teletype Corporation. The KSR range were lower cost versions of the ASR models.
  • kleine-levin syndrome — prolonged episodes of excessive sleepiness often accompanied by overeating, hallucinations, and electroencephalogram changes, usually beginning in adolescence.
  • lactate dehydrogenase — an enzyme that catalyzes the interconversion of pyruvate and lactate, an important step in carbohydrate metabolism: elevated serum levels indicate injury to kidney, skeletal muscle, or heart muscle. Abbreviation: LDH.
  • lady windermere's fan — a comedy (1892) by Oscar Wilde.
  • law of thermodynamics — any of three principles variously stated in equivalent forms, being the principle that the change of energy of a thermodynamic system is equal to the heat transferred minus the work done (first law of thermodynamics) the principle that no cyclic process is possible in which heat is absorbed from a reservoir at a single temperature and converted completely into mechanical work (second law of thermodynamics) and the principle that it is impossible to reduce the temperature of a system to absolute zero in a finite number of operations (third law of thermodynamics)
  • lay at someone's door — a movable, usually solid, barrier for opening and closing an entranceway, cupboard, cabinet, or the like, commonly turning on hinges or sliding in grooves.
  • luminous flux density — luminous flux per unit of cross-sectional area.
  • magnetic flux density — Also called magnetic flux density. a vector quantity used as a measure of a magnetic field. Symbol: B.
  • magnetofluid dynamics — magnetohydrodynamics.
  • magnetoplasmadynamics — magnetohydrodynamics.
  • majority shareholding — a holding of more than half a company's shares
  • maryland yellowthroat — (in former systems of nomenclature) the common yellowthroat, Geothlypis trichas, especially the eastern U.S. subspecies.
  • mask read-only memory — (storage)   (MROM) A kind of ROM in which the memory contents are determined by one of the masks used to manufacture the integrated circuit. MROM can give high storage density (bits per millimeter squared) making it a cheap solution for high volume applications.
  • mechanical solidarity — social cohesiveness that is based on shared activities, beliefs, and experiences and is characteristic of simple traditional societies.
  • medium dry white wine — Medium dry white wine is white wine that is not very sweet.
  • metopon hydrochloride — a narcotic drug, C18H21O3N·HCl, derived from morphine, but slightly more potent: used in medicine to relieve pain
  • munchausen's syndrome — a mental disorder in which a patient feigns illness to obtain hospital treatment
  • muon-catalysed fusion — an experimental form of nuclear fusion in which hydrogen and deuterium muonic atoms are formed. Because the mass of the muon is much larger than that of the electron, the atoms are smaller, and the nuclei are close enough for fusion to occur
  • myocardial infarction — heart attack. Abbreviation: MI.
  • nitrosylsulfuric acid — a clear, straw-colored, oily, corrosive liquid, HNO 5 S, used chiefly in the manufacture of dyes.
  • one-dimensional array — (types)   An array with only one dimension; the simplest kind of array, consisting of a sequence of items ("elements"), all of the same type. An element is selected by an integer index that normally starts at zero for the first element and increases by one. The index of the last element is thus the length of the array minus one. A one-dimensional array is also known as a vector. It should not be confused with a list. In some languages, e.g. Perl, all arrays are one-dimensional and higher dimensions are represented as arrays of pointers to arrays (which can have different sizes and can themselves contain pointers to arrays and so on). A one-dimensional array maps simply to memory: the address of an element with index i is A(i) = A0 + i * s where A0 is the base address of the array and s is the size of storage used for each element, the "stride". Elements may be padded to certain address boundaries, e.g. machine words, to increase access speed, in which case the stride will be larger than the amount of data in an element.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?