0%

21-letter words containing m, o, n, l, e

  • pneumoencephalography — encephalography.
  • polarizing microscope — a microscope that utilizes polarized light to reveal detail in an object, used especially to study crystalline and fibrous structures.
  • portable common loops — (PCL) A language which started out as an implementation of CommonLoops and turned into a portable CLOS implementation. Version 1992-08-28. It runs under Lucid Common LISP 4.0.1 and CMU Common LISP 16e.
  • prader-willi syndrome — a congenital condition characterized by obsessive eating, obesity, learning difficulties, and small genitalia
  • premature ejaculation — a male psychosexual disorder in which ejaculation occurs soon after the commencement of sexual intercourse.
  • premenstrual syndrome — a complex of physical and emotional changes, including depression, irritability, appetite changes, bloating and water retention, breast soreness, and changes in muscular coordination, one or more of which may be experienced in the several days before the onset of menstrual flow. Abbreviation: PMS.
  • primitive dicotyledon — any living relative of early angiosperms that branched off before the evolution of monocotyledons and eudicotyledons. The group comprises about 5 per cent of the world's plants
  • propantheline bromide — a substance, C 2 3 H 3 0 BrNO 3 , used in the treatment of peptic ulcers.
  • psychoneuroimmunology — the study of the effects of psychological factors on the immune system
  • pulse code modulation — a form of modulation that transforms a wave-form, as an audio signal, into a binary signal in which information is conveyed by a coded order of pulses for transmission, storage on a disk, or processing by a computer. Abbreviation: PCM.
  • pulse-code modulation — a form of modulation that transforms a wave-form, as an audio signal, into a binary signal in which information is conveyed by a coded order of pulses for transmission, storage on a disk, or processing by a computer. Abbreviation: PCM.
  • pulse-time modulation — radio transmission in which the carrier is modulated to produce a series of pulses timed to transmit the amplitude and pitch of a signal. Abbr.: PTM.
  • quantum teleportation — a hypothetical technique to instantly transfer properties from one quantum system to another without contact, or to transfer a quantum state to an arbitrarily distant location.
  • rattle someone's cage — to upset or anger someone
  • real operating system — (operating system, abuse)   The sort the speaker is used to. People from the BSDophilic academic community are likely to issue comments like "System V? Why don't you use a *real* operating system?", people from the commercial/industrial Unix sector are known to complain "BSD? Why don't you use a *real* operating system?", and people from IBM object "Unix? Why don't you use a *real* operating system?" See holy wars, religious issues, proprietary, Get a real computer!.
  • redevelopment company — a private corporation or a public agency that stimulates the improvement of land, as through a building project subject to certain designs and controls, by financing, selling, or leasing such real estate to interested buyers or lessees.
  • relational data model — (database)   (Or "relational model") A data model introduced by E.F. Codd in 1970, particularly well suited for business data management. In this model, data are organised in tables. The set of names of the columns is called the "schema" of the table. Here is an example table with the schema (account number, amount) and 3 lines. account number amount -------------- --------- 12343243546456 +30000.00 23149875245824 +2345.33 18479827492874 -123.25 The data can be manipulated using a relational algebra. SQL is a standard language for talking to a database built on the relational model (a "relational database").
  • replacement algorithm — The method used to determine which entry in an associative cache to flush to main memory when it is desired to cache a new block of data. The "least recently used" algorithm flushed the block which has not been accessed for the longest time. A random replacement algorithm picks any block with equal probability.
  • residual unemployment — the unemployment that remains in periods of full employment, as a result of those mentally, physically, or emotionally unfit to work
  • return the compliment — repay sb's kindness with a kind act
  • saint elias mountains — a mountain range between SE Alaska and the SW Yukon, Canada. Highest peak: Mount Logan, 5959 m (19 550 ft)
  • salam-weinberg theory — the electroweak theory.
  • sales finance company — a finance company that purchases, at a discount, installment contracts from dealers or that finances retail sales.
  • san gabriel mountains — a mountain range in S California, N of Los Angeles. Highest peak, San Antonio Peak, 10,080 feet (3072 meters).
  • scarlet monkey flower — any of various plants belonging to the genus Mimulus, of the figwort family, as M. cardinalis (scarlet monkey flower) having spotted flowers that resemble a face.
  • schoolgirl complexion — a smooth, clear complexion, such as schoolgirls are considered to have
  • settle someone's hash — a dish of diced or chopped meat and often vegetables, as of leftover corned beef or veal and potatoes, sautéed in a frying pan or of meat, potatoes, and carrots cooked together in gravy.
  • sierra madre oriental — the system of mountains in the east of Mexico
  • simple actor language — (language)   (SAL) A minimal actor language, used for teaching in:
  • spin angular momentum — to make (yarn) by drawing out, twisting, and winding fibers: Pioneer women spun yarn on spinning wheels.
  • steal someone's heart — to cause someone to feel love or affection
  • stock list department — (in an American stock exchange) the department dealing with monitoring compliance with its listing requirements and rules
  • subjective complement — subject complement.
  • subliminal perception — perception of or reaction to a stimulus that occurs without awareness or consciousness
  • supply-side economics — a school of economic thought that emphasizes the importance to a strong economy of policies that remove impediments to supply
  • systeme international — Système International d'Unités
  • teleological argument — the argument purporting to prove the existence of God from empirical facts, the premise being that the universe shows evidence of order and hence design
  • tetrabromofluorescein — eosin (def 1).
  • the built environment — the buildings and all other things constructed by human beings
  • the middle of nowhere — remote place
  • the moral high ground — If you say that someone has taken the moral high ground, you mean that they consider that their policies and actions are morally superior to the policies and actions of their rivals.
  • the women's land army — a unit of women recruited to do agricultural work in the United Kingdom during World War I and World War II
  • thermal decomposition — Thermal decomposition is the process in which a chemical species breaks down when its temperature is increased.
  • thermal power station — a power station in which heat is converted into electricity
  • to lay something bare — If you lay something bare, you uncover it completely so that it can then be seen.
  • to live hand to mouth — If someone lives hand to mouth or lives from hand to mouth, they have hardly enough food or money to live on.
  • to make a mental note — If you make a mental note of something, you make an effort to store it in your memory so that you will not forget it.
  • to pull someone's leg — If you are pulling someone's leg, you are teasing them by telling them something shocking or worrying as a joke.
  • to risk life and limb — If someone risks life and limb, they do something very dangerous that may cause them to die or be seriously injured.
  • tool command language — (language)   /tik*l/ (Tcl) An interpreted string processing language for issuing commands to interactive programs, developed by John Ousterhout at UCB. Each application program can extend tcl with its own set of commands. Tcl is like a text-oriented Lisp, but lets you write algebraic expressions for simplicity and to avoid scaring people away. Though originally designed to be a "scripting language" rather than for serious programming, Tcl has been used successfully for programs with hundreds of thousands of lines. It has a peculiar but simple syntax. It may be used as an embedded interpreter in application programs. It has exceptions and packages (called libraries), name-spaces for procedures and variables, and provide/require. It supports dynamic loading of object code. It is eight-bit clean. It has only three variable types: strings, lists and associative arrays but no structures. Tcl and its associated GUI toolkit, Tk run on all flavors of Unix, Microsoft Windows, Macintosh and VMS. Tcl runs on the Amiga and many other platforms. See also expect (control interactive programs and pattern match on their output), Cygnus Tcl Tools, [incr Tcl] (adds classes and inheritence to Tcl), Scriptics (John Ousterhout's company that is the home of Tcl development and the TclPro tool suite), Tcl Consortium (a non-profit agency dedicated to promoting Tcl), tclhttpd (an embeddable Tcl-based web server), tclx (adds many commands to Tcl), tcl-debug.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?