0%

18-letter words containing d, i, s, t, l

  • dysfunctionalities — Plural form of dysfunctionality.
  • east indian walnut — lebbek.
  • electoral district — an area that is considered as unit for the purposes of an election
  • 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.
  • established church — a Church that is officially recognized as a national institution, esp the Church of England
  • ethnomethodologist — A person engaged in ethnomethodology.
  • 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).
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • field of quotients — a field whose elements are pairs of elements of a given commutative integral domain such that the second element of each pair is not zero. The field of rational numbers is the field of quotients of the integral domain of integers.
  • finite-dimensional — (of a vector space) having a basis consisting of a finite number of elements.
  • 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.
  • flash butt welding — a method of welding metal edge-to-edge with a powerful electric flash followed by the application of pressure.
  • flat file database — (database)   A database containing a single table, stored in a single flat file, often in a human-readable format such as comma-separated values or fixed-width columns.
  • flat-panel display — a type of thin, lightweight video display that uses liquid crystals or electroluminescence to reflect images.
  • foundling hospital — an institutional home for foundlings.
  • functional disease — a disease in which there is an abnormal change in the function of an organ, but no structural alteration in the tissues involved (opposed to organic disease).
  • garden loosestrife — any of various plants belonging to the genus Lysimachia, of the primrose family, having clusters of usually yellow flowers, as L. vulgaris (garden loosestrife) or L. quadrifolia (whorled loosestrife)
  • good samaritan law — a law that exempts from legal liability persons, sometimes only physicians, who give reasonable aid to strangers in grave physical distress.
  • hidalgo y costillaMiguel [mee-gel] /miˈgɛl/ (Show IPA), 1753–1811, Mexican priest, patriot, and revolutionist.
  • hold a reservation — If a hotel holds a reservation, it keeps a room for someone, and does not give it to someone else.
  • how the wind blows — air in natural motion, as that moving horizontally at any velocity along the earth's surface: A gentle wind blew through the valley. High winds were forecast.
  • hyperaldosteronism — aldosteronism.
  • idylls of the king — a series of poems by Tennyson, based on Arthurian legend.
  • imploded consonant — a consonant which is pronounced with or by implosion
  • incidental charges — Incidental charges are costs of items and services that are not part of the main bill.
  • incidental damages — law: incurred by contract breach
  • independent clause — a clause that can stand alone as a sentence, containing a subject and a predicate with a finite verb, as I was there in the sentence I was there when he arrived.
  • independent school — (in Britain) a school that is neither financed nor controlled by the government or local authorities
  • indestructibleness — The quality of being indestructible.
  • indiscriminatingly — In an indiscriminating manner.
  • indus civilization — an ancient civilization that flourished in the Indus River valley, from about 2500 to 1500 b.c.: extensive archaeological excavations at the main sites of Mohenjo-Daro and Harappa in Pakistan.
  • industrial diamond — a small often synthetic diamond, valueless as a gemstone, used in cutting tools, abrasives, etc
  • industrial disease — occupational disease (def 1).
  • industrial dispute — disagreement between workers and managers
  • industrial hygiene — the science that assesses, controls, and prevents occupational factors or sources of stress in the workplace that may significantly affect the health and well-being of employees or of the community in general
  • industrial vehicle — a vehicle designed for use in industry
  • information island — (jargon)   A body of information (i.e. electronic files) that needs to be shared but has no network connection.
  • instrument landing — an aircraft landing accomplished by use of gauges on the instrument panel and ground-based radio equipment, with limited reference to outside visual signals.
  • intelligent design — the theory that the universe and living things were designed and created by the purposeful action of an intelligent agent. Abbreviation: ID.
  • 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.
  • italian somaliland — a former Italian colony and trust territory in E Africa: now part of the Democratic Somali Republic.
  • kill with kindness — to deprive of life in any manner; cause the death of; slay. Synonyms: slaughter, massacre, butcher; hang, electrocute, behead, guillotine, strangle, garrote; assassinate.
  • kirtland's warbler — a wood warbler, Dendroica kirtlandii, breeding only in north-central Michigan and wintering in the Bahamas, bluish gray above, striped with black and pale yellow below: an endangered species.
  • knotted cranesbill — a British wildflower, Geranium nodosum, an meadow geranium with bright pink or purple flowers
  • 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.
  • landscape painting — art: depicting natural scenery
  • light displacement — the weight of a ship with all its permanent equipment, excluding the weight of cargo, persons, ballast, dunnage, and fuel, but usually including the weight of permanent ballast and water used to operate steam machinery.
  • limit-state design — a design criterion specifying that with acceptable probabilities a structure will not reach a limit state in which it either is unfit for the use for which it was designed (unavailability limit state) or fails (ultimate limit state)
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?