0%

16-letter words containing i, m, p, r, n

  • microangiopathic — Of, pertaining to or accompanied by microangiopathy.
  • microencapsulate — (transitive) To embed by means of microencapsulation.
  • microenterprises — Plural form of microenterprise.
  • micromanipulator — A device, used for micromanipulation, consisting of microscopic needles and instruments viewed through a microscope.
  • microprogramming — microcode
  • micropropagation — the propagation of plants from tissue cultures, often from single cells.
  • 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
  • misanthropically — In a misanthropic manner.
  • misapprehensions — Plural form of misapprehension.
  • misappropriating — Present participle of misappropriate.
  • misappropriation — to put to a wrong use.
  • miscomprehension — the act or process of comprehending.
  • mispronunciation — (uncountable) The act of mispronouncing.
  • mistranscription — the act or process of transcribing.
  • montpelier maple — a maple, Acer monspessulanum, that is native to southern Europe and Northwest Africa
  • morris plan bank — a private banking organization, formerly common in the U.S., designed primarily to grant small loans to industrial workers.
  • moulding process — the process of shaping or compacting a material into a frame or mould
  • multiprogramming — multitasking
  • myelosuppression — (medicine) A reduction of bone marrow activity that leads to a lower concentration of platelets, red blood cells and white blood cells.
  • neoimpressionism — the theory and practice of a group of post-impressionists of about the middle 1880s, characterized chiefly by a systematic juxtaposition of dots or points of pure color according to a concept of the optical mixture of hues.
  • neptunium series — a radioactive series that starts with plutonium-241 and ends with bismuth-209. Neptunium-237 is the longest-lived member of the series. The series does not occur in nature
  • neuroepithelioma — Neurocytoma.
  • nomination paper — a document containing signatures guaranteeing the proposal of somebody as a candidate in an election
  • non-compressible — to press together; force into less space.
  • non-compromising — an endangering, especially of reputation; exposure to danger, suspicion, etc.: a compromise of one's integrity.
  • 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.
  • northamptonshire — a county in central England. 914 sq. mi. (2365 sq. km).
  • opening ceremony — a ceremony held in celebration of the start of something
  • 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.
  • over-consumption — the act of consuming, as by use, decay, or destruction.
  • 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.
  • 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.
  • palomar mountain — mountain in SW Calif., near San Diego: site of an astronomical observatory: 6,140 ft (1,871 m)
  • 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
  • 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.
  • 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)
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?