0%

22-letter words containing m, i, t, e, r, s

  • independent assortment — law of independent assortment.
  • indeterminate sentence — a penalty, imposed by a court, that has relatively wide limits or no limits, as one of imprisonment for one to ten years.
  • information processing — processing of information, especially the handling of information by computers in accordance with strictly defined systems of procedure.
  • interpretive semantics — a school of semantic theory based on the doctrine that the rules that relate sentences to their meanings form an autonomous system, separate from the rules that determine what is grammatical in a language
  • java community process — (project)   (JCP) An organization controlled by Sun Microsystems to further the growth of the Java language and runtime. The JCP produces standards called Java Standard Requests, which are "requests" in the same sense as RFCs.
  • klinefelter's syndrome — an abnormal condition in which at least one extra X chromosome is present in a male: characterized by reduced or absent sperm production, small testicles, and in some cases enlarged breasts.
  • lorentz transformation — the mathematical transformation in the special theory of relativity that describes the way in which measurements of space, time, and other physical quantities differ for two observers in uniform relative motion.
  • lynx real-time systems — A company in Los Gatos, California who distribute LynxOS. E-mail: <[email protected]>, <[email protected]>. Address: 16780 Lark Avenue, Los Gatos, CA 95030, USA. Telephone:: +1 (408) 354 7770, +1 (800) 255 LYNX. Fax: +1 (408) 354 7085.
  • magnetic pole strength — Electricity. a measure of the force exerted by one face of a magnet on a face of another magnet when both magnets are represented by equal and opposite poles. Symbol: m.
  • make a beeline for sth — If you make a beeline for a place, you go to it as quickly and directly as possible.
  • make/prove one's point — If you make your point or prove your point, you prove that something is true, either by arguing about it or by your actions or behaviour.
  • master warrant officer — a noncommissioned officer in the Canadian forces junior to a chief warrant officer
  • matrix math extensions — (processor)   (MMX) (NOT an acronym for "MultiMedia eXtension", according to Intel, but an Intel brand name) A set of 57 extra instructions built into some versions of Intel's Pentium microprocessors for supporting SIMD operations on multimedia and communications data types. MMX-enhanced processors are due to be released early in 1997. They will be fully compatible with previous Intel processors and software but software will only benefit if it is written to use the new instructions. They can handle many common multimedia operations, such as digital signal processing, normally handled by a separate sound card or video card.
  • mcculloch-pitts neuron — (artificial intelligence)   The basic building block of artificial neural networks. It receives one or more inputs and produces one or more identical outputs, each of which is a simple non-linear function of the sum of the inputs to the neuron. The non-linear function is typically a threshhold or step function which is usually smoothed (i.e. a sigmoid) to facilitate learning.
  • metasyntactic variable — (grammar)   Strictly, a variable used in metasyntax, but often used for any name used in examples and understood to stand for whatever thing is under discussion, or any random member of a class of things under discussion. The word foo is the canonical example. To avoid confusion, hackers never (well, hardly ever) use "foo" or other words like it as permanent names for anything. In filenames, a common convention is that any filename beginning with a metasyntactic-variable name is a scratch file that may be deleted at any time. To some extent, the list of one's preferred metasyntactic variables is a cultural signature. They occur both in series (used for related groups of variables or objects) and as singletons. Here are a few common signatures: bazola, ztesch: Stanford (from mid-'70s on). zxc, spqr, wombat: Cambridge University (England). shme: Berkeley, GeoWorks, Ingres. Pronounced /shme/ with a short /e/. blarg, wibble: New Zealand Of all these, only "foo" and "bar" are universal (and baz nearly so). The compounds foobar and "foobaz" also enjoy very wide currency. Some jargon terms are also used as metasyntactic names; barf and mumble, for example. See also Commonwealth Hackish for discussion of numerous metasyntactic variables found in Great Britain and the Commonwealth.
  • microspectrophotometer — a spectrophotometer for examining light emitted, transmitted, or reflected by minute objects.
  • microspectrophotometry — a spectrophotometer for examining light emitted, transmitted, or reflected by minute objects.
  • microwave spectroscopy — the determination of those frequencies of the microwave spectrum that are selectively absorbed by certain materials, providing information about atomic, molecular, and crystalline structure.
  • middle-distance runner — someone who runs races of a length between the sprints and the distance events, esp the 800 metres and the 1500 metres
  • million electron volts — a unit of energy equal to the energy acquired by an electron in falling through a potential of 10 6 volts. Abbreviation: MeV .
  • miscarriage of justice — law: wrongful judgement
  • mistress of ceremonies — a woman who directs the entertainment at a party, dinner, or the like.
  • molecular distillation — a vacuum distillation in which the molecules of the distillate reach the condenser before colliding with one another.
  • mother carey's chicken — any of various small petrels, especially the stormy petrel, Oceanites oceanicus.
  • motoring correspondent — a journalist who reviews and writes about cars
  • mountain standard time — one of the standard times used in North America, seven hours behind Greenwich Mean Time
  • multiplicative inverse — reciprocal (def 9).
  • name service switching — Domain Name System
  • national semiconductor — (company)   A semiconductor manufacturer, responsible for the SC/MP, National Semiconductor 16000 and National Semiconductor 32000 series of microprocessors.
  • nominal semidestructor — (abuse)   Slang for "National Semiconductor", found among other places in the 4.3BSD networking sources. During the late 1970s to mid-1980s this company marketed a series of microprocessors including the National Semiconductor 16000 and National Semiconductor 32000. At one point early in the great microprocessor race, the specs on these chips made them look like serious competition for the rising Intel 80x86 and Motorola 680x0 series. Unfortunately, the actual parts were notoriously flaky and never implemented the full instruction set promised in their literature, apparently because the company couldn't get any of the mask steppings to work as designed. They eventually sank without trace, joining the Zilog Z8000 and a few even more obscure also-rans in the graveyard of forgotten microprocessors.
  • non-maskable interrupt — (NMI) An IRQ 7 on the PDP-11 or 680x0 or the NMI line on an 80x86. In contrast with a priority interrupt (which might be ignored, although that is unlikely), an NMI is *never* ignored.
  • nonrepresentationalism — not resembling or portraying any object in physical nature: a nonrepresentational painting.
  • oak processionary moth — a moth, (Thaumetopoea processionea), of the family Thaumetopoeidae, the larvae of which leave the communal shelter nightly for food in a V-shaped procession
  • of the first magnitude — of the greatest importance
  • open-market operations — the purchase and sale on the open market of government securities by the Bank of England for the purpose of regulating the supply of money and credit to the economy
  • operation desert storm — the codename for the US-led UN operation to liberate Kuwait from Iraq (1991)
  • ousterhout's dichotomy — (language)   John Ousterhout's division of high-level languages into "system programming languages" and "scripting languages". This distinction underlies the design of his language Tcl. System programming languages (or "applications languages") are strongly typed, allow arbitrarily complex data structures, and programs in them are compiled, and are meant to operate largely independently of other programs. Prototypical system programming languages are C and Modula-2. By contrast, scripting languages (or "glue languages") are weakly typed or untyped, have little or no provision for complex data structures, and programs in them ("scripts") are interpreted. Scripts need to interact either with other programs (often as glue) or with a set of functions provided by the interpreter, as with the file system functions provided in a UNIX shell and with Tcl's GUI functions. Prototypical scripting languages are AppleScript, C Shell, MS-DOS batch files and Tcl. Many believe that this is a highly arbitrary dichotomy, and refer to it as "Ousterhout's fallacy" or "Ousterhout's false dichotomy". While strong-versus-weak typing, data structure complexity, and independent versus stand-alone might be said to be unrelated features, the usual critique of Ousterhout's dichotomy is of its distinction of compilation versus interpretation, since neither semantics nor syntax depend significantly on whether code is compiled into machine-language, interpreted, tokenized, or byte-compiled at the start of each run, or any mixture of these. Many languages fall between being interpreted or compiled (e.g. Lisp, Forth, UCSD Pascal, Perl, and Java). This makes compilation versus interpretation a dubious parameter in a taxonomy of programming languages.
  • parker morris standard — (in Britain) a set of minimum criteria for good housing construction, design, and facilities, recommended by the 1961 report of the Central Housing Advisory Committee chaired by Sir Parker Morris. Subsequent governments have urged private and local authority house-builders to achieve these standards
  • passive matrix display — (hardware)   A type of liquid crystal display which relies on persistence to maintain the state of each display element (pixel) between refresh scans. The resolution of such displays is limited by the ratio between the time to set a pixel and the time it takes to fade. Contrast active matrix display.
  • percussive maintenance — (jargon)   The fine art of whacking a device to get it working, possibly using a fine adjuster.
  • planetary transmission — A planetary transmission is a special form of geared drive in which the input and output shafts are on the same axis.
  • point of sale terminal — the store, dealer, or other retail outlet where an item is sold: from manufacturer to point-of-sale.
  • point-of-sale terminal — the store, dealer, or other retail outlet where an item is sold: from manufacturer to point-of-sale.
  • positive reinforcement — encouragement
  • post office department — former name of United States Postal Service.
  • postmortem examination — dissection and examination of a dead body to determine the cause of death
  • potassium ferricyanide — a bright-red, crystalline, water-soluble, poisonous solid, K 3 Fe(CN) 6 , used chiefly in the manufacture of pigments, as Prussian blue, and of paper, especially blueprint paper.
  • potassium ferrocyanide — a lemon-yellow, crystalline, water-soluble solid, K 4 Fe(CN) 6 ⋅3H 2 O, used chiefly in casehardening alloys having an iron base and in dyeing wool and silk.
  • potassium permanganate — a very dark purple, crystalline, water-soluble solid, KMnO 4 , used chiefly as an oxidizing agent, disinfectant, laboratory reagent, and in medicine as an astringent and antiseptic.
  • practice makes perfect — If you say 'practice makes perfect', you mean that it is possible to learn something or develop a skill if you practise enough. People often say this to encourage someone to keep practising.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?