0%

19-letter words containing o, c, i, d, e

  • directional coupler — (communications)   (tap) A passive device used in cable systems to divide and combine radio frequency signals. A directional coupler has at least three ports: line in, line out, and the tap. The signal passes between line in and line out ports with loss referred to as the insertion loss. A small portion of the signal power applied to the line in port passes to the tap port. A signal applied to the tap port is passed to the line in port less the tap attenuation value. The tap signals are isolated from the line out port to prevent reflections. A signal applied to the line out port passes to the line in port and is isolated from the tap port. Some devices provide more than one tap output line (multi-taps).
  • director of studies — a member of staff at an educational institution who has responsibility for overseeing the curriculum
  • directory enquiries — Directory enquiries is a service which you can telephone to find out someone's telephone number.
  • disciples of christ — a Christian denomination, founded in the U.S. by Alexander Campbell in the early part of the 19th century, that rejects all creeds, holds the Bible as a sufficient rule of faith and practice, administers baptism by immersion, celebrates the Lord's Supper every Sunday, and has a congregational polity.
  • discovery procedure — any rigorous method by the application of which a grammar might be constructed from a corpus of utterances in a language; an algorithm leading from data to a formulation.
  • 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
  • displaced homemaker — a woman recently divorced, separated, or widowed after many years as a homemaker.
  • do the decent thing — If you say that someone should do the decent thing, you mean that they should do something which they do not really want to do, but which you think they ought to do.
  • 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
  • domain architecture — (systems analysis)   A generic, organisational structure or design for software systems in a domain. The domain architecture contains the designs that are intended to satisfy requirements specified in the domain model. A domain architecture can be adapted to create designs for software systems within a domain and also provides a framework for configuring assets within individual software systems.
  • dominance hierarchy — a system or set of relationships in animal groups that is based on a hierarchical ranking, usually established and maintained by behavior in aggressive encounters: one or a few members hold the highest rank and the others are submissive to those ranking higher and dominant to those ranking lower.
  • double counterpoint — invertible counterpoint using two transposable voices.
  • double-helical gear — herringbone gear.
  • draw the color line — to impose or accept the color line
  • draw the curtain on — to end
  • drawing-room comedy — a light, sophisticated comedy typically set in a drawing room with characters drawn from polite society.
  • dred scott decisionBarbara Ann, 1928–2012, Canadian figure skater.
  • early purple orchid — a Eurasian orchid, Orchis mascula, with purplish-crimson flowers and stems marked with blackish-purple spots
  • education committee — a committee that discusses the education of children in a particular local authority
  • 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.
  • electrocardiographs — Plural form of electrocardiograph.
  • electrocardiography — The measurement of electrical activity in the heart and the recording of such activity as a visual trace (on paper or on an oscilloscope screen), using electrodes placed on the skin of the limbs and chest.
  • electroconductivity — Electrical conductivity.
  • electrode potential — the potential difference developed when an electrode of an element is placed in a solution containing ions of that element
  • electrohydrodynamic — (physics) Of or pertaining to electrohydrodynamics.
  • electronic keyboard — a typewriter keyboard used to operate an electronic device such as a computer, word processor, etc
  • electrostatic field — an electric field associated with static electric charges
  • 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.
  • euclidean algorithm — Euclid's Algorithm
  • expeditionary force — An expeditionary force is a group of soldiers who are sent to fight in a foreign country.
  • extendible compiler — (language)   (ETC) A Fortran-like compiler that can be extended with macros.
  • exterior decoration — the painting of the outside of a building
  • factitious disorder — any of various syndromes, as Münchausen syndrome, characterized by physical or psychological symptoms intentionally produced by a person and under voluntary control.
  • feast of dedication — Hanukkah.
  • 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.
  • five o'clock shadow — the rather dark stubble that appears on a man's face some hours after shaving, typically in the late afternoon if he shaved in the morning.
  • five-o'clock shadow — the rather dark stubble that appears on a man's face some hours after shaving, typically in the late afternoon if he shaved in the morning.
  • fixed cost contract — a contract in which the costs do not vary
  • fixed-term contract — a contract for a particular and fixed period
  • foundation subjects — the subjects studied as part of the National Curriculum, including the compulsory core subjects
  • freedom of the city — nominal citizenship in a city, conferred as an honor upon important visitors.
  • friend of the court — amicus curiae.
  • front-end financing — money or costs required or incurred in advance of a project in order to get it under way
  • 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].
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?