0%

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

  • dynamic psychology — any system of psychology that emphasizes the interaction between different motives, emotions, and drives
  • dynamically scoped — dynamic scope
  • ecma international — (body)   (Formerly European Computer Manufacturers Association) An industry association founded in 1961 and dedicated to the standardisation of information and communication systems. ECMA edits standards and technical reports. All ECMA publications are available free of charge. The best known ECMA standard is ECMA 262, defining the scripting language ECMAScript.
  • economies of scale — Economies of scale are the financial advantages that a company gains when it produces large quantities of products.
  • ecumenical council — a solemn assembly in the Roman Catholic Church, convoked and presided over by the pope and composed of cardinals, bishops, and certain other prelates whose decrees, when confirmed by the pope, become binding.
  • electrocardiograms — Plural form of electrocardiogram.
  • electrocorticogram — a record of brain waves obtained by placing electrodes directly on the surface of the exposed cerebral cortex
  • electrodynamometer — An instrument that measures electric current by indicating the strength of repulsion or attraction between the magnetic fields of two sets of coils, one fixed and one movable.
  • electronic mailbox — a device used to store electronic mail
  • electroretinograms — Plural form of electroretinogram.
  • emotional literacy — the ability to deal with one's emotions and recognize their causes
  • 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).
  • farm the long acre — to graze cows on the verge of a road
  • 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.
  • formal equivalence — the relation that holds between two open sentences when their universal closures are materially equivalent
  • forward compatible — forward compatibility
  • functional program — (language)   A program employing the functional programming approach or written in a functional language.
  • gene amplification — an increase in the frequency of replication of a DNA segment.
  • genetic algorithms — genetic algorithm
  • gentleman-commoner — (formerly) a member of a class of commoners enjoying special privileges at Oxford University.
  • 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.
  • golden bantam corn — a horticultural variety of sweet corn having yellow kernels.
  • good conduct medal — a medal awarded an enlisted person for meritorious behavior during the period of service.
  • hebdomadal council — the governing council or senate of Oxford University
  • heimlich manoeuvre — a technique in first aid to dislodge a foreign body in a person's windpipe by applying sudden upward pressure on the upper abdomen
  • 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.
  • hyper-metaphorical — a figure of speech in which a term or phrase is applied to something to which it is not literally applicable in order to suggest a resemblance, as in “A mighty fortress is our God.”. Compare mixed metaphor, simile (def 1).
  • 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.
  • immunopharmacology — the branch of pharmacology concerned with the immune system
  • imploded consonant — a consonant which is pronounced with or by implosion
  • in compliance with — in accordance with
  • 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
  • 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.
  • johnny-come-lately — a late arrival or participant; newcomer: the Johnny-come-latelies producing space-war films after the trend had ended.
  • lactogenic hormone — prolactin.
  • 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.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?