0%

26-letter words containing l, u, s, i, t, a

  • microcrystalline cellulose — Microcrystalline cellulose is a polymer used as a binder in tablets because it is stable, compressible, and disintegrates quickly.
  • mongolian hordes technique — (programming, jargon)   (Or "Chinese Army technique") Assigning a large number of inexperienced programmers to a job which would better performed by a few skilled ones. The term was first used by Dr. Fred Brooks in his book "The Mythical Man-Month", Chapter 3. According to Dr. Brooks, he had in mind the vision of the Mongol Hordes sweeping across Asia and Europe when he created the term.
  • most-favored-nation clause — a clause in a commercial treaty or contract by which each signatory agrees to give the other the same treatment that is or will be accorded any other nation.
  • multi-color graphics array — (hardware, graphics)   (MCGA) One of IBM's less popular hardware video display standards for use in the IBM PS/2. MCGA can display 80*25 text in monochrome, 40*25 text in 256 colours or 320*200 pixel graphics in 256 colors. It is now obsolete.
  • mushroom slab construction — beamless reinforced-concrete floor and roof construction employing columns with widely flaring heads having horizontal rings of reinforcement to support the floor or roof slab.
  • mutual assured destruction — a U.S. doctrine of reciprocal deterrence resting on the U.S. and Soviet Union each being able to inflict unacceptable damage on the other in retaliation for a nuclear attack.
  • national database language — (database, standard)   (NDL) A US standard for portability of database definitions and application programs.
  • nature conservancy council — (in Britain) a body set up by act of parliament in 1973 to establish and manage nature reserves, identify SSSIs, and provide information and advice about nature conservation. In 1991–92 it was replaced by English Nature, Scottish Natural Heritage, and the Countryside Council for Wales
  • newfoundland standard time — one of the standard times used in Canada, three and a half hours behind Greenwich Mean Time
  • nuclear magnetic resonance — the selective absorption of electromagnetic radiation by an atomic nucleus in the presence of a strong, static, magnetic field: used in research and in medicine to monitor tissue metabolism and to distinguish between normal and abnormal cells. Abbreviation: NMR.
  • object constraint language — (language)   (OCL) A formal specification language extension to UML. The Object Constraint Language is a precise text language that provides constraint and object query expressions on an object-oriented model that cannot otherwise be expressed by diagrammatic notation. OCL supplements UML by providing expressions that have neither the ambiguities of natural language nor the inherent difficulty of using complex mathematics. OCL is a descendent of Syntropy, a second-generation object-oriented analysis and design method. The OCL 1.4 definition specified a constraint language. In OCL 2.0, the definition has been extended to include general object query language definitions.
  • obscene publications squad — a division of the police force which deals with illegal books, pictures, or films which are judged obscene because they deal with sex or violence in a way that is considered offensive to the general public
  • official production system — (language)   (OPS) The first production system (i.e. rule based) programming language, developed at CMU in 1970 and used for building expert systems. OPS was originally written in Franz Lisp and later ported to other LISP dialects.
  • orthogonal instruction set — (architecture)   An instruction set where all (or most) instructions have the same format and all registers and addressing modes can be used interchangeably - the choices of op code, register, and addressing mode are mutually independent (loosely speaking, the choices are "orthogonal"). This contrasts with some early Intel microprocessors where only certain registers could be used by certain instructions. Examples include the PDP-11, 680x0, ARM, VAX.
  • period-luminosity relation — the relationship between the period of light variation and of the absolute magnitude of Cepheid variable stars.
  • permanent health insurance — a form of insurance that provides up to 75 per cent of a person's salary, until retirement, in case of prolonged illness or disability
  • public-liability insurance — insurance covering the insured against risks involving liability to the public for damages arising from negligence.
  • public-service corporation — a private or quasi-private corporation chartered to provide an essential commodity or service to the public.
  • pulse-amplitude modulation — modulation of the amplitude of a train of electric pulses used to carry signals (pulse carrier) Abbreviation: PAM.
  • quasi-stellar radio source — a quasar having detectable radio emission. Abbreviation: QSS.
  • register transfer language — (RTL) 1. A kind of hardware description language (HDL) used in describing the registers of a computer or digital electronic system, and the way in which data is transferred between them. 2. An intermediate code for a machine with an infinite number of registers, used for machine-independent optimisation. RTL was developed by Chris Fraser <[email protected]> and J. Davidson <[email protected]> at the University of Arizona in the early 1980s. RTL is used by the GNU C compiler, gcc and by Davidson's VPCC (Very Portable C compiler).
  • replacement cost insurance — Replacement cost insurance is insurance in which the cost of replacing property is calculated without a reduction for depreciation.
  • reticuloendothelial system — the aggregate of the phagocytic cells, including certain cells of the bone marrow, lymphatic system, liver, and spleen, that have reticular and endothelial characteristics and function in the immune system's defense against foreign bodies. Abbreviation: RES.
  • scares the life out of you — If you want to emphasize that something scares you a lot, you can say that it scares the hell out of you or scares the life out of you.
  • simulating digital systems — Fortran-like language for describing computer logic design. Sammet 1969, p.622.
  • sixty-four-dollar question — the critical or basic question or problem: Whether the measure will get through Congress this session or not is the sixty-four-dollar question.
  • software writer's language — (language)   (SWL) /swil/ An industrial strength dialect of Pascal that allowed multiple source code files, originally developed at Control Data Corporation (CDC) prior to 1973. Development continued at the Integrated Systems Laboratory. SWL was adopted by NCR as its corporate operating system and compiler implementation language (1978-1982+). The NCR SWL dialect was renamed NCRL (NCR Language) in 1981 and continued development [until ?].
  • st andrews static language — (language)   (SASL) A functional programming language designed by Professor David Turner in 1976 whilst at St. Andrews University. SASL is a derivative of ISWIM with infinite data structures. It is fully lazy but weakly typed. It was designed for teaching functional programming, with very simple syntax. Example syntax: def fac n = n = 0 -> 1 ; n x fac(n-1) A version of the expert system EMYCIN has been written in SASL. SASL was originally known as "St Andrews Standard Language". Not to be confused with SISAL.
  • staffordshire bull terrier — one of an English breed of strong, stocky, muscular dogs having a broad skull and a smooth coat, in combinations of red, white, black, or blue, originally raised for bullbaiting and later dogfighting, but now bred as a companion dog.
  • straight from the shoulder — direct, honest, and forceful in expression; outspoken.
  • straight-from-the-shoulder — direct, honest, and forceful in expression; outspoken.
  • string processing language — (language)   (SPRING)
  • strong nuclear interaction — an interaction between elementary particles responsible for the forces between nucleons in the nucleus. It operates at distances less than about 10–15 metres, and is about a hundred times more powerful than the electromagnetic interaction
  • subset-equational language — (SEL) A declarative language for set processing by Bharat Jayaraman with subset and equational program clauses; pattern matching over sets (it supports efficient iteration over sets); annotations to say which functions distribute over union in which arguments (for point-wise/incremental computation over sets); defining transitive closures through circular constraints (implemented by mixed top-down/memoisation and bottom-up strategy); meta-programming and simple higher-order programming; modest user-interface including tracing. The SEL compiler, written in Quintus Prolog, generates WAM-like code, extended to deal with set-matching, memoisation, and the novel control structure of the language. The run-time system is written in C. E-mail: Bharat Jayaraman <[email protected]>.
  • tennessee valley authority — TVA.
  • the fruits of your labours — the profits or gains achieved as a result of hard work
  • the inland revenue service — (in the US) a government board that administers and collects major direct taxes
  • the single european market — the free trade policy that operates between members of the European Union
  • to call something your own — If you have something you can call your own, it belongs only to you, rather than being controlled by or shared with someone else.
  • to laugh in someone's face — If someone laughs in your face, they are openly disrespectful towards you.
  • to rub salt into the wound — If someone or something rubs salt into the wound, they make the unpleasant situation that you are in even worse, often by reminding you of your failures or faults.
  • to take a lot/it out of sb — If something takes a lot out of you or takes it out of you, it requires a lot of energy or effort and makes you feel very tired and weak afterwards.
  • udmurt autonomous republic — an autonomous republic in the Russian Federation in Europe. 16,250 sq. mi. (42,088 sq. km). Capital: Izhevsk.
  • ulster defence association — (in Northern Ireland) a Loyalist paramilitary organization
  • united press international — a business organization of newspapers in the U.S., together with representatives abroad, for the reporting and interchange of news. Abbreviation: UPI, U.P.I.
  • universal communications x — (communications)   (UCX) A software implementation of the ubiquitous TCP/IP suite of communications protocols for Digital Equipment Corporation's OpenVMS operating system. Users of the UCX product can connect to heterogeneous networks to access and download files, send electronic mail, run and develop applications, and monitor activity.
  • universal resource locator — Uniform Resource Locator
  • universal time coordinated — incorrect term for coordinated universal time.
  • university of pennsylvania — (body, education)   The home of ENIAC and Machiavelli. Address: Philadelphia, PA, USA.
  • unlisted securities market — a market on the London Stock Exchange, established in 1980 and discontinued in 1996, for trading in shares of smaller companies, who did not wish to comply with the requirements for a full listing
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?