0%

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

  • erectile impotence — impotence caused by the inability of the penis to become sufficiently firm to penetrate the vagina
  • 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).
  • 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
  • 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.
  • 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
  • helmholtz function — the thermodynamic function of a system that is equal to its internal energy minus the product of its absolute temperature and entropy: A decrease in the function is equal to the maximum amount of work available during a reversible isothermal process.
  • 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.
  • homeowner's policy — a form of home insurance that provides compensation for damage, loss, or injury of property, personal belongings, or persons due to fire, theft, accidents, etc.
  • 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.
  • immunofluorescence — any of various techniques for detecting an antigen or antibody in a sample by coupling its specifically interactive antibody or antigen to a fluorescent compound, mixing with the sample, and observing the reaction under an ultraviolet-light microscope.
  • 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 complete flower — a flower without one or more of the normal parts, as carpels, sepals, petals, pistils, or stamens.
  • 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.
  • 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.
  • 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.
  • 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]).
  • 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θ
  • 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.
  • 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.
  • luminous emittance — luminous flux emitted per unit area.
  • 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.
  • magnetocrystalline — (physics) Describing the interaction between the magnetization and the crystal structure of a material.
  • magnetoelectricity — electricity developed by the action of magnets.
  • magnetorheological — (physics) describing a substance whose rheological properties are modified by a magnetic field.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?