0%

21-letter words containing i, a, l, y, s

  • input-output analysis — an analysis of production relationships between the industries of an economy involving a study of each industry's inputs and outputs, esp as used in social accounting
  • insulin shock therapy — a former treatment for mental illness, especially schizophrenia, employing insulin-induced hypoglycemia as a method for producing convulsive seizures.
  • interpersonal therapy — a type of psychotherapy that focuses on conflicts in one's personal relationships.
  • intersubstitutability — a person or thing acting or serving in place of another.
  • intracoastal waterway — a mostly inland water route, partly natural and partly artificial, extending 1550 miles (2500 km) along the Atlantic coast from Boston to Florida Bay (Atlantic Intracoastal Waterway) and 1116 miles (1800 km) along the Gulf coast from Carrabelle, Fla., to Brownsville, Tex. (Gulf Intracoastal Waterway) constructed to protect small craft from the hazards of the open sea.
  • irish republican army — an underground Irish nationalist organization founded to work for Irish independence from Great Britain: declared illegal by the Irish government in 1936, but continues activity aimed at the unification of the Republic of Ireland and Northern Ireland. Abbreviation: IRA, I.R.A.
  • isopropylideneacetone — mesityl oxide.
  • lady murasaki shikibuLady, 978?–1031? Japanese poet and novelist.
  • 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)
  • like a blue-arsed fly — in a state of frenzied activity
  • 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.
  • magnetofluid dynamics — magnetohydrodynamics.
  • magnetoplasmadynamics — magnetohydrodynamics.
  • majority shareholding — a holding of more than half a company's shares
  • 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.
  • mucopolysaccharidosis — Any of a group of metabolic disorders caused by the absence or malfunction of lysosomal enzymes needed to break down glycosaminoglycans.
  • 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
  • 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.
  • 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.
  • 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.
  • otorhinolaryngologist — (medicine) Doctor specializing in otorhinolaryngology, the study of ear, nose, and throat.
  • 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.
  • peroxydisulfuric acid — persulfuric acid (def 2).
  • personality inventory — a questionnaire designed to measure personality types or characteristics.
  • physical anthropology — the branch of anthropology dealing with the evolutionary changes in human anatomy and physiology, using mensurational and descriptive techniques.
  • 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
  • play russian roulette — take a foolish risk
  • posterior probability — the probability assigned to some parameter or to an event on the basis of its observed frequency in a sample, and calculated from a prior probability by Bayes' theorem
  • prader-willi syndrome — a congenital condition characterized by obsessive eating, obesity, learning difficulties, and small genitalia
  • psychological primary — one of a set of perceived colours (red, yellow, blue, green, black, and white) that can be used to characterize all other perceived colours
  • psychological warfare — the use of propaganda, threats, and other psychological techniques to mislead, intimidate, demoralize, or otherwise influence the thinking or behavior of an opponent.
  • public address system — loudspeaker
  • public-address system — a combination of electronic devices that makes sound audible via loudspeakers to many people, as in an auditorium or out of doors.
  • pulse height analyser — a multichannel analyser that sorts pulses into selected amplitude ranges
  • pulse height analyzer — an instrument that records or counts an electrical pulse if its amplitude falls within specified limits: used in nuclear physics research for the determination of energy spectra of nuclear radiations
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?