0%

18-letter words containing m, o

  • itemized deduction — tax: individually listed tax exempt expenditures
  • james-lange theory — a theory that emotions are caused by bodily sensations; for example, we are sad because we weep
  • japanese andromeda — an Asian evergreen shrub, Pieris japonica, of the heath family, having broad, glossy leaves and drooping clusters of whitish blossoms.
  • japanese persimmon — the soft, orange or reddish, edible fruit of an Asian tree, Diospyros kaki.
  • jerusalem syndrome — a delusive condition affecting some visitors to Jerusalem in which the sufferer identifies with a major figure from his or her religious background
  • johnny-come-lately — a late arrival or participant; newcomer: the Johnny-come-latelies producing space-war films after the trend had ended.
  • jose de san martin — José de [haw-se th e] /hɔˈsɛ ðɛ/ (Show IPA), 1778–1850, South American general and statesman, born in Argentina: leader in winning independence for Argentina, Peru, and Chile; protector of Peru 1821–22.
  • jump discontinuity — a discontinuity of a function at a point where the function has finite, but unequal, limits as the independent variable approaches the point from the left and from the right. Compare jump (def 52).
  • jump through hoops — If someone makes you jump through hoops, they make you do lots of difficult or boring things in order to please them or achieve something.
  • junior common room — (in certain universities and colleges) a common room for the use of students
  • king james version — Authorized Version.
  • king-of-the-salmon — a ribbonfish, Trachypterus altivelis, of northern parts of the Pacific Ocean.
  • komsomolsk-on-amur — city in SE Russia, on the Amur River: pop. 309,000
  • kura kaupapa māori — a primary school where teaching is based on Māori language and culture
  • lactogenic hormone — prolactin.
  • lagrange's theorem — the theorem that the order of each subgroup of a finite group is a factor of the order of the group.
  • lambda abstraction — A term in lambda-calculus denoting a function. A lambda abstraction begins with a lower-case lambda (represented as "\" in this document), followed by a variable name (the "bound variable"), a full stop and a lambda expression (the body). The body is taken to extend as far to the right as possible so, for example an expression, \ x . \ y . x+y is read as \ x . (\ y . x+y). A nested abstraction such as this is often abbreviated to: \ x y . x + y The lambda expression (\ v . E) denotes a function which takes an argument and returns the term E with all free occurrences of v replaced by the actual argument. Application is represented by juxtaposition so (\ x . x) 42 represents the identity function applied to the constant 42. A lambda abstraction in Lisp is written as the symbol lambda, a list of zero or more variable names and a list of zero or more terms, e.g. (lambda (x y) (plus x y)) Lambda expressions in Haskell are written as a backslash, "\", one or more patterns (e.g. variable names), "->" and an expression, e.g. \ x -> x.
  • lambeth conference — a convention of the bishops of the Anglican communion, held about every 10 years at Lambeth Palace to confer but not to define doctrine or to legislate on ecclesiastical matters.
  • launching ceremony — a ceremony that celebrates the launch of a ship for the first time into the water
  • law of mass action — the statement that the rate of a chemical reaction is proportional to the concentrations of the reacting substances.
  • lay down your arms — If soldiers lay down their arms, they stop fighting and give up their weapons.
  • limestone pavement — a horizontal surface of exposed limestone in which the joints have been enlarged, cutting the surface into roughly rectangular blocks
  • limited government — confined within limits; restricted or circumscribed: a limited space; limited resources.
  • linear combination — a sum of products of each quantity times a constant: The expression aX + bY + cZ is a linear combination of X, Y, and Z, where a, b, and c are constants.
  • linear programming — any of several methods for finding where a given linear function of several nonnegative variables assumes an extreme value and for determining the extreme value, the variable usually being subjected to constraints in the form of linear equalities or inequalities.
  • list comprehension — (functional programming)   An expression in a functional language denoting the results of some operation on (selected) elements of one or more lists. An example in Haskell: This returns all pairs of numbers (x,y) where x and y are elements of the list 1, 2, ..., 10, y <= x and their sum is less than 10. A list comprehension is simply "syntactic sugar" for a combination of applications of the functions, concat, map and filter. For instance the above example could be written: The term "list comprehension" appears in the references below. The earliest reference to the notation is in Rod Burstall and John Darlington's description of their language, NPL. David Turner subsequently adopted this notation in his languages SASL, KRC and Miranda, where he has called them "ZF expressions", set abstractions and list abstractions (in his 1985 FPCA paper [Miranda: A Non-Strict Functional Language with Polymorphic Types]).
  • literae humaniores — (at Oxford University) the faculty concerned with Greek and Latin literature, ancient history, and philosophy; classics
  • local examinations — (in the UK) any of various examinations, such as the GCE, set by university boards and conducted in local centres, schools, etc
  • locked-in syndrome — a condition in which a person is conscious but unable to move any part of the body except the eyes: results from damage to the brainstem
  • logarithmic spiral — log r = aθ
  • logarithmus dualis — (mathematics)   (ld) Latin for logarithm base two. More commonly written as "log" with a subscript "2". Roughly the number of bits required to represent an integer.
  • logical complement — (logic)   In Boolean algebra, the logical complement or negation of a Boolean value is the opposite value, given by the following truth table: A | -A --+--- T | F F | T -A is also written as A with a bar over it or with a small vertical line hanging from the right-hand end of the "-" (LaTeX \neg) or as A'. In the C programming language, it is !A and in digital circuit design, /A.
  • logical positivism — a philosophical movement that stresses the function of philosophy as a method of criticizing and analyzing science and that rejects all transcendental metaphysics, statements of fact being held to be meaningful only if they have verifiable consequences in experience and in statements of logic, mathematics, or philosophy itself, and with such statements of fact deriving their validity from the rules of language.
  • lone-parent family — a family in which there is only one parent
  • loosestrife family — the plant family Lythraceae, characterized by herbaceous plants, shrubs, and trees having usually opposite or whorled, simple leaves, clusters of flowers, and fruit in the form of a capsule, and including the crape myrtle, loosestrifes of the genus Lythrum, and the henna shrub.
  • loschmidt's number — the number of molecules in one cubic centimeter of an ideal gas at standard temperature and pressure, equal to 2.687 × 10 19.
  • lose one's marbles — If you say that someone has lost their marbles, you mean that their ideas or behaviour are very strange, as if they have become insane.
  • low-start mortgage — a mortgage in which interest only is repaid for a fixed period at the outset, to make it more affordable
  • lower klamath lake — See under Klamath Lakes.
  • luminous emittance — luminous flux emitted per unit area.
  • luminous intensity — the luminous flux in lumens emitted per unit solid angle by a light source, measured in candles.
  • macro preprocessor — preprocessor
  • macroinvertebrates — Plural form of macroinvertebrate.
  • madeira embroidery — broderie anglaise.
  • magic switch story — Some years ago, I was snooping around in the cabinets that housed the MIT AI Lab's PDP-10, and noticed a little switch glued to the frame of one cabinet. It was obviously a homebrew job, added by one of the lab's hardware hackers (no-one knows who). You don't touch an unknown switch on a computer without knowing what it does, because you might crash the computer. The switch was labelled in a most unhelpful way. It had two positions, and scrawled in pencil on the metal switch body were the words "magic" and "more magic". The switch was in the "more magic" position. I called another hacker over to look at it. He had never seen the switch before either. Closer examination revealed that the switch had only one wire running to it! The other end of the wire did disappear into the maze of wires inside the computer, but it's a basic fact of electricity that a switch can't do anything unless there are two wires connected to it. This switch had a wire connected on one side and no wire on its other side. It was clear that this switch was someone's idea of a silly joke. Convinced by our reasoning that the switch was inoperative, we flipped it. The computer instantly crashed. Imagine our utter astonishment. We wrote it off as coincidence, but nevertheless restored the switch to the "more magic" position before reviving the computer. A year later, I told this story to yet another hacker, David Moon as I recall. He clearly doubted my sanity, or suspected me of a supernatural belief in the power of this switch, or perhaps thought I was fooling him with a bogus saga. To prove it to him, I showed him the very switch, still glued to the cabinet frame with only one wire connected to it, still in the "more magic" position. We scrutinized the switch and its lone connection, and found that the other end of the wire, though connected to the computer wiring, was connected to a ground pin. That clearly made the switch doubly useless: not only was it electrically nonoperative, but it was connected to a place that couldn't affect anything anyway. So we flipped the switch. The computer promptly crashed. This time we ran for Richard Greenblatt, a long-time MIT hacker, who was close at hand. He had never noticed the switch before, either. He inspected it, concluded it was useless, got some diagonal cutters and diked it out. We then revived the computer and it has run fine ever since. We still don't know how the switch crashed the machine. There is a theory that some circuit near the ground pin was marginal, and flipping the switch changed the electrical capacitance enough to upset the circuit as millionth-of-a-second pulses went through it. But we'll never know for sure; all we can really say is that the switch was magic. I still have that switch in my basement. Maybe I'm silly, but I usually keep it set on "more magic".
  • magistrate's court — a court having limited jurisdiction over minor civil and criminal matters, as matters of contract not exceeding a particular amount of money.
  • magistrates' court — law: handles minor crimes
  • magnesium peroxide — a white, tasteless, water-insoluble powder, MgO 2 , used as an antiseptic and as an oxidizing and bleaching agent.
  • magnetic induction — Also called magnetic flux density. a vector quantity used as a measure of a magnetic field. Symbol: B.
  • magnetic potential — a scalar quantity, analogous to the electric potential, defined at each point in a given magnetic field to be equal to the work done in bringing a unit north pole from infinity to the point.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?