0%

22-letter words containing p, u, t

  • earth inductor compass — a compass actuated by induction from the earth's magnetic field.
  • educational psychology — a branch of psychology concerned with developing effective educational techniques and dealing with psychological problems in schools.
  • extra-mural department — a university department that offers courses for part-time students
  • flocculent precipitate — a woolly-looking precipitate, as aluminum hydroxide formed by the addition of ammonia to an aluminum-salt solution.
  • full pelt/at full pelt — If you do something full pelt or at full pelt, you do it very quickly indeed.
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • give it up for someone — to applaud someone
  • go through one's paces — to show one's abilities, skills, etc.
  • government expenditure — the overall public spending carried out by the government
  • graphical display unit — an output device incorporating a cathode ray tube on which both line drawings and text can be displayed. It is usually used in conjunction with a light pen to input or reposition data
  • gross domestic product — gross national product excluding payments on foreign investments. Abbreviation: GDP.
  • gross national product — the total monetary value of all final goods and services produced in a country during one year. Abbreviation: GNP.
  • gross written premiums — Gross written premiums are the total revenue from a contract expected to be received by an insurer before deductions for reinsurance or ceding commissions.
  • group of seventy-seven — the developing countries of the world
  • guanosine triphosphate — GTP.
  • gum bichromate process — a contact printing method in which the image is formed on a coating of sensitized gum containing a suitable colored pigment and potassium or ammonium dichromate.
  • hold the purse stringshold the purse strings, to have the power to determine how money shall be spent.
  • hubble space telescope — U.S. Aerospace. a 7.9-foot (2.4-meter) optical telescope designed for use in orbit around the earth.
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • if push comes to shove — to press upon or against (a thing) with force in order to move it away.
  • independent suspension — an automotive suspension system in which each wheel is attached to the frame independently, so that a road bump affecting one wheel has no effect on the others.
  • intermetallic compound — a compound of two or more metals.
  • isthmus of tehuantepec — the narrowest part of S Mexico, with the Bay of Campeche on the north coast and the Gulf of Tehuantepec (an inlet of the Pacific) on the south coast
  • java community process — (project)   (JCP) An organization controlled by Sun Microsystems to further the growth of the Java language and runtime. The JCP produces standards called Java Standard Requests, which are "requests" in the same sense as RFCs.
  • jump in with both feet — to enter into an activity or venture wholeheartedly
  • jump out of one's skin — to be very startled
  • keep a stiff upper lip — either of the two fleshy parts or folds forming the margins of the mouth and functioning in speech.
  • landscape architecture — the art of arranging or modifying the features of a landscape, an urban area, etc., for aesthetic or practical reasons.
  • liquid crystal display — (hardware)   (LCD) An electro-optical device used to display digits, characters or images, commonly used in digital watches, calculators, and portable computers. The heart of the liquid crystal display is a piece of liquid crystal material placed between a pair of transparent electrodes. The liquid crystal changes the phase of the light passing through it and this phase change can be controlled by the voltage applied between the electrodes. If such a unit is placed between a pair of plane polariser plates then light can pass through it only if the correct voltage is applied. Liquid crystal displays are formed by integrating a number of such cells, or more usually, by using a single liquid crystal plate and a pattern of electrodes. The simplest kind of liquid crystal displays, those used in digital watches and calculators, contain a common electrode plane covering one side and a pattern of electrodes on the other. These electrodes can be individually controlled to produce the appropriate display. Computer displays, however, require far too many pixels (typically between 50,000 and several millions) to make this scheme, in particular its wiring, feasible. The electrodes are therefore replaced by a number of row electrodes on one side and column electrodes on the other. By applying voltage to one row and several columns the pixels at the intersections are set. The pixels being set one row after the other, in passive matrix displays the number of rows is limited by the ratio of the setting and fading times. In the setup described above (known as "twisted nematic") the number of rows is limited to about 20. Using an alternative "supertwisted nematic" setup VGA quality displays (480 rows) can be easily built. As of 1995 most notebook computers used this technique. Fading can be slowed by putting an active element, such as a transistor, on the top of each pixel. This "remembers" the setting of that pixel. These active matrix displays are of much better quality (as good as CRTs) but are much more expensive than the passive matrix displays. LCDs are slimmer, lighter and consume less power than the previous dominant display type, the cathode ray tube, hence their importance for portable computers.
  • lord justice of appeal — an ordinary judge of the Court of Appeal
  • lowest common multiple — the smallest number that is a common multiple of a given set of numbers.
  • mcculloch-pitts neuron — (artificial intelligence)   The basic building block of artificial neural networks. It receives one or more inputs and produces one or more identical outputs, each of which is a simple non-linear function of the sum of the inputs to the neuron. The non-linear function is typically a threshhold or step function which is usually smoothed (i.e. a sigmoid) to facilitate learning.
  • monoammonium phosphate — a white, crystalline, moderately water-soluble compound, NH 4 H 2 PO 4 , used as fertilizer, in fire extinguishers, etc.
  • multiplicative inverse — reciprocal (def 9).
  • non-constructive proof — (logic)   (Or "existence proof") A proof that something exists that does not provide an example of that thing or a method for finding an example. (A constructive proof does provide such an example or method). For example, for any pair of finite real numbers n < 0 and p > 0 there exists a real number 0 < k < 1 such that f(k) = (1-k)*n + k*p = 0. A non-constructive proof might proceed by observing that as k changes continuously from 0 to 1, f(k) changes continuously from n to p and, since they lie either side of zero, f(k) must pass through zero for some intermediate value of k. This proof does not tell us what that value of k is, only that it exists.
  • non-maskable interrupt — (NMI) An IRQ 7 on the PDP-11 or 680x0 or the NMI line on an 80x86. In contrast with a priority interrupt (which might be ignored, although that is unlikely), an NMI is *never* ignored.
  • nonspecific urethritis — nongonococcal urethritis.
  • nonspecular reflection — the diffuse reflection of sound or light waves
  • occupational therapist — professional who assists with rehabilitation
  • open network computing — (ONC) Sun's network protocols.
  • open source definition — (standard)   (OSD) Definition of distribution terms for open source software, promoted by the Open Source Initiative.
  • open source initiative — (body)   (OSI) An organisation dedicated to managing and promoting the Open Source Definition for the good of the community.
  • operating instructions — instructions on how to use something (such an electrical appliance, etc)
  • out-of-body experience — a vivid feeling of being detached from one's body, usually involving observing it and its environment from nearby
  • out-of-pocket expenses — expenses which are unbudgeted and paid for in cash
  • outline specifications — preliminary specifications or plans on which later plans are based
  • outside awareness port — (humour)   (OAP) A humorous IBM term for a window (the glass kind) rather than the GUI kind.
  • particular affirmative — a proposition of the form “Some S is P.” Symbol: I.
  • peanut-butter sandwich — a sandwich with a filling of peanut-butter
  • percussive maintenance — (jargon)   The fine art of whacking a device to get it working, possibly using a fine adjuster.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?