0%

21-letter words containing l, a, y, e

  • isopropylideneacetone — mesityl oxide.
  • laboratory technician — sb who assists in a laboratory
  • 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 macbeth strategy — a strategy in a takeover battle in which a third party makes a bid acceptable to the target company, appearing to act as a white knight but subsequently joining forces with the original (unwelcome) bidder
  • lady of the camellias — French La Dame aux Camélias. a novel (1848) and play (1852) by Alexandre Dumas fils.
  • lady windermere's fan — a comedy (1892) by Oscar Wilde.
  • lafayette, marquis de — Marie Joseph Paul Yves Roch Gilbert du Motier [ma-ree zhaw-zef pawl eev rawk zheel-ber dy maw-tyey] /maˈri ʒɔˈzɛf pɔl iv rɔk ʒilˈbɛr dü mɔˈtyeɪ/ (Show IPA), Marquis de. Also, La Fayette. 1757–1834, French soldier, statesman, and liberal leader, who served in the American Revolutionary Army as aide-de-camp to General Washington, and took a leading part in the French revolutions of 1789 and 1830.
  • 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.
  • liability engineering — the practice by a company of taking steps to avoid liability for any fraudulent dealings with it, such as making a credit-card owner responsible for any abuses of the card by a third party
  • like a blue-arsed fly — in a state of frenzied activity
  • locally compact space — a topological space in which each point has a neighborhood that is compact.
  • macgillicuddy's reeks — a mountain range in County Kerry, SW Ireland. Highest peak (also highest in Ireland), Carrantuohill, 3414 feet (1041 meters).
  • macintosh file system — (file system)   A file on the Macintosh consists of two parts, called forks. The "data fork" contains the data which would normally be stored in the file on other operating systems. The "resource fork" contains a collection of arbitrary attribute/value pairs, including program segments, icon bitmaps, and parametric values. Yet more information regarding Macintosh files is stored by the Finder in a hidden file, called the "Desktop Database". Because of the complications in storing different parts of a Macintosh file in non-Macintosh file systems that only handle consecutive data in one part, it is common to only send the Data fork or to convert the Macintosh file into some other format before transferring it.
  • magnetic flux density — Also called magnetic flux density. a vector quantity used as a measure of a magnetic field. Symbol: B.
  • magnetic permeability — permeability (def 2).
  • magnetofluid dynamics — magnetohydrodynamics.
  • magnetoplasmadynamics — magnetohydrodynamics.
  • majority shareholding — a holding of more than half a company's shares
  • make a policy paid up — If you make a policy paid up, you stop making premium payments into a life policy but still leave the coverage in place.
  • make yourself at home — settle in
  • 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 metallurgy — the branch of metallurgy dealing with the response of metals to applied forces.
  • mechanical solidarity — social cohesiveness that is based on shared activities, beliefs, and experiences and is characteristic of simple traditional societies.
  • methylisothiazolinone — (chemistry) A powerful biocide and preservative within the group of isothiazolinones, used in shampoos etc.
  • modulus of elasticity — the ratio of the stress applied to a body or substance to the resulting strain within the elastic limit
  • mucopolysaccharidoses — Plural form of mucopolysaccharidosis.
  • multichannel analyser — an electronic instrument, such as a pulse height analyser, that splits an input waveform into a large number of channels in accordance with a particular parameter of the input
  • multilayer perceptron — A network composed of more than one layer of neurons, with some or all of the outputs of each layer connected to one or more of the inputs of another layer. The first layer is called the input layer, the last one is the output layer, and in between there may be one or more hidden layers.
  • 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
  • new year's resolution — If you make a New Year's resolution, you make a decision at the beginning of a year to start doing something or to stop doing something.
  • nightmare file system — Pejorative hackerism for Sun's Network File System (NFS). In any nontrivial network of Suns where there is a lot of NFS cross-mounting, when one Sun goes down, the others often freeze up. Some machine tries to access the down one, and (getting no response) repeats indefinitely. This causes it to appear dead to some messages (what is actually happening is that it is locked up in what should have been a brief excursion to a higher spl level). Then another machine tries to reach either the down machine or the pseudo-down machine, and itself becomes pseudo-down. The first machine to discover the down one is now trying both to access the down one and to respond to the pseudo-down one, so it is even harder to reach. This situation snowballs very quickly, and soon the entire network of machines is frozen - worst of all, the user can't even abort the file access that started the problem! Many of NFS's problems are excused by partisans as being an inevitable result of its statelessness, which is held to be a great feature (critics, of course, call it a great misfeature). ITS partisans are apt to cite this as proof of Unix's alleged bogosity; ITS had a working NFS-like shared file system with none of these problems in the early 1970s. See also broadcast storm.
  • north atlantic treaty — the treaty (1949) signed by 12 countries, providing for the establishment of NATO.
  • 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.
  • open graphics library — (graphics, library)   (OpenGL) A multi-platform software interface to graphics hardware, supporting rendering and imaging operations. The OpenGL interface was developed by Silicon Graphics, who license it to other vendors. The OpenGL graphics interface consists of several hundred functions operating on 2D and 3D objects, supporting basic techniques, such as modelling and smooth shading, and advanced techniques, such as texture mapping and motion blur. Many operations require a frame buffer. OpenGL is network-transparent, and a common extension to the X Window System allows an OpenGL client to communicate across a network with a different vendor's OpenGL server. OpenGL is based on Silicon Graphics' proprietary IRIS GL.
  • orthogonal trajectory — the locus of a point whose path cuts each curve of a family of curves at right angles.
  • pacific daylight time — the version of Pacific Standard Time that is in use when daylight saving time is being observed
  • parliamentary inquiry — a question asked of the presiding officer of a parliament in relation to parliamentary law
  • partially ordered set — a set in which a relation as “less than or equal to” holds for some pairs of elements of the set, but not for all.
  • past its sell-by date — the last date on which perishable food should be sold, usually established with some allowance for home storage under refrigeration. Compare shelf life.
  • payload assist module — a U.S. solid-propellant rocket used to boost a medium-weight spacecraft from a circular low-earth orbit to an elliptical transfer orbit for later insertion into a geosynchronous orbit. Abbreviation: PAM.
  • pdp assembly language — (language)   (PAL) The assembly language for the PDP-8 and PDP-11.
  • pellitory-of-the-wall — an urticaceous plant, P. diffusa, of the S and W European genus Parietaria, which grows in crevices and has long narrow leaves and small pink flowers
  • pentamethylenediamine — cadaverine.
  • peroxydisulfuric acid — persulfuric acid (def 2).
  • personality inventory — a questionnaire designed to measure personality types or characteristics.
  • physically challenged — See example at challenged (def 1).
  • picture quality scale — (graphics)   (PQS) A system for rating image quality based upon features of images that affect their perception by the human eye, rather than the traditional signal-to-noise ratio which examines differences for every single pixel.
  • piezoelectric crystal — a crystal, such as quartz, that produces a potential difference across its opposite faces when under mechanical stress
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?