0%

18-letter words containing m, a, s, c, o

  • diplomatic shuttle — a series of diplomatic visits to other states made by an official, such as an ambassador or envoy
  • dispatch documents — documents sent with a parcel, etc, detailing information such as contents, delivery address, etc
  • domestic appliance — a machine used for household tasks, for example, a washing machine, refrigerator, etc.
  • dynamic psychology — any system of psychology that emphasizes the interaction between different motives, emotions, and drives
  • dynamically scoped — dynamic scope
  • east india company — the company chartered by the English government in 1600 to carry on trade in the East Indies: dissolved in 1874.
  • easy come, easy go — You use easy come, easy go to indicate that the person you are talking about does not care much about money and possessions.
  • economic sanctions — any actions taken by one nation or group of nations to harm the economy of another nation or group, often to force a political change
  • economies of scale — Economies of scale are the financial advantages that a company gains when it produces large quantities of products.
  • electrocardiograms — Plural form of electrocardiogram.
  • electroretinograms — Plural form of electroretinogram.
  • ethnomusicological — Relating to or pertaining to ethnomusicology.
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • examination script — a script with answers written on it by an examination candidate taking a written examination
  • exercise programme — a programme detailing a range of physical exercises and the amount of time each exercise should be performed, used especially in gymnasiums, where they are typically tailored to individuals' needs
  • first class module — (programming)   A module that is a first class data object of the programming language, e.g. a record containing functions. In a functional language, it is standard to have first class programs, so program building blocks can have the same status.
  • fixed-focus camera — a camera with an unadjustable focal length and with a relatively large depth of field.
  • gas chromatography — a chromatograph used for the separation of volatile substances.
  • genetic algorithms — genetic algorithm
  • gensym corporation — (company)   A company that supplies software and services for intelligent operations management. Common applications include quality management, process optimisation, dynamic scheduling, network management, energy and environmental management, and process modelling and simulation. Their products include G2.
  • geometrical optics — the branch of optics dealing with light as rays, especially in the study of the effects of lenses and mirrors on light beams and of their combination in optical instruments.
  • glycosaminoglycans — Plural form of glycosaminoglycan.
  • heat of combustion — the heat evolved when one mole of a substance is burnt in oxygen at constant volume
  • histocompatibility — the condition of having antigenic similarities such that cells or tissues transplanted from one (the donor) to another (the recipient) are not rejected.
  • histomorphological — histology.
  • honeysuckle family — the plant family Caprifoliaceae, typified by shrubs and woody vines having opposite leaves, clusters of usually flaring, narrow, tubular flowers, and various types of fruit, and including the elder, honeysuckle, snowberry, twinflower, and viburnum.
  • hypercholesteremia — Alternative spelling of hypercholesteraemia.
  • immunohistological — the microscopic study of tissues with the aid of antibodies that bind to tissue components and reveal their presence.
  • imploded consonant — a consonant which is pronounced with or by implosion
  • in company with sb — If you feel, believe, or know something in company with someone else, you both feel, believe, or know it.
  • in comparison with — when compared to
  • in inverted commas — If you say in inverted commas after a word or phrase, you are indicating that it is inaccurate or unacceptable in some way, or that you are quoting someone else.
  • in terrorem clause — a clause in a will stating that a beneficiary who contests the will shall lose his or her legacy.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • initial commission — Initial commission is commission that is paid to someone who sells or recommends a financial product for the first time.
  • instruction manual — how-to, usage guide
  • investment account — a bank account in which money is saved long-term to accrue interest
  • investment company — a company that invests its funds in other companies and issues its own securities against these investments.
  • involuntary muscle — muscle: contracts involuntarily
  • isoamyl salicylate — a colorless, sometimes slightly yellow, synthetic oil, C 12 H 16 O 3 , having an orchidlike odor: used in perfumery.
  • isothermal process — a process that takes place without change in temperature.
  • 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.
  • law of mass action — the statement that the rate of a chemical reaction is proportional to the concentrations of the reacting substances.
  • local examinations — (in the UK) any of various examinations, such as the GCE, set by university boards and conducted in local centres, schools, etc
  • logarithmic spiral — log r = 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.
  • luminous emittance — luminous flux emitted per unit area.
  • macro preprocessor — preprocessor
  • macroinvertebrates — Plural form of macroinvertebrate.
  • 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".
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?