0%

20-letter words containing m, a, n

  • houses of parliament — In Britain, the Houses of Parliament are the British parliament, which consists of two parts, the House of Commons and the House of Lords. The buildings where the British parliament does its work are also called the Houses of Parliament.
  • how about something? — what is your wish, opinion, or information concerning something (or someone)?
  • hudson's bay company — a company chartered in England in 1670 to carry on fur trading with the Indians in North America.
  • human genome project — a federally funded U.S. scientific project to identify both the genes and the entire sequence of DNA base pairs that make up the human genome.
  • human growth hormone — somatotropin. Abbreviation: hGH.
  • human interest story — news item about people's lives
  • human papillomavirus — any of a group of papillomaviruses causing cutaneous warts and lesions of the oral, anal, and genital mucous membranes in human beings
  • human parvovirus b19 — Pathology. a mild infection, most often seen in children or young adults, caused by a small virus ((the human parvovirus B19)) and marked by a blotchy rash on the cheeks, arms, and legs.
  • human-interest story — a story or report, as in a newspaper or on a newscast, designed to engage attention and sympathy by enabling one to identify readily with the people, problems, and situations described.
  • hungarian bromegrass — a pasture grass, Bromus inermis, native to Europe, having smooth blades.
  • hyperadrenocorticism — Cushing's syndrome.
  • hyperhomocysteinemia — (medicine) The presence of an excessive amount of homocysteine in the blood.
  • hyperlipoproteinemia — Pathology. any of various disorders of lipoprotein metabolism, usually characterized by abnormally high levels of cholesterol and certain lipoproteins in the blood.
  • imported currantworm — the larva of any of several insects, as a sawfly, Nematus ribesii (imported currantworm) which infests and feeds on the leaves and fruit of currants.
  • in any shape or form — If you say, for example, that you will not accept something in any shape or form, or in any way, shape or form, you are emphasizing that you will not accept it in any circumstances.
  • in bad circumstances — (of a person) in a bad financial situation
  • in the circumstances — a condition, detail, part, or attribute, with respect to time, place, manner,agent, etc., that accompanies, determines, or modifies a fact or event; a modifying or influencing factor: Do not judge his behavior without considering every circumstance.
  • in the public domain — able to be discussed and examined freely by the general public
  • in-car entertainment — In-car entertainment is a sound system consisting of, for example, a radio or compact disc player, that is designed for easy operation by the driver, and to be unaffected by vibration. In larger vehicles, this system can include television and DV
  • income tax inspector — a person whose job is to assess individuals' income tax liability
  • incomplete dominance — the appearance in a heterozygote of a trait that is intermediate between either of the trait's homozygous phenotypes.
  • incorporated company — a legally constituted company
  • incremental analysis — (testing)   Partial analysis of an incomplete product to allow early feedback on its development.
  • incremental recorder — a device for recording data as it is generated, usually on paper tape or magnetic tape, and feeding it into a computer
  • indian cucumber root — a North American plant, Medeola virginiana, of the lily family, having whorled leaves, nodding, greenish-yellow flowers, and an edible root.
  • industrial democracy — control of an organization by the people who work for it, esp by workers holding positions on its board of directors
  • information builders — Distributors of LEVEL5 OBJECT. Telephone +1 800 969 INFO.
  • information exchange — discussion that involves exchanging ideas and knowledge
  • information industry — businesses that involve collecting and using information
  • information overload — an excess of incoming information, as might confront a pedestrian on a crowded city street, that forces one to be selective in the information received and retained.
  • initial program load — (operating system)   (IPL) The procedure used to (re-)start a computer system by copying the operating system kernel into main memory and running it. Part of the boot sequence.
  • inland revenue stamp — a certificate issued by the Inland Revenue to acknowledge payment of tax
  • innerspring mattress — a mattress with built-in coil springs
  • insulin-coma therapy — a former treatment for mental illness, especially schizophrenia, employing insulin-induced hypoglycemia as a method for producing convulsive seizures.
  • intelligent terminal — (hardware)   (or "smart terminal", "programmable terminal") A terminal that often contains not only a keyboard and screen, but also comes with a disk drive and printer, so it can perform limited processing tasks when not communicating directly with the central computer. Some can be programmed by the user to perform many basic tasks, including both arithmetic and logic operations. In some cases, when the user enters data, the data will be checked for errors and some type of report will be produced. In addition, the valid data that is entered may be stored on the disk, it will be transmitted over communication lines to the central computer. An intelligent terminal may have enough computing capability to draw graphics or to offload some kind of front-end processing from the computer it talks to. The development of workstations and personal computers has made this term and the product it describes semi-obsolescent, but one may still hear variants of the phrase "act like a smart terminal" used to describe the behaviour of workstations or PCs with respect to programs that execute almost entirely out of a remote server's storage, using said devices as displays. The term once meant any terminal with an addressable cursor; the opposite of a glass tty. Today, a terminal with merely an addressable cursor, but with none of the more-powerful features mentioned above, is called a dumb terminal. There is a classic quote from Rob Pike (inventor of the blit terminal): "A smart terminal is not a smart*ass* terminal, but rather a terminal you can educate". This illustrates a common design problem: The attempt to make peripherals (or anything else) intelligent sometimes results in finicky, rigid "special features" that become just so much dead weight if you try to use the device in any way the designer didn't anticipate. Flexibility and programmability, on the other hand, are *really* smart. Compare hook.
  • intercalary meristem — meristem in the internode of a stem.
  • intermediate section — The intermediate section is the section of the borehole after the top hole, which has more consolidated rock.
  • internal hemorrhoids — Usually, hemorrhoids. Pathology. an abnormally enlarged vein mainly due to a persistent increase in venous pressure, occurring inside the anal sphincter of the rectum and beneath the mucous membrane (internal hemorrhoid) or outside the anal sphincter and beneath the surface of the anal skin (external hemorrhoid)
  • international master — a chess player of high ability but below the level of International Grand Master, as determined through specified types of international competitions.
  • international system — an internationally accepted coherent system of physical units, derived from the MKSA (meter-kilogram-second-ampere) system, using the meter, kilogram, second, ampere, kelvin, mole, and candela as the basic units (SI units) respectively of the fundamental quantities of length, mass, time, electric current, temperature, amount of substance, and luminous intensity. Abbreviation: SI.
  • intestinal amebiasis — amebic dysentery.
  • inventory adjustment — Inventory adjustments are increases or decreases made in inventory to account for theft, loss, breakages, and errors in the amount or number of items received.
  • java development kit — (language, compiler)   (JDK) A free Sun Microsystems product which provides the environment required for programming in Java. The JDK is available for a variety of platforms, but most notably Sun Solaris and Microsoft Windows.
  • java virtual machine — (language, architecture)   (JVM) A specification for software which interprets Java programs that have been compiled into byte-codes, and usually stored in a ".class" file. The JVM instruction set is stack-oriented, with variable instruction length. Unlike some other instruction sets, the JVM's supports object-oriented programming directly by including instructions for object method invocation (similar to subroutine call in other instruction sets). The JVM itself is written in C and so can be ported to run on most platforms. It needs thread support and I/O (for dynamic class loading). The Java byte-code is independent of the platform. There are also some hardware implementations of the JVM.
  • jerk someone's chain — to tease, mislead, or harass someone
  • jordan curve theorem — the theorem that the complement of a simple closed curve can be expressed as the union of two disjoint sets, each having as boundary the given curve.
  • kamin's interpreters — (language, tool)   A set of interpreters for Pascal, Lisp, APL, Scheme, SASL, CLU, Smalltalk, and Prolog. Tim Budd <[email protected]> implemented them as subclasses in C++ sometime before 1991-09-12.
  • kármán vortex street — a regular stream of vortices shed from a body placed in a fluid stream: investigated by Kármán who advanced a formula for the frequency of the shed vortices in terms of the stream velocity and the dimensions of the body
  • kingston upon thames — a borough of Greater London, England.
  • knowledge management — data technology
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?