0%

22-letter words containing d, i, m, e

  • 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.
  • initial program loader — (operating system)   (IPL) A bootstrap loader which loads the part of an operating system needed to load the remainder of the operating system.
  • intermediate frequency — the middle frequency in a superheterodyne receiver, at which most of the amplification takes place. Abbreviation: if.
  • intermediate treatment — a form of child care for young people in trouble that involves neither custody nor punishment and provides opportunities to learn constructive patterns of behaviour to replace potentially criminal ones
  • intermetallic compound — a compound of two or more metals.
  • islamic fundamentalism — the belief or advocating of a conservative adherence to literal or traditional interpretations of the Qu'ran and the Sunnah
  • jacquard, joseph-marie — Joseph-Marie Jacquard
  • joint academic network — (JANET) The wide area network which links UK academic and research institutes. JANET is controlled by the Joint Network Team (JNT) and Network Executive (NE). It is an internet (a large number of interconnected sub-networks) that provides connectivity within the community as well as access to external services and other communities. The hub is the JANET subnetwork, a private X.25 packet-switched network that interconnects over 100 sites. At the majority of sites, local area networks (LANs) are connected to JANET allowing off-site access for the computers and terminals connected to these networks. The Coloured Book protocol architecture is used to support interactive terminal access to computers (for both character terminals and screen terminals), inter-host file transfers, electronic mail and remote batch job submission. See also JIPS, SuperJanet.
  • ketamine hydrochloride — a powerful anesthetic, C13H16ClNO·HCl, used in surgery
  • 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.
  • land of milk and honey — a land of unusual fertility and abundance.
  • large magellanic cloud — a satellite galaxy of our own Milky Way galaxy, appearing as a hazy cloud in the southern constellations Dorado and Mensa.
  • law of excluded middle — the principle that any proposition must be either true or false.
  • left-handed compliment — an ambiguous compliment
  • liberal democrat party — The Liberal Democrat Party is the third largest political party in Britain and the main centre party. It believes in improving the constitution and the voting system and in providing good welfare services.
  • limited access highway — expressway
  • linear induction motor — an electric motor in which a movable part moves in a straight line, with power being supplied by a varying magnetic field set up by a fixed part of the system, as a metal rail on the ground.
  • lord high commissioner — the Queen's representative
  • lunar excursion module — lunar module. Abbreviation: LEM.
  • magnetic dipole moment — a measure of the magnetic strength of a magnet or current-carrying coil, expressed as the torque per unit magnetic-flux density produced when the magnet or coil is set with its axis perpendicular to the magnetic field
  • make a big deal out of — to attach extreme importance to; make a big fuss about
  • make out like a bandit — a robber, especially a member of a gang or marauding band.
  • martin luther king day — the third Monday in January, a legal holiday in some states of the U.S., commemorating the birthday (Jan. 15) of Martin Luther King, Jr.
  • mathematical induction — induction (def 5).
  • meeting of (the) minds — an agreement
  • merry wives of windsor — a comedy (1598–1602?) by Shakespeare.
  • middle atlantic states — the states of New York, Pennsylvania, and New Jersey
  • 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
  • miguel primo de rivera — Diego [dye-gaw] /ˈdyɛ gɔ/ (Show IPA), 1886–1957, Mexican painter.
  • mind one's p's and q's — to be careful to behave correctly and use polite or suitable language
  • mind your own business — an occupation, profession, or trade: His business is poultry farming.
  • mind-your-own-business — baby's-tears.
  • modified american plan — (in hotels) a system of paying a single fixed rate that covers room, breakfast, and one other meal, usually dinner. Abbreviation: MAP.
  • mohammed al-khawarizmi — Muhammad ibn Musa al-Khwarizmi
  • molecular distillation — a vacuum distillation in which the molecules of the distillate reach the condenser before colliding with one another.
  • monday morning disease — azoturia (def 2).
  • 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
  • mpeg-2.5 audio layer 3 — (compression, standard, algorithm, file format)   A non-standard extention of MPEG-2 audio layer 3 by FhG for lowest sampling rates (8-12 kHz) targeting bit rates from 16-32 kbps (possibly 8-160 kbps).
  • national semiconductor — (company)   A semiconductor manufacturer, responsible for the SC/MP, National Semiconductor 16000 and National Semiconductor 32000 series of microprocessors.
  • nickel-cadmium battery — a storage battery, with an alkaline electrolyte, having nickel oxide as the positive element and cadmium as the negative.
  • nodal switching system — (NSS) Main routing nodes in the NSFnet backbone.
  • 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-euclidean geometry — geometry based upon one or more postulates that differ from those of Euclid, especially from the postulate that only one line may be drawn through a given point parallel to a given line.
  • nonterminating decimal — a decimal numeral that does not end in an infinite sequence of zeros (contrasted with terminating decimal).
  • normal order reduction — Under this evaluation strategy an expression is evaluated by reducing the leftmost outermost redex first. This method will terminate for any expression for which termination is possible, whereas applicative order reduction may not. This method is equivalent to passing arguments unevaluated because arguments are initially to the right of functions applied to them. See also computational adequacy theorem.
  • of the first magnitude — of the greatest importance
  • 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.
  • para-aminobenzoic acid — part of the folic acid molecule, a white or yellowish, crystalline, slightly water-soluble solid, C 7 H 7 NO 2 , the para isomer of aminobenzoic acid: used chiefly in the manufacture of dyes and pharmaceuticals and in sunscreens to protect against ultraviolet light. Abbreviation: PABA.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?