0%

19-letter words containing a, d, e, n, o, c

  • deflate compression — deflate
  • dendrochronological — Pertaining to dendrochronology.
  • dental receptionist — a receptionist working in a dental surgery
  • depletion allowance — a tax allowance granted in certain industries, such as the oil and gas industries, to compensate for the depletion of the oil, gas, etc owned by the company
  • detective constable — a police officer who investigates crime and who is of the lowest rank
  • development company — a company that buys land and builds houses, offices, shops, or factories on it, or buys existing buildings and makes them more modern
  • devils-on-horseback — a savoury of prunes wrapped in bacon slices and served on toast
  • diamond ring effect — a phenomenon, sometimes observed immediately before and after a total eclipse of the sun, in which one of Baily's beads is much brighter than the others, resembling a diamond ring around the moon.
  • dictionary of names — a dictionary of given names that indicates whether a name is usually male, female, or unisex and often includes origins as well as meanings; for example, as by indicating that Evangeline, meaning “good news,” comes from Greek. Used primarily as an aid in selecting a name for a baby, dictionaries of names may also include lists of famous people who have shared a name and information about its current popularity ranking.
  • dielectric constant — Electricity. the ratio of the flux density produced by an electric field in a given dielectric to the flux density produced by that field in a vacuum.
  • difference equation — (mathematics)   A relation between consecutive elements of a sequence. The first difference is D u(n) = u(n+1) - u(n) where u(n) is the nth element of sequence u. The second difference is u(n+2) + a u(n+1) + b u(n) = 0 can be converted to a difference equation (in this case, a second order linear difference equation): D2 u(n) + p D u(n) + q u(n) = 0 and vice versa. a, b, p, q are constants.
  • diffraction pattern — the phenomenon exhibited by wave fronts that, passing the edge of an opaque body, are modulated, thereby causing a redistribution of energy within the front: it is detectable in light waves by the presence of a pattern of closely spaced dark and light bands (diffraction pattern) at the edge of a shadow.
  • digital electronics — (electronics)   The implementation of two-valued logic using electronic logic gates such as and gates, or gates and flip-flops. In such circuits the logical values true and false are represented by two different voltages, e.g. 0V for false and +5V for true. Similarly, numbers are normally represented in binary using two different voltages to represented zero and one. Digital electronics contrasts with analogue electronics which represents continuously varying quantities like sound pressure using continuously varying voltages. Digital electronics is the foundation of modern computers and digital communications. Massively complex digital logic circuits with millions of gates can now be built onto a single integrated circuit such as a microprocessor and these circuits can perform millions of operations per second.
  • 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
  • direction indicator — aerial used in wireless communication
  • 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).
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • electrode potential — the potential difference developed when an electrode of an element is placed in a solution containing ions of that element
  • electrodynamometers — Plural form of electrodynamometer.
  • 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
  • endowment assurance — a form of life insurance that provides for the payment of a specified sum directly to the policyholder at a designated date or to his beneficiary should he die before this date
  • 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.
  • exterior decoration — the painting of the outside of a building
  • 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.
  • 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
  • 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].
  • functional medicine — individualized medical care that recognizes the interactions between genetic and environmental factors and between the body's interconnected systems.
  • galactic coordinate — Usually, galactic coordinates. a member of a system of coordinates that define the position of a celestial body with reference to the Milky Way.
  • 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).
  • goldbach conjecture — an unproved theorem that every even integer greater than 2 can be written as the sum of two prime numbers.
  • grand duke nicholas — of Cusa [kyoo-zuh] /ˈkyu zə/ (Show IPA), 1401–1464, German cardinal, mathematician, and philosopher. German Nikolaus von Cusa.
  • grandfather's clock — a pendulum floor clock having a case as tall as or taller than a person; tall-case clock; long-case clock.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?