0%

19-letter words containing i, o, n, s, d

  • dihydrotestosterone — (steroid) An androgenic metabolite of testosterone; used to treat certain breast cancers.
  • dimethylnitrosamine — a yellow, water-soluble carcinogenic liquid, C 2 H 6 N 2 O, found in tobacco smoke and certain foods: known to be a potent carcinogen. Abbreviation: DMN, DMNA.
  • direct grant school — (in Britain, formerly) a school financed by endowment, fees, and a state grant conditional upon admittance of a percentage of nonpaying pupils nominated by the local education authority
  • direct-vision prism — Amici prism.
  • directory enquiries — Directory enquiries is a service which you can telephone to find out someone's telephone number.
  • disadvantageousness — The state or quality of being disadvantageous.
  • disambiguation page — a page on a website that lists various websites or web pages that have or could have the same title. The user is able to select from the list that page, site etc that he or she actually wants
  • disciplinary action — punishment or caution
  • discretionary trust — a trust in which the beneficiaries' shares are not fixed in the trust deed but are left to the discretion of other persons, often the trustees
  • discriminated union — (theory)   The discriminated union of two sets A and B is A + B = {(inA, a) | a in A} U {(inB, b)| b in B} where inA and inB are arbitrary tags which specify which summand an element originates from. A type (especially an algebraic data type) might be described as a discriminated union if it is a sum type whose objects consist of a tag to say which part of the union they belong to and a value of the corresponding type.
  • discussion document — a document that puts forward some ideas or opinions that might form the basis of a discussion of a particular topic
  • disjunctive pronoun — an inflection of pronouns in some languages that is used alone or after a preposition, such as moi in French
  • dispersion relation — the relationship between the angular frequency (ω;) of a wave and the magnitude of its wave vector (k). Thus the wave's speed is ω/k
  • distillation column — a type of still fitted with interior baffles, used for fractional distillation. Compare still2 (def 1).
  • distribution system — The distribution system is the part of an electric system after the transmission system that is dedicated to delivering electric energy to an end user.
  • diversional therapy — the structured use of leisure time in recreation and play as a form of or supplement to conventional therapy
  • do not disturb sign — A do not disturb sign is a sign that a guest in a hotel hangs outside their room to tell other people not to knock the door or enter.
  • dobsonian telescope — a relatively inexpensive Newtonian telescope, suitable for visual but not photographic use, in which the tube assembly slips freely in the lower base.
  • doctrine of descent — the theory that animals and plants arose by descent from previously existing organisms; theory of evolution
  • double yellow lines — parallel yellow lines painted down the centre of a roadway to indicate that overtaking is not permitted in either direction
  • double-density disk — a disk with more than the normal capacity for storage
  • draw in one's horns — one of the bony, permanent, hollow paired growths, often curved and pointed, that project from the upper part of the head of certain ungulate mammals, as cattle, sheep, goats, or antelopes.
  • draw someone's fire — to attract the criticism or censure of someone
  • dred scott decisionBarbara Ann, 1928–2012, Canadian figure skater.
  • drill-down analysis — drill down
  • dwight d eisenhowerDwight David ("Ike") 1890–1969, U.S. general and statesman: Chief of Staff 1945–48; 34th president of the U.S. 1953–61.
  • dynamic positioning — Dynamic positioning is the use of computers to control the position of a semi-submersible rig.
  • dynamic translation — (architecture)   A virtual machine implementation approach, used to speed up execution of byte-code programs. To execute a program unit such as a method or a function, the virtual machine compiles its bytecodes into (hardware) machine code. The translated code is also placed in a cache, so that next time that unit's machine code can be executed immediately, without repeating the translation. This technique was pioneered by the commercial Smalltalk implementation currently known as VisualWorks, in the early 1980s. Currently it is also used by some implementations of the Java Virtual Machine under the name JIT (Just In Time compilation).
  • dynatron oscillator — type of oscillator
  • east dunbartonshire — a council area of central Scotland to the N of Glasgow: part of Strathclyde region from 1975 until 1996: mainly agricultural and residential. Administrative centre: Kirkintilloch. Pop: 106 970 (2003 est). Area: 172 sq km (66 sq miles)
  • educational adviser — a person who provides advice and training to teachers about teaching methods and educational policies
  • eilean donan castle — a castle near the Kyle of Lochalsh in Highland, Scotland: built in the 13th century; famous for its picturesque setting
  • elastic deformation — In elastic deformation a material changes shape when a stress is applied to it but goes back to its original state when the stress is removed.
  • end of transmission — (character)   (EOT) The mnemonic for ASCII character 4.
  • end-to-end solution — (jargon)   (E2ES) A term that suggests that the supplier of an application program or system will provide all the hardware and/or software components and resouces to meet the customer's requirement and no other supplier need be involved. Compare: turn-key solution.
  • endowment insurance — Endowment insurance is a type of life insurance that pays a particular sum directly to the policyholder at a stated date, or to a beneficiary if the policyholder dies before this date.
  • error-based testing — (programming)   Testing where information about programming style, error-prone language constructs, and other programming knowledge is applied to select test data capable of detecting faults, either a specified class of faults or all possible faults.
  • fallacy of division — the fallacy of inferring that a property of the whole is also a property of parts or members of the whole (opposed to fallacy of composition).
  • fashion coordinator — a person in a department store or other establishment who coordinates activities centered upon or related to fashion, as fashion themes, shows, displays, and promotion.
  • feast of dedication — Hanukkah.
  • financial ombudsman — any of five British ombudsmen: the Banking Ombudsman, set up in 1986 to investigate complaints from bank customers; the Building Society Ombudsman, set up in 1987 to investigate complaints from building society customers; the Insurance Ombudsman, set up in 1981 to investigate complaints by policyholders (since 1988 this ombudsman has also operated a Unit Trust Ombudsman scheme); the Investment Ombudsman set up in 1989 to investigate complaints by investors (the Personal Investment Authority Ombudsman is responsible for investigating complaints by personal investors); and the Pensions Ombudsman, set up in 1993 to investigate complaints regarding pension schemes
  • first-sale doctrine — a legal principle allowing the purchaser of a lawfully made copy of a copyright-protected work to sell or give away that copy without permission but not to reproduce it.
  • fixed cost contract — a contract in which the costs do not vary
  • foundation subjects — the subjects studied as part of the National Curriculum, including the compulsory core subjects
  • free alongside quay — (of a shipment of goods) delivered to the quay without charge to the buyer
  • free alongside ship — (of a shipment of goods) delivered to the dock without charge to the buyer, but excluding the cost of loading onto the vessel
  • functional database — (database, language)   A database which uses a functional language as its query language. Databases would seem to be an inappropriate application for functional languages since, a purely functional language would have to return a new copy of the entire database every time (part of) it was updated. To be practically scalable, the update mechanism must clearly be destructive rather than functional; however it is quite feasible for the query language to be purely functional so long as the database is considered as an argument. One approach to the update problem would use a monad to encapsulate database access and ensure it was single threaded. Alternative approaches have been suggested by Trinder, who suggests non-destructive updating with shared data structures, and Sutton who uses a variant of a Phil Wadler's linear type system. There are two main classes of functional database languages. The first is based upon Backus' FP language, of which FQL is probably the best known example. Adaplan is a more recent language which falls into this category. More recently, people have been working on languages which are syntactically very similar to modern functional programming languages, but which also provide all of the features of a database language, e.g. bulk data structures which can be incrementally updated, type systems which can be incrementally updated, and all data persisting in a database. Examples are PFL [Poulovassilis&Small, VLDB-91], and Machiavelli [Ohori et al, ACM SIGMOD Conference, 1998].
  • gigabits per second — (unit)   (Gbps) A unit of information transfer rate equal to one billion bits per second. Note that, while a gigabit is defined as a power of two (2^30 bits), a gigabit per second is defined as a power of ten (10^9 bits per second, which is slightly less) than 2^30).
  • giovanni da fiesole — Giovanni da [Italian jaw-vahn-nee dah] /Italian dʒɔˈvɑn ni dɑ/ (Show IPA), Angelico, Fra.
  • go round in circles — to engage in energetic but fruitless activity
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?