0%

17-letter words containing o, c, a, n, d

  • leonardo da vinci — Leonardo [lee-uh-nahr-doh,, ley-;; Italian le-aw-nahr-daw] /ˌli əˈnɑr doʊ,, ˌleɪ-;; Italian ˌlɛ ɔˈnɑr dɔ/ (Show IPA), Leonardo da Vinci.
  • liberal education — an education based primarily on the liberal arts, emphasizing the development of intellectual abilities as opposed to the acquisition of professional skills.
  • load displacement — the weight, in long tons, of a cargo vessel loaded so that the summer load line touches the surface of the water.
  • locked and loaded — [Military slang for an M-16 rifle with magazine inserted and prepared for firing] Said of a removable disk volume properly prepared for use - that is, locked into the drive and with the heads loaded. Ironically, because their heads are "loaded" whenever the power is up, this description is never used of Winchester drives (which are named after a rifle).
  • macdonnell ranges — a mountain system of central Australia, in S central Northern Territory, extending about 160 km (100 miles) east and west of Alice Springs. Highest peak: Mount Zeil, 1531 m (5024 ft)
  • madonna and child — a representation of the Virgin Mary holding the infant Jesus.
  • magellanic clouds — either of two irregular galactic clusters in the southern heavens that are the nearest independent star system to the Milky Way.
  • maintained school — a school financially supported by the state
  • 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
  • majority decision — a decision supported by more than half the people involved
  • managing director — manager who oversees a project
  • manufactured home — a prefabricated house, assembled in modular sections.
  • many-valued logic — the study of logical systems in which the truth-values that a proposition may have are not restricted to two, representing only truth and falsity
  • merchant of death — a company, nation, or person that sells military arms on the international market, usually to the highest bidder and without scruple or regard for political ramifications.
  • method invocation — (programming)   In object-oriented programming, the way the program looks up the right code to run when a method with a given name is called ("invoked") on an object. The method is first looked for in the object's class, then that class's superclass and so on up the class hierarchy until a method with the given name is found (the name is "resolved"). Generally, method lookup cannot be performed at compile time because the object's class is not known until run time. This is the case for an object method whereas a class method is just an ordinary function (that is bundled with a given class) and can be resolved at compile time (or load time in the case of a dynamically loaded library).
  • mexican stand-off — A Mexican stand-off is a situation in which neither of the people or groups in a conflict or dispute can win and neither wants to give in first.
  • microdermabrasion — A cosmetic treatment in which the face is sprayed with exfoliant crystals to remove dead epidermal cells.
  • microdistillation — the distillation of minute quantities of material.
  • microencapsulated — Encapsulated using microencapsulation.
  • microminiaturized — Simple past tense and past participle of microminiaturize.
  • mid-oceanic ridge — the continuous, double-ridged chain of mountains on the ocean floor, extending through the middle of the Atlantic Ocean and into the Indian and Pacific oceans
  • mileage indicator — a device on a vehicle such as a car, plane, etc which indicates the number of miles travelled
  • mineralocorticoid — Biochemistry. any of a group of corticosteroid hormones, synthesized by the adrenal cortex, that regulate the excretion or reabsorption of sodium and potassium by the kidneys, salivary glands, and sweat glands.
  • misidentification — to identify incorrectly.
  • mitochondrial dna — DNA found in mitochondria, which contains some structural genes and is generally inherited only through the female line
  • monkeygland sauce — a piquant sauce, made from tomatoes, ketchup, fruit chutney, garlic, spices, etc
  • moon and sixpence — a novel (1919) by W. Somerset Maugham.
  • mounted policeman — policemen who patrol on horseback
  • multi-directional — extending or operating in several directions at the same time; functioning or going in more than one direction: a multidirectional stereo speaker system.
  • nasolacrimal duct — a membranous canal extending from the lacrimal sac to the nasal cavity, through which tears are discharged into the nose.
  • natural deduction — (logic)   A set of rules expressing how valid proofs may be constructed in predicate logic. In the traditional notation, a horizontal line separates premises (above) from conclusions (below). Vertical ellipsis (dots) stand for a series of applications of the rules. "T" is the constant "true" and "F" is the constant "false" (sometimes written with a LaTeX \perp). "^" is the AND (conjunction) operator, "v" is the inclusive OR (disjunction) operator and "/" is NOT (negation or complement, normally written with a LaTeX \neg). P, Q, P1, P2, etc. stand for propositions such as "Socrates was a man". P[x] is a proposition possibly containing instances of the variable x, e.g. "x can fly". A proof (a sequence of applications of the rules) may be enclosed in a box. A boxed proof produces conclusions that are only valid given the assumptions made inside the box, however, the proof demonstrates certain relationships which are valid outside the box. For example, the box below labelled "Implication introduction" starts by assuming P, which need not be a true proposition so long as it can be used to derive Q. Truth introduction: - T (Truth is free). Binary AND introduction: ----------- | . | . | | . | . | | Q1 | Q2 | ----------- Q1 ^ Q2 (If we can derive both Q1 and Q2 then Q1^Q2 is true). N-ary AND introduction: ---------------- | . | .. | . | | . | .. | . | | Q1 | .. | Qn | ---------------- Q1^..^Qi^..^Qn Other n-ary rules follow the binary versions similarly. Quantified AND introduction: --------- | x . | | . | | Q[x] | --------- For all x . Q[x] (If we can prove Q for arbitrary x then Q is true for all x). Falsity elimination: F - Q (Falsity opens the floodgates). OR elimination: P1 v P2 ----------- | P1 | P2 | | . | . | | . | . | | Q | Q | ----------- Q (Given P1 v P2, if Q follows from both then Q is true). Exists elimination: Exists x . P[x] ----------- | x P[x] | | . | | . | | Q | ----------- Q (If Q follows from P[x] for arbitrary x and such an x exists then Q is true). OR introduction 1: P1 ------- P1 v P2 (If P1 is true then P1 OR anything is true). OR introduction 2: P2 ------- P1 v P2 (If P2 is true then anything OR P2 is true). Similar symmetries apply to ^ rules. Exists introduction: P[a] ------------- Exists x.P[x] (If P is true for "a" then it is true for all x). AND elimination 1: P1 ^ P2 ------- P1 (If P1 and P2 are true then P1 is true). For all elimination: For all x . P[x] ---------------- P[a] (If P is true for all x then it is true for "a"). For all implication introduction: ----------- | x P[x] | | . | | . | | Q[x] | ----------- For all x . P[x] -> Q[x] (If Q follows from P for arbitrary x then Q follows from P for all x). Implication introduction: ----- | P | | . | | . | | Q | ----- P -> Q (If Q follows from P then P implies Q). NOT introduction: ----- | P | | . | | . | | F | ----- / P (If falsity follows from P then P is false). NOT-NOT: //P --- P (If it is not the case that P is not true then P is true). For all implies exists: P[a] For all x . P[x] -> Q[x] ------------------------------- Q[a] (If P is true for given "a" and P implies Q for all x then Q is true for a). Implication elimination, modus ponens: P P -> Q ---------- Q (If P and P implies Q then Q). NOT elimination, contradiction: P /P ------ F (If P is true and P is not true then false is true).
  • never looked back — If you say that someone did something and then never looked back, you mean that they were very successful from that time on.
  • new scotland yard — See under Scotland Yard (def 1).
  • ninth commandment — “Thou shalt not bear false witness against thy neighbor”: ninth of the Ten Commandments.
  • nitroxanthic acid — picric acid.
  • non-accommodation — the act of accommodating; state or process of being accommodated; adaptation.
  • non-consideration — the act of considering; careful thought; meditation; deliberation: I will give your project full consideration.
  • non-containerized — to package (freight) in uniform, sealed containers for shipment.
  • non-discretionary — subject or left to one's own discretion.
  • nondiscriminating — differentiating; analytical.
  • nondiscrimination — an act or instance of discriminating, or of making a distinction.
  • nondiscriminatory — characterized by or showing prejudicial treatment, especially as an indication of bias related to age, color, national origin, religion, sex, etc.: discriminatory practices in housing; a discriminatory tax.
  • nuclear radiation — Physics. radiation in the form of elementary particles emitted by an atomic nucleus, as alpha rays or gamma rays, produced by decay of radioactive substances or by nuclear fission.
  • nuclear threshold — the point in war at which a combatant brings nuclear weapons into use
  • nursery education — education provided at a school for young children, usually from three to five years old
  • occipital condyle — a protrusion on the occipital bone of the skull that forms a joint with the first cervical vertebra, enabling the head to move relative to the neck.
  • octadecanoic acid — stearic acid.
  • odour of sanctity — sanctimoniousness
  • of its own accord — If something happens of its own accord, it seems to happen by itself, without anyone making it happen.
  • old norman french — Norman French (sense 1)
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?