0%

18-letter words containing c, o, m, d, i, t

  • domestic appliance — a machine used for household tasks, for example, a washing machine, refrigerator, etc.
  • double achievement — a representation of the arms of a husband beside those of his wife such that a difference of rank between them is shown.
  • dramatic monologue — a poetic form in which a single character, addressing a silent auditor at a critical moment, reveals himself or herself and the dramatic situation.
  • dysthymic disorder — a psychiatric disorder characterized by generalized depression that lasts for at least a year
  • east india company — the company chartered by the English government in 1600 to carry on trade in the East Indies: dissolved in 1874.
  • economic indicator — business statistic
  • eigendecomposition — (linear algebra) The factorization of a matrix into a canonical form, whereby the matrix is represented in terms of its eigenvalues and eigenvectors.
  • eighty-column mind — (abuse)   The sort said to be possessed by persons for whom the transition from punched card to paper tape was traumatic (nobody has dared tell them about disks yet). It is said that these people, including (according to an old joke) the founder of IBM, will be buried "face down, 9-edge first" (the 9-edge being the bottom of the card). This directive is inscribed on IBM's 1402 and 1622 card readers and is referenced in a famous bit of doggerel called "The Last Bug", the climactic lines of which are as follows: He died at the console Of hunger and thirst. Next day he was buried, Face down, 9-edge first. The eighty-column mind is thought by most hackers to dominate IBM's customer base and its thinking. See fear and loathing, card walloper.
  • electrocardiograms — Plural form of electrocardiogram.
  • 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).
  • 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.
  • forward compatible — forward compatibility
  • government deficit — A government deficit is a situation in which a government spends more money than it has.
  • hemorrhoidectomies — Plural form of hemorrhoidectomy.
  • imploded consonant — a consonant which is pronounced with or by implosion
  • 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.
  • induction ceremony — a ceremony held to mark a person's formal introduction or entry into an office, position, group, etc
  • itemized deduction — tax: individually listed tax exempt expenditures
  • 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).
  • 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.
  • 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.
  • magnetic induction — Also called magnetic flux density. a vector quantity used as a measure of a magnetic field. Symbol: B.
  • magnetic recording — the process of recording sound or other data on magnetic tape, wire, etc.
  • magnetogasdynamics — magnetohydrodynamics.
  • mathematical model — a representation of a system, process, etc, in mathematical terms
  • medical dictionary — a specialized dictionary covering terms used in the health professions by doctors, nurses, and others involved in allied health care services. A dictionary with authoritative spellings and definitions is a particularly crucial resource in medicine, where a misspelling or misunderstanding can have unfortunate consequences for people under care. Print dictionaries in this field may be sorted alphabetically or may be categorized according to medical specializations or by the various systems in the body, as the immune system and the respiratory system. The online Medical Dictionary on Dictionary.com allows alphabetical browsing in the combined electronic versions of more than one authoritative medical reference, insuring access to correct spellings, as well as immediate, direct access to a known search term typed into the search box on the site: A medical dictionary reveals that large numbers of medical terms are formed from the same Latin and Greek parts combined and recombined.
  • metabolic syndrome — Pathology. a group of medical conditions present simultaneously in a patient, as high blood pressure, low HDL cholesterol levels, and an excess of abdominal fat, that increases a person's risk of heart disease, stroke, and diabetes. Also called insulin resistance syndrome.
  • methylene chloride — a colorless, volatile liquid, CH 2 Cl 2 , used chiefly as a solvent, as a refrigerant, and as a local anesthetic in dentistry.
  • microsloth windows — (abuse, operating system)   /mi:'kroh-sloth" win"dohz/ (Or "Windoze", /win'dohz/) A derogatory term for Microsoft Windows which is so limited by bug-for-bug compatibility with mess-dos that it is agonisingly slow on anything less than a fast 486. Also called just "Windoze", with the implication that you can fall asleep waiting for it to do anything; the latter term is extremely common on Usenet. Compare X, sun-stools.
  • microsoft extended — (computer)   (MSX) A Range of computers created in an attempt by the industry to create a standard for home computers, similar to VHS did with home video. The basic MSX machine contained a Z80 CPU working at 3.58MHz. MSX machines were produced by such giants as Sony, Yamaha, Panasonic, Toshiba, Daewoo, and Philips. The MSX standard was designed by a company called ASCII in cooperation with Microsoft who provided a firmware version of its BASIC for the machine. Because this BASIC version was an extended version of MicroSoft Basic, it was called "MicroSoft eXtended BASIC"; Hence "MSX". Microsoft also produced MSX-DOS - a stripped-down version of MS-DOS. Extensions to the MSX included MSX2, MSX2+ and TurboR.
  • microwave detector — a device for recording the speed of a motorist
  • middle paleolithic — See under Paleolithic.
  • mineralocorticoids — Plural form of mineralocorticoid.
  • modular arithmetic — arithmetic in which numbers that are congruent modulo a given number are treated as the same. Compare congruence (def 2), modulo, modulus (def 2b).
  • morphine addiction — the fact or condition of being addicted to morphine
  • moulding technique — the technique used to shape a material into a frame or mould
  • moving bed reactor — A moving bed reactor is a reactor in which a layer of catalyst in the form of granules is moved between a reaction area and a regeneration area.
  • multiply-connected — connected but not simply-connected.
  • mutual aid society — A mutual aid society is an organization that provides benefits or other help to its members when they are affected by things such as death, sickness, disability, old age, or unemployment.
  • negligent homicide — a criminal charge brought against people who, through criminal negligence, allow others to die
  • non-discriminative — constituting a particular quality, trait, or difference; characteristic; notable.
  • nonstriated muscle — smooth muscle
  • objective idealism — a form of idealism asserting that the act of experiencing has a reality combining and transcending the natures of the object experienced and of the mind of the observer.
  • objective modula-2 — (language)   (Or "ObjM2") An extension to Modula-2 for Cocoa and GNUstep software development. Objective Modula-2 follows the Objective-C object model and retains the bracketed Smalltalk message passing syntax used in Objective-C. Classes written in ObjM2 can be used within ObjC and vice versa. ObjM2 also retains Modula-2's data encapsulation features, namely nested modules with explicit import and export lists. Due to the strict type checking in Modula-2, ObjM2 can be considered a much safer programming language than is ObjC, yet losing none of the capabilities of ObjC.
  • omega-3 fatty acid — a polyunsaturated fatty acid, essential for normal retinal function, that influences various metabolic pathways, resulting in lowered cholesterol and triglyceride levels, inhibited platelet clotting, and reduced inflammatory and immune reactions.
  • photodecomposition — the breaking down of molecules by radiant energy.
  • politically-minded — (of a person or group of people) interested in the way power is achieved and used in a country or society (through government, policy-making, etc)
  • potassium chloride — a white or colorless, crystalline, water-soluble solid, KCl, used chiefly in the manufacture of fertilizers and mineral water, and as a source of other potassium compounds.
  • production company — an organization which produces, films, plays, television or radio programmes
  • production manager — a supervisor of the budget, crew and other details in the production of a film or play
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?