0%

16-letter words containing a, m, p, e, r

  • microencapsulate — (transitive) To embed by means of microencapsulation.
  • microgametophyte — (biology) Any gametophyte that develops from a microspore.
  • microlepidoptera — a collector's name for the smaller moths: a term without taxonomic significance
  • mineral deposits — amounts of minerals that occur naturally in particular areas
  • miniature poodle — a breed of poodle, bred to be much smaller than standard poodles
  • misapprehensions — Plural form of misapprehension.
  • montpelier maple — a maple, Acer monspessulanum, that is native to southern Europe and Northwest Africa
  • mortgage company — business providing loans to property buyers
  • mortgage payment — instalment paid on a housebuyer's loan
  • multiple factors — polygene.
  • neuroepithelioma — Neurocytoma.
  • nomination paper — a document containing signatures guaranteeing the proposal of somebody as a candidate in an election
  • non-contemporary — existing, occurring, or living at the same time; belonging to the same time: Newton's discovery of the calculus was contemporary with that of Leibniz.
  • non-experimental — pertaining to, derived from, or founded on experiment: an experimental science.
  • non-metropolitan — of, noting, or characteristic of a metropolis or its inhabitants, especially in culture, sophistication, or in accepting and combining a wide variety of people, ideas, etc.
  • north massapequa — a city on S Long Island, in SE New York.
  • north palm beach — a town in E Florida.
  • northamptonshire — a county in central England. 914 sq. mi. (2365 sq. km).
  • occipitotemporal — (anatomy) Of or pertaining to the occiput and temporal lobe.
  • onboard computer — onboard a vehicle, ship, plane, train or spacecraft
  • one-party system — a political system in which only one party is allowed
  • operating income — revenue from business operations after operating expenses are deducted from gross income.
  • operating manual — a leaflet of instructions on how to use something (such as an electrical appliance, etc)
  • operating margin — An operating margin is a ratio used to measure how well a company controls its costs, that is calculated by dividing operating income by net sales, and expressing it as a percentage.
  • operating system — (operating system)   (OS) The low-level software which handles the interface to peripheral hardware, schedules tasks, allocates storage, and presents a default interface to the user when no application program is running. The OS may be split into a kernel which is always present and various system programs which use facilities provided by the kernel to perform higher-level house-keeping tasks, often acting as servers in a client-server relationship. Some would include a graphical user interface and window system as part of the OS, others would not. The operating system loader, BIOS, or other firmware required at boot time or when installing the operating system would generally not be considered part of the operating system, though this distinction is unclear in the case of a rommable operating system such as RISC OS. The facilities an operating system provides and its general design philosophy exert an extremely strong influence on programming style and on the technical cultures that grow up around the machines on which it runs. Example operating systems include 386BSD, AIX, AOS, Amoeba, Angel, Artemis microkernel, BeOS, Brazil, COS, CP/M, CTSS, Chorus, DACNOS, DOSEXEC 2, GCOS, GEORGE 3, GEOS, ITS, KAOS, Linux, LynxOS, MPV, MS-DOS, MVS, Mach, Macintosh operating system, Microsoft Windows, MINIX, Multics, Multipop-68, Novell NetWare, OS-9, OS/2, Pick, Plan 9, QNX, RISC OS, STING, System V, System/360, TOPS-10, TOPS-20, TRUSIX, TWENEX, TYMCOM-X, Thoth, Unix, VM/CMS, VMS, VRTX, VSTa, VxWorks, WAITS.
  • operating-system — the collection of software that directs a computer's operations, controlling and scheduling the execution of other programs, and managing storage, input/output, and communication resources. Abbreviation: OS.
  • ophthalmoparesis — (medicine) A partial or complete paralysis of the extraocular muscles which are responsible for eye movements.
  • optical computer — an experimental computer that uses photons rather than electrical impulses to process data a thousand times faster than with conventional integrated circuits.
  • orthosympathetic — Of or pertaining to the sympathetic component of the autonomic nervous system.
  • overcompensating — Present participle of overcompensate.
  • overcompensation — a pronounced striving to neutralize and conceal a strong but unacceptable character trait by substituting for it an opposite trait.
  • overcompensatory — a pronounced striving to neutralize and conceal a strong but unacceptable character trait by substituting for it an opposite trait.
  • overcomplicating — Present participle of overcomplicate.
  • paint-by-numbers — formulaic; showing no original thought or creativity
  • painted trillium — a North American trillium, Trillium undulatum, having white flowers streaked with pink or purple.
  • pairs tournament — an event in a sport such as tennis or darts open to pairs of competitors
  • palmer peninsula — former name of Antarctic Peninsula.
  • palmerston north — a city in New Zealand, in the S North Island on the Manawatu River. Pop: 78 100 (2004 est)
  • palmtop computer — a computer that has a small screen and compressed keyboard and is small enough to be held in the hand, often used as a personal organizer
  • panoramic camera — a still camera having a movable lens that horizontally scans a view while exposing a long photographic plate or strip of film.
  • panoramic screen — a very wide screen, as of a television, etc
  • papillary muscle — one of the small bundles of muscles attached to the ventricle walls and to the chordae tendineae that tighten these tendons during ventricular contraction.
  • paraformaldehyde — a white, crystalline polymer of formaldehyde, (HCOH) n , from which it is obtained by evaporation of the aqueous solution: used chiefly as an antiseptic.
  • parliament hinge — a butt hinge the knuckle of which protrudes from the door so that the door when fully opened stands away from the wall.
  • pascal's theorem — the theorem that the lines joining adjacent vertices of a hexagon intersect the same straight line if alternate vertices lie on two intersecting straight lines.
  • pattern matching — 1. A function is defined to take arguments of a particular type, form or value. When applying the function to its actual arguments it is necessary to match the type, form or value of the actual arguments against the formal arguments in some definition. For example, the function length [] = 0 length (x:xs) = 1 + length xs uses pattern matching in its argument to distinguish a null list from a non-null one. There are well known algorithm for translating pattern matching into conditional expressions such as "if" or "case". E.g. the above function could be transformed to 2. Descriptive of a type of language or utility such as awk or Perl which is suited to searching for strings or patterns in input data, usually using some kind of regular expression.
  • peace campaigner — someone who campaigns for peace or an end to conflict
  • peano arithmetic — (mathematics)   Giuseppe Peano's system for representing natural numbers inductively using only two symbols, "0" (zero) and "S" (successor). This system could be expressed as a recursive data type with the following Haskell definition: data Peano = Zero | Succ Peano The number three, usually written "SSS0", would be Succ (Succ (Succ Zero)). Addition of Peano numbers can be expressed as a simple syntactic transformation: plus Zero n = n plus (Succ m) n = Succ (plus m n) (1995-03-28)
  • pearls of wisdom — good advice, wise words
  • pectoralis major — the larger of the two large chest muscles that assist in movements of the shoulder and upper arm
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?