0%

18-letter words containing s, t, a, r, c, l

  • electric discharge — electricity emitted
  • electrocardiograms — Plural form of electrocardiogram.
  • electrodesiccation — The drying of tissue, and the prevention of bleeding, using a high-frequency electric current.
  • electron transport — the metabolic process in mitochondria or chloroplasts, in which electrons are transferred in stages from energy-rich compounds to molecular oxygen with liberation of energy
  • electroretinograms — Plural form of electroretinogram.
  • electrostatic lens — an electron lens consisting of a system of metal electrodes, the electrostatic field of which focuses the charged particles
  • electrostatic unit — any unit that belongs to a system of electrical cgs units in which the electric constant is given the value of unity and is taken as a pure number
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • established church — a Church that is officially recognized as a national institution, esp the Church of England
  • 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).
  • fermat's principle — Optics. the law that the path taken by a ray of light in going from one point to another point will be the path that requires the least time.
  • fibrocartilaginous — a type of cartilage having a large number of fibers.
  • 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.
  • flat address space — (architecture)   The memory architecture in which any memory location can be selected from a single contiguous block by a single integer offset. Almost all popular processors have a flat address space, but the Intel x86 family has a segmented address space. A flat address space greatly simplifies programming because of the simple correspondence between addresses (pointers) and integers.
  • gas-cooled reactor — a nuclear reactor using a gas as the coolant. In the Mark I type the coolant is carbon dioxide, the moderator is graphite, and the fuel is uranium cased in magnox
  • 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.
  • grandfather clause — U.S. History. a clause in the constitutions of some Southern states after 1890 intended to permit whites to vote while disfranchising blacks: it exempted from new literacy and property qualifications for voting those men entitled to vote before 1867 and their lineal descendants.
  • granulated surface — a roughened surface
  • handlebar mustache — A handlebar mustache is a long thick mustache with curled ends.
  • helicopter station — a place where helicopters are kept in readiness for use
  • histomorphological — histology.
  • historical fiction — the genre of literature, film, etc., comprising narratives that take place in the past and are characterized chiefly by an imaginative reconstruction of historical events and personages.
  • historical geology — the branch of geology dealing with the history of the earth.
  • historical present — the present tense used in narrating a past event as if happening at the time of narration.
  • hypercholesteremia — Alternative spelling of hypercholesteraemia.
  • hypernationalistic — a person devoted to nationalism.
  • hysterical reasons — (Or "hysterical raisins") A variant on the stock phrase "for historical reasons", indicating specifically that something must be done in some stupid way for backward compatibility, and moreover that the feature it must be compatible with was the result of a bad design in the first place. "All IBM PC video adaptors have to support MDA text mode for hysterical reasons." Compare bug-for-bug compatible.
  • in terrorem clause — a clause in a will stating that a beneficiary who contests the will shall lose his or her legacy.
  • in the first place — firstly
  • incidental charges — Incidental charges are costs of items and services that are not part of the main bill.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • indiscriminatingly — In an indiscriminating manner.
  • industrial vehicle — a vehicle designed for use in industry
  • instruction manual — how-to, usage guide
  • intercartilaginous — (anatomy) Within cartilage.
  • interface analysis — (testing)   A software test which checks the interfaces between program elements for consistency and adherence to predefined rules or axioms.
  • internal secretion — a secretion, esp a hormone, that is absorbed directly into the blood
  • interstellar space — astronomy: space between the stars
  • involuntary muscle — muscle: contracts involuntarily
  • isothermal process — a process that takes place without change in temperature.
  • italian corn salad — a southern European plant, Valerianella eriocarpa, of the valerian family, having edible, spoon-shaped, hairy leaves and dense clusters of pale-blue flowers.
  • jack of all trades — a person who is adept at many different kinds of work.
  • jack-of-all-trades — a person who is adept at many different kinds of work.
  • kentucky bluegrass — a grass, Poa pratensis, of the Mississippi valley, used for pasturage and lawns.
  • knotted cranesbill — a British wildflower, Geranium nodosum, an meadow geranium with bright pink or purple flowers
  • lactose intolerant — cannot digest milk
  • 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.
  • lateral resistance — resistance to sidewise motion caused by wind pressure, supplied by the immersed portion of a hull of a vessel.
  • legislative branch — the branch of government having the power to make laws; the legislature.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?