0%

25-letter words containing m, a, r, i

  • international atomic time — a system of measuring time based on atomic clocks that measure the second as the basic unit of time in the International System of Units (SI). Abbreviation: IAT.
  • international match point — a unit of scoring in contract bridge tournaments held in Europe. Abbreviation: IMP.
  • interstate highway system — a network of U.S. highways connecting the 48 contiguous states and most of the cities with populations above 50,000, begun in the 1950s and estimated to carry about a fifth of the nation's traffic.
  • java run-time environment — (language)   (JRE) The part of the Java Development Kit required to run Java programs. The JRE consists of the Java Virtual Machine, the Java platform core classes and supporting files. It does not include the compiler, debugger or other tools present in the JDK. The JRE is the smallest set of executables and files that constitute the standard Java platform.
  • jean-maurice-Émile baudot — (person)   (1845-1903) The inventor of the Baudot code. Baudot joined the French Post & Telegraph Administration in 1869 as a telegraph operator. In his own time he developed a code for sending several messages at once. In 1874 Baudot patented his first printing telegraph where signals were translated onto paper tape. The Baudot code was adopted first in France and then by other nations for and transmissions. The unit of transmission speed, baud, is named after him.
  • khakass autonomous region — an autonomous region in the Russian Federation, in S Siberia. 19,161 sq. mi. (49,627 sq. km). Capital: Abakan.
  • leaf distribution limited — A UK connectivity software supplier which also provides SERVELAN, a country-wide Internet access service. E-mail: <[email protected]>. Address: 7 Elmwood, Chineham Business Park, Crockford Lane, BASINGSTOKE RG24 0WG. Telephone: +44 (1256) 707 777. Fax: +44 (1256) 707 555.
  • letters of administration — a formal document nominating a specified person to take over, administer, and dispose of an estate when there is no executor to carry out the testator's will
  • limited-slip differential — an automotive differential that can transfer power from a wheel that has lost traction to one that has not.
  • lowest common denominator — least common denominator.
  • magnetic character reader — a device that automatically scans and interprets characters printed with magnetic ink. It operates by the process of magnetic character recognition
  • magnetic resonance imager — a device which uses a noninvasive medical diagnostic technique in which the absorption and transmission of high-frequency radio waves are analysed as they irradiate the hydrogen atoms in water molecules and other tissue components placed in a strong magnetic field
  • magnetohydromagnetic wave — Physics. Alfvén wave.
  • maintenance of membership — an arrangement or agreement between an employer and a labor union by which employees who are members of the union at the time the agreement is made, or who subsequently join, must either remain members until the agreement expires, or be discharged.
  • make bricks without straw — a block of clay hardened by drying in the sun or burning in a kiln, and used for building, paving, etc.: traditionally, in the U.S., a rectangle 2.25 × 3.75 × 8 inches (5.7 × 9.5 × 20.3 cm), red, brown, or yellow in color.
  • marcus aurelius antoninusMarcus Aurelius, Marcus Aurelius.
  • marcus-valerius-martialis — (Marcus Valerius Martialis) a.d. 43?–104? Roman epigrammatist, born in Spain.
  • massacre of the innocents — the slaughter of all the young male children of Bethlehem at Herod's command in an attempt to destroy Jesus (Matthew 2:16–18)
  • maximum transmission unit — (networking)   (MTU) The largest number of bytes of "payload" data a frame can carry, not counting the frame's header and trailer. A frame is a single unit of transportation on the data link layer. It consists of header data plus data which was passed down from the network layer (e.g. an IP datagram) plus sometimes trailer data. An Ethernet (V2) frame has a MTU of 1500 bytes but the size of the frame can be up to 1526 bytes (22 byte header, 4 byte CRC trailer). See also fragmentation.
  • medical officer of health — a person appointed by a local or national authority to be in charge of its health policy
  • memorandum of association — a document giving details such as the company's name, the purpose of the company, and the address of its registered office that is legally required when incorporating a company in certain countries such as the UK
  • mens sana in corpore sano — a sound mind in a sound body
  • message passing interface — (communications, protocol)   A de facto standard for communication among the nodes running a parallel program on a distributed memory system. MPI is a library of routines that can be called from Fortran and C programs. MPI's advantage over older message passing libraries is that it is both portable (because MPI has been implemented for almost every distributed memory architecture) and fast (because each implementation is optimised for the hardware it runs on).
  • metal oxide semiconductor — a three-layer sandwich of a metal, an insulator (usually an oxide of the substrate), and a semiconductor substrate, used in integrated circuits. Abbreviation: MOS.
  • metal-free phthalocyanine — phthalocyanine (def 1).
  • methylrosaniline chloride — gentian violet.
  • metropolitan area network — (MAN) A data network intended to serve an area the size of a large city. Such networks are being implemented by innovative techniques, such as running optical fibre through subway tunnels. A popular example of a MAN is SMDS. See also Local Area Network, Wide Area Network.
  • minimal brain dysfunction — (no longer in technical use) attention deficit disorder.
  • mount kenya national park — a national park in Kenya, located in the regions of Mount Kenya that are above 3200 m (10 500 ft); now a UNESCO World Heritage Site, the park covers 1420 sq km (548 sq miles)
  • multi-scene control board — preset board.
  • multinational corporation — international business
  • my favourite toy language — (jargon, language)   (MFTL) Describes a talk on a programming language design that is heavy on syntax (with lots of BNF), sometimes even talks about semantics (e.g. type systems), but rarely, if ever, has any content (see content-free). More broadly applied to talks - even when the topic is not a programming language --- in which the subject matter is gone into in unnecessary and meticulous detail at the sacrifice of any conceptual content. "Well, it was a typical MFTL talk". 2. A language about which the developers are passionate (often to the point of prosyletic zeal) but no one else cares about. Applied to the language by those outside the originating group. "He cornered me about type resolution in his MFTL." The first great goal in the mind of the designer of an MFTL is usually to write a compiler for it, then bootstrap the design away from contamination by lesser languages by writing a compiler for it in itself. Thus, the standard put-down question at an MFTL talk is "Has it been used for anything besides its own compiler?". On the other hand, a language that *cannot* be used to write its own compiler is beneath contempt. See break-even point, toolsmith.
  • national insurance number — a number allocated to UK citizens so that they can pay national insurance
  • national unity government — a government formed by a coalition of parties, esp in time of national emergency
  • non-algorithmic procedure — heuristic
  • non-uniform memory access — (architecture)   (NUMA) A memory architecture, used in multiprocessors, where the access time depends on the memory location. A processor can access its own local memory faster than non-local memory (memory which is local to another processor or shared between processors).
  • normal equivalent deviate — a value x such that the integral of a normal curve over all those values of the independent variable less than x is equal to the given probability.
  • object relational mapping — (programming, database)   (ORM) The software development activity that defines a correspondence between objects in a program and rows in a database table. Atomic object properties correspond to columns in the table, non-atomic data types and relations between objects are represented as foreign keys referring to other tables. An object persistence mechanism is responsible for maintaining the correspondence between objects and the database contents at run-time.
  • office of war information — OWI.
  • on the horns of a dilemma — one of the bony, permanent, hollow paired growths, often curved and pointed, that project from the upper part of the head of certain ungulate mammals, as cattle, sheep, goats, or antelopes.
  • ordinary national diploma — a vocational qualification in England and Wales and Northern Ireland. It is the highest level of the BTEC structure and is equal to A-Levels
  • own or similar occupation — A policyholder's own or similar occupation is the job that they were doing before they became disabled or a job with similar duties and training.
  • peripheral nervous system — the portion of the nervous system lying outside the brain and spinal cord.
  • permanent virtual circuit — (networking)   (PVC, or in ATM terminology, "Permanent Virtual Connection") A virtual circuit that is permanently established, saving the time associated with circuit establishment and tear-down.
  • personal-opinion telegram — a type of domestic telegram sent at the lowest rate with a minimum charge for 20 words or less to elected federal or state officials on a subject of national or regional interest.
  • personalized number plate — a car registration plate that has the owner's initials or name on it
  • petropavlovsk-kamchatskiy — seaport in E Asian Russia, on Kamchatka Peninsula: pop. 210,000
  • pharmacotherapeutic group — Drugs and agents are categorized into pharmacotherapeutic groups based on which diseases they are designed to treat.
  • phase contrast microscope — a microscope that utilizes the phase differences of light rays transmitted by different portions of an object to create an image in which the details of the object are distinct despite their near-uniformity of refractive index.
  • phase-contrast microscope — a microscope that utilizes the phase differences of light rays transmitted by different portions of an object to create an image in which the details of the object are distinct despite their near-uniformity of refractive index.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?