0%

17-letter words containing a, m, o, r, i

  • line of scrimmage — an imaginary line parallel to the goal lines that passes from one sideline to the other through the point of the football closest to the goal line of each team.
  • liquid petrolatum — mineral oil.
  • lithium carbonate — a colorless crystalline compound, Li 2 CO 3 , slightly soluble in water: used in ceramic and porcelain glazes, pharmaceuticals, and luminescent paints.
  • loco primo citato — loc. primo cit.
  • logic programming — (artificial intelligence, programming, language)   A declarative, relational style of programming based on first-order logic. The original logic programming language was Prolog. The concept is based on Horn clauses. The programmer writes a "database" of "facts", e.g. wet(water). ("water is wet") and "rules", e.g. mortal(X) :- human(X). ("X is mortal is implied by X is human"). Facts and rules are collectively known as "clauses". The user supplies a "goal" which the system attempts to prove using "resolution" or "backward chaining". This involves matching the current goal against each fact or the left hand side of each rule using "unification". If the goal matches a fact, the goal succeeds; if it matches a rule then the process recurses, taking each sub-goal on the right hand side of the rule as the current goal. If all sub-goals succeed then the rule succeeds. Each time a possible clause is chosen, a "choice point" is created on a stack. If subsequent resolution fails then control eventually returns to the choice point and subsequent clauses are tried. This is known as "backtracking". Clauses may contain logic variables which take on any value necessary to make the fact or the left hand side of the rule match a goal. Unification binds these variables to the corresponding subterms of the goal. Such bindings are associated with the choice point at which the clause was chosen and are undone when backtracking reaches that choice point. The user is informed of the success or failure of his first goal and if it succeeds and contains variables he is told what values of those variables caused it to succeed. He can then ask for alternative solutions.
  • lombrosian school — a school of criminology, promulgating the theories and employing the methods developed by Lombroso.
  • lumpenproletariat — the lowest level of the proletariat comprising unskilled workers, vagrants, and criminals and characterized by a lack of class identification and solidarity.
  • lymphangiographic — Relating to lymphangiography.
  • lyon king of arms — the chief herald of Scotland
  • macro-linguistics — a field of study concerned with language in its broadest sense and including cultural and behavioral features associated with language.
  • macroevolutionary — Pertaining to, or as a result of macroevolution.
  • macroinstructions — Plural form of macroinstruction.
  • macroinvertebrate — (zoology) An invertebrate that is large enough to be seen without the use of a microscope.
  • madiba generation — the generation born around 1994, when Nelson Mandela became the first president of a multiracial South Africa
  • magnetic roasting — roasting of a nonmagnetic ore to render it magnetic so that it can be separated from gangue by means of a magnetic field.
  • magnetic rotation — Faraday effect.
  • magnetizing force — 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.
  • magnetoresistance — a change in the electrical resistance of a material upon exposure to a magnetic field.
  • maintenance order — a court order stating that a divorced or legally separated man or woman must pay his or her former partner a regular sum in order to cover the costs of living
  • maison de moliere — Comédie Française.
  • majority decision — a decision supported by more than half the people involved
  • majority-minority — relating to a population in which more than half represent social, ethnic, or racial minorities, and in which fewer members of the more socially, politically, or financially dominant group are represented: majority-minority public schools.
  • make conversation — If you make conversation, you talk to someone in order to be polite and not because you really want to.
  • make inroads into — to start to use up the supply of something
  • maladministration — to administer or manage badly or inefficiently: The mayor was a bungler who maladministered the city budget.
  • malay archipelago — an extensive island group in the Indian and Pacific oceans, SE of Asia, including the Greater and Lesser Sunda Islands, the Moluccas, and the Philippines.
  • managing director — manager who oversees a project
  • manicure scissors — scissors for manicuring or trimming the nails
  • manpower planning — a procedure used in organizations to balance future requirements for all levels of employee with the availability of such employees
  • maraschino cherry — a cherry cooked in colored syrup and flavored with maraschino, used to garnish desserts, cocktails, etc.
  • margaret hamilton — (person)   (born 1936-08-17) A computer scientist, systems engineer and business owner, credited with coining the term software engineering. Margaret Hamilton published over 130 papers, proceedings and reports about the 60 projects and six major programs in which she has been involved. In 1965 she became Director of Software Programming at MIT's Charles Stark Draper Laboratory and Director of the Software Engineering Division of the MIT Instrumentation Laboratory, which developed on-board flight software for the Apollo space program. At NASA, Hamilton pioneered the Apollo on-board guidance software that navigated to and landed on the Moon and formed the basis for software used in later missions. At the time, programming was a hands-on, engineering descipline; computer science and software engineering barely existed. Hamilton produced innovations in system design and software development, enterprise and process modelling, development paradigms, formal systems modelling languages, system-oriented objects for systems modelling and development, automated life-cycle environments, software reliability, software reuse, domain analysis, correctness by built-in language properties, open architecture techniques for robust systems, full life-cycle automation, quality assurance, seamless integration, error detection and recovery, man-machine interface systems, operating systems, end-to-end testing and life-cycle management. She developed concepts of asynchronous software, priority scheduling and Human-in-the-loop decision capability, which became the foundation for modern, ultra-reliable software design. The Apollo 11 moon landing would have aborted when spurious data threatened to overload the computer, but thanks to the innovative asynchronous, priority based scheduling, it eliminated the unnecessary processing and completed the landing successfully. In 1986, she founded Hamilton Technologies, Inc., developed around the Universal Systems Language and her systems and software design paradigm of Development Before the Fact (DBTF).
  • mariner's compass — a compass used for navigational purposes, consisting of a pivoted compass card in a gimbal-mounted, nonferrous metal bowl.
  • marital relations — a euphemistic term for sexual intercourse between married partners
  • marriage ceremony — official part of a wedding
  • master of science — a master's degree given usually in a specific branch of the natural sciences, mathematics, or technology.
  • matter of opinion — a point open to question; a debatable statement
  • maurice of nassau — Prince of Orange 1567-1625; Du. statesman & military leader
  • mean proportional — (between two numbers a and b) a number x for which a/x = x/b : The number 3 is a mean proportional between 1 and 9.
  • mechanoelectrical — Describing the production of electricity by mechanical motion; especially in a transducer.
  • medical procedure — A medical procedure is a medical treatment or operation.
  • medicochirurgical — pertaining to medicine and surgery.
  • meiji restoration — revolution in Japanese life and government that occurred after the accession of Emperor Mutsuhito (1867), characterized by the downfall of the shogun and feudalism and the creation of a modern state
  • meissen porcelain — Dresden china.
  • memetic algorithm — (algorithm)   A genetic algorithm or evolutionary algorithm which includes a non-genetic local search to improve genotypes. The term comes from the Richard Dawkin's term "meme". One big difference between memes and genes is that memes are processed and possibly improved by the people that hold them - something that cannot happen to genes. It is this advantage that the memetic algorithm has over simple genetic or evolutionary algorithms. These algorithms are useful in solving complex problems, such as the "Travelling Salesman Problem," which involves finding the shortest path through a large number of nodes, or in creating artificial life to test evolutionary theories. Memetic algorithms are one kind of metaheuristic. (07 July 1997)
  • mensural notation — a system of musical notation of the 13th to the late 16th centuries, marked by the use of note symbols such as the longa and brevis, the absence of bar lines and ties, and the equivalence in value of one note to either two or three of the next smaller degree.
  • mercy otis warrenEarl, 1891–1974, U.S. lawyer and political leader: chief justice of the U.S. 1953–69.
  • messier catalogue — a catalogue of 103 nonstellar objects, such as nebulae and galaxies, prepared in 1781–86. An object is referred to by its number in this catalogue, for example the Andromeda Galaxy is referred to as M31
  • metalloproteinase — (enzyme) Any of several proteinases that have a metal atom (often zinc) at their active centre.
  • metaperiodic acid — the crystalline compound HIO4, an oxyacid of iodine
  • michigan bankroll — a large roll of paper money in small denominations.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?