0%

22-letter words containing l, a, p, u

  • a bull in a china shop — You say that someone is like a bull in a china shop when they are very clumsy.
  • a lump in one's throat — a tight dry feeling in one's throat, usually caused by great emotion
  • a programming language — (language)   (APL) A programming language designed originally by Ken Iverson at Harvard University in 1957-1960 as a notation for the concise expression of mathematical algorithms. It went unnamed (or just called Iverson's Language) and unimplemented for many years. Finally a subset, APL\360, was implemented in 1964. APL is an interactive array-oriented language and programming environment with many innovative features. It was originally written using a non-standard character set. It is dynamically typed with dynamic scope. APL introduced several functional forms but is not purely functional. Dyalog APL/W and Visual APL are recognized .NET languages. Dyalog APL/W, APLX and APL2000 all offer object-oriented extensions to the language. ISO 8485 is the 1989 standard defining the language. Commercial versions: APL SV, VS APL, Sharp APL, Sharp APL/PC, APL*PLUS, APL*PLUS/PC, APL*PLUS/PC II, MCM APL, Honeyapple, DEC APL, APL+Win, APL+Linux, APL+Unix and VisualAPL, Dyalog APL, IBM APL2, APLX, Sharp APL Open source version: NARS2000. See also Kamin's interpreters.
  • alpha-naphthylthiourea — ANTU.
  • an ace up one's sleeve — a hidden and powerful advantage
  • annual percentage rate — the annual equivalent of a rate of interest when the rate is quoted more frequently than annually, usually monthly
  • antediluvian patriarch — See under patriarch (def 1).
  • arab republic of egyptArab Republic of. a republic in NE Africa. 386,198 sq. mi. (1,000,252 sq. km). Capital: Cairo. Formerly (1958–71) United Arab Republic.
  • articulatory phonetics — the branch of phonetics concerned with the production of speech sounds
  • basal body temperature — the lowest temperature the body reaches in the resting state, typically during sleep. It is usually measured on waking
  • beat someone to a pulp — If someone is beaten to a pulp or beaten to pulp, they are hit repeatedly until they are very badly injured.
  • boundary value problem — any of a series of problems occurring in the solution of a differential equation with boundary conditions.
  • bug-for-bug compatible — Same as bug-compatible, with the additional implication that much tedious effort went into ensuring that each (known) bug was replicated.
  • cargo cult programming — (programming, humour)   A style of (incompetent) programming dominated by ritual inclusion of code or program structures that serve no real purpose. A cargo cult programmer will usually explain the extra code as a way of working around some bug encountered in the past, but usually neither the bug nor the reason the code apparently avoided the bug was ever fully understood (compare shotgun debugging, voodoo programming). The term "cargo cult" is a reference to aboriginal religions that grew up in the South Pacific after World War II. The practices of these cults centre on building elaborate mockups of aeroplanes and military style landing strips in the hope of bringing the return of the god-like aeroplanes that brought such marvelous cargo during the war. Hackish usage probably derives from Richard Feynman's characterisation of certain practices as "cargo cult science" in his book "Surely You're Joking, Mr. Feynman" (W. W. Norton & Co, New York 1985, ISBN 0-393-01921-7).
  • carpal tunnel syndrome — a condition characterized by pain and tingling in the fingers, caused by pressure on a nerve as it passes under the ligament situated across the front of the wrist
  • comma separated values — (file format)   (CSV) A file format used as a portable representation of a database. Each line is one entry or record and the fields in a record are separated by commas. Commas may be followed by arbitrary space and/or tab characters which are ignored. If field includes a comma, the whole field must be surrounded with double quotes.
  • common snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • comparative literature — the comparative study of various national literatures, stressing their influence one upon another, their use of similar forms, their treatment of similar themes, etc.
  • comparative musicology — ethnomusicology.
  • complete quadrilateral — a polygon consisting of four lines and their six points of intersection
  • compound annual return — the total return available from an investment, deposit, etc, when the interest earned is used to augment the capital
  • compulsory liquidation — the liquidation of a business in order to settle its debts
  • computational geometry — (mathematics)   The study of algorithms for combinatorial, topological, and metric problems concerning sets of points, typically in Euclidean space. Representative areas of research include geometric search, convexity, proximity, intersection, and linear programming.
  • computational learning — grammatical inference
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • digital standard mumps — (DSM) DEC's version of MUMPS.
  • draft-quality printing — low-quality, high-speed output in printed form from a printer linked to a word processor
  • duplex high speed data — (DHSD) A term which describes a full-duplex channel that can carry 64 kilobits per second. This is the kind of service provided by an Inmarsat-B type portable earth station or a leased line (not ISDN).
  • 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
  • federal crop insurance — insurance against the failure of certain crops provided to farmers and producers by the Federal Government
  • flocculent precipitate — a woolly-looking precipitate, as aluminum hydroxide formed by the addition of ammonia to an aluminum-salt solution.
  • forced place insurance — Forced place insurance is insurance taken out by a bank or creditor on an uninsured debtor's behalf on a property that is being used as collateral.
  • 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.
  • general public licence — (spelling)   It's spelled "General Public License". (In the UK, "licence" is a noun and "license" is a verb (like "advice"/"advise") but in the US both are spelled "license").
  • general public license — (legal)   (GPL, note US spelling) The licence applied to most software from the Free Software Foundation and the GNU project and other authors who choose to use it. The licences for most software are designed to prevent users from sharing or changing it. By contrast, the GNU General Public License is intended to guarantee the freedom to share and change free software - to make sure the software is free for all its users. The GPL is designed to make sure that anyone can distribute copies of free software (and charge for this service if they wish); that they receive source code or can get it if they want; that they can change the software or use pieces of it in new free programs; and that they know they can do these things. The GPL forbids anyone to deny others these rights or to ask them to surrender the rights. These restrictions translate to certain responsibilities for those who distribute copies of the software or modify it. See also General Public Virus.
  • 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 national product — the total monetary value of all final goods and services produced in a country during one year. Abbreviation: GNP.
  • hubble space telescope — U.S. Aerospace. a 7.9-foot (2.4-meter) optical telescope designed for use in orbit around the earth.
  • intermetallic compound — a compound of two or more metals.
  • japanese umbrella pine — a single aberrant species of pine, Sciadopitys verticillata, in which the leaves are fused in pairs and the crown is spire-shaped
  • 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
  • miguel primo de rivera — Diego [dye-gaw] /ˈdyɛ gɔ/ (Show IPA), 1886–1957, Mexican painter.
  • miscellaneous expenses — small expenses of various kinds
  • mozilla public license — Open source license
  • mpeg-2.5 audio layer 3 — (compression, standard, algorithm, file format)   A non-standard extention of MPEG-2 audio layer 3 by FhG for lowest sampling rates (8-12 kHz) targeting bit rates from 16-32 kbps (possibly 8-160 kbps).

On this page, we collect all 22-letter words with L-A-P-U. It’s easy to find right word with a certain length. It is the easiest way to find 22-letter word that contains in L-A-P-U to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?