0%

23-letter words containing m, i, e, t, c

  • indeterminacy principle — uncertainty principle.
  • indirect discrimination — discrimination by means of rules, regulations or procedures that may appear to be neutral, but which actually discriminate against certain groups of people.
  • interchange file format — (file format)   (IFF, full name "EA IFF 1985") A generic file format published by Electronic Arts as an open standard. IFF is chunk-based and hierarchical so files can include other files. It is easily extensible and an all round Good Idea. An IFF file starts with one of the following "group IDs": 'FORM', 'LIST' or 'CAT '. This is followed by an unsigned 32-bit number of bytes in the remainder of the file. Then comes an ID that indicates which type of IFF file this is. The main image type is ILBM, audio is either AIFF or 8SVX, animations are ANIM etc. An IFF file will probably have a filename extension related to this file type stored in the file. The rest of the file is divided into chunks each of which also has a four-byte header and byte count.
  • interfascicular cambium — cambium that develops between the vascular bundles.
  • interference microscope — a microscope that utilizes light interference phenomena to create two superimposed images of an object, making possible the observation of transparent objects without using the staining technique.
  • intermediate technology — technology which combines sophisticated ideas with cheap and readily available materials, esp for use in developing countries
  • intrinsic semiconductor — an almost pure semiconductor to which no impurities have been added and in which the electron and hole densities are equal at thermal equilibrium
  • islamic fundamentalists — Muslims who believe in, advocate or support a conservative adherence to literal or traditional interpretations of the Qu'ran and the Sunnah
  • katmai new instructions — Streaming SIMD Extensions
  • law enforcement officer — an official employee who prevents and detects crime and who maintains and upholds the police, such as a police officer, sheriff, customs officer etc
  • like anything/crazy/mad — You can use the expressions like anything, like crazy, or like mad to emphasize that someone is doing something or something is happening in a very energetic or noticeable way.
  • lymphoblastic leukaemia — a severe blood disorder in which abnormal leukocytes are identified as immature forms of lymphocytes
  • magnetic field strength — that part of the magnetic induction that is determined at any point in space by the current density and displacement current at that point independently of the magnetic or other physical properties of the surrounding medium. Symbol: H.
  • magnetic quantum number — the quantum number that designates the component of the orbital angular momentum in a fixed direction and that can assume all integral values between and including the orbital quantum number and the negative of the orbital quantum number.
  • magnetic resonance scan — MR scan.
  • magnetic susceptibility — the coefficient or set of coefficients of the magnetic intensity in any expression giving the components of magnetization as linear combinations of the components of magnetic intensity.
  • magnetohydrodynamically — In a magnetohydrodynamic way.
  • magnetomechanical ratio — the ratio of the angular momentum of a rotating charged particle to its magnetic moment; the reciprocal of the gyromagnetic ratio.
  • message digest function — one-way hash function
  • methylthionine chloride — methylene blue.
  • mexican free-tailed bat — any of several small, insect-eating bats of the genus Tadarida, of Mexico and the southwestern U.S., inhabiting limestone caves: residual DDT has reduced most populations.
  • minimum security prison — A minimum security prison is a prison where there are fewer restrictions on prisoners than in a normal prison.
  • mips technologies, inc. — (company)   A company which designs, develops, and licenses reduced instruction set computer (RISC) microprocessors and compilers. MIPS Technologies, Inc. is a wholly-owned subsidiary of Silicon Graphics, Inc. and operates as an independent unit. MIPS is the successor to the processor business of MIPS Computer Systems which was founded in 1984 and merged with Silicon Graphics on 29 June 1992. MIPS Technologies developed the world's first RISC VLSI microprocessors (1985) (or was it the ARM?), the first commercial 64-bit microprocessor (MIPS R4000, 1992), announced MIPS R4300i - the first 64-bit RISC processor designed for interactive consumer applications (April 1995). They announced the MIPS R10000 - the next generation general-purpose MIPS microprocessor and the most powerful processor in the world (October 1994). MIPS' semiconductor company partners participate in the design and development of MIPS processors and software and then produce, market, and support the processors. MIPS itself does not fabricate or sell products. MIPS' semiconductor partners are: Integrated Device Technology, LSI Logic Corporation, NEC Corporation, NKK Corporation, Philips Semiconductors, Siemens AG, and Toshiba Corporation. MIPS' products include: R4000 - 100 MHz; 1.35M transistors, primary i/d cache 8KB/8KB, SPECint92 58.3/ SPECfp92 61.4. R4300i - 133 MHZ, 1.35M transistors; primary i/d cache, 16KB/8KB, SPECint92 80, SPECfp92 60. R4400 - 250 MHz, 2.3M transistors, primary i/d cache 16KB/16KB, SPECint92 175.8, SPECfp92 164.4. R4600 - 133 MHz, 1.9M transistors, primary i/d cache 16KB/16KB, SPECint92 85, SPECfp92 75. R8000/R8010 - 90 MHz, 2.6M, .83M transistors, primary i/d cache, 16KB/16KB, SPECint92 132, SPECfp92 396. R10000 - 200 MHz, 6.7M transistors, primary i/d cache 32KB/32KB, SPECint92 >300, SPECfp92 >600. MIPS' processor chips were used in the DEC 3100 series of workstations.
  • moving target indicator — a Doppler-radar presentation that indicates moving targets only, stationary objects reflecting signals that the system rejects. Abbreviation: MTI.
  • multimedia compact disc — (storage)   (MMCD) A CD-ROM standard for storing 4.7 GB of data including video. MMCD is being developed by a large numer of computer manufacturers and is expected to be shipped in late 1996 or early 1997. Initially it will be aimed at the consumer market, then perhaps in CD-ROM format for computers, and maybe later on erasble CD.
  • multiple-risk insurance — insurance that covers several risks
  • multiplicative identity — an identity that when used to multiply a given element in a specified set leaves that element unchanged, as the number 1 for the real-number system.
  • murder in the cathedral — a verse drama (1935) by T. S. Eliot.
  • nondisclosure agreement — a legal contract in which one or more parties agree to keep information, as a trade secret, confidential and protected for a specific amount of time. Abbreviation: NDA.
  • nonessential amino acid — an amino acid that can be synthesized in the body
  • nonverbal communication — gesture and facial expression
  • oil-immersion objective — immersion objective.
  • on someone's coat-tails — thanks to the popularity or success of someone else
  • on-line computer system — (OLC) A predecessor of the Culler-Fried System from UCSB ca. 1966.
  • orthomorphic projection — conformal projection.
  • osteogenesis imperfecta — a rare hereditary disease in which abnormal connective tissue development leads to fragile bones subject to fracture.
  • overnight accommodation — accommodation provided by an establishment (such as a hotel) where guests can sleep or spend the night
  • parametric polymorphism — Polymorphism was first identified by Christopher Strachey in 1967 and developed by Hindley and Milner. For example we could specify that the argument of the "head" function was a list without specifying a type for the elements of the list. In Haskell we would write: head :: [a] -> a meaning head has type function from "list of a" to "a" where "a" is a type variable). This is known as parametric polymorphism. Polymorphic typing allows strong type checking as well as generic functions. ML in 1976 was the first language with polymorphic typing. See also generic type variable.
  • parliamentary candidate — sb standing for election to government
  • parliamentary democracy — a system of government in which people elect representatives to a parliament to make laws, for example Canada and the UK
  • parliamentary secretary — government minister's assistant
  • participatory democracy — individual participation by citizens in political decisions and policies that affect their lives, especially directly rather than through elected representatives.
  • pharmaceuticals company — a company specialising in developing and marketing pharmaceuticals
  • photoelectric magnitude — the magnitude of a star determined using a photometer plus a filter to select light or other radiation of the desired wavelength
  • plain old documentation — (text)   (pod, occasionally "POD") A simple markup language used to embed documentation, literate programming-style, in Perl programs. Pod readers and converters are part of the standard Perl distribution and the documentation provided with Perl is all in pod format.
  • play by electronic mail — (games)   A kind of game where the players use electronic mail to communicate. This may be done via a human moderator or an automatic mailing list exploder on some central machine or it may be fully distributed with each player just addressing his mail to all other players. This is a natural extension of "play by mail" games conducted via snail mail.
  • positive discrimination — special opportunities
  • postcode discrimination — discrimination on the basis of the area where someone lives, with relation to employment, credit rating, etc
  • potassium acid tartrate — cream of tartar.
  • praxis critical systems — (company)   The company that supplies SPARK.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?