0%

19-letter words containing c, o, d, i, s, t

  • customs declaration — a form declaring the nature and value of goods, etc, for customs purposes
  • deaf without speech — (usually of a prelingually deaf person) able to utter sounds but not speak
  • deathbed confession — a confession that somebody makes just before he or she dies, usually relating to some long concealed crime or secret
  • deflate compression — deflate
  • dental receptionist — a receptionist working in a dental surgery
  • deoxycorticosterone — a corticosteroid hormone important in maintaining sodium and water balance in the body
  • detective constable — a police officer who investigates crime and who is of the lowest rank
  • detective inspector — a police officer who investigates crime and who ranks above a detective sergeant but below a detective chief inspector
  • 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.
  • 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.
  • dihydrostreptomycin — an antibiotic, C 21 H 41 N 7 O 12 , derived by organic synthesis from and believed to be less toxic than streptomycin: used in the form of its sulfate chiefly in the treatment of tuberculosis.
  • 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.
  • 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.
  • 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
  • distillation column — a type of still fitted with interior baffles, used for fractional distillation. Compare still2 (def 1).
  • 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
  • dred scott decisionBarbara Ann, 1928–2012, Canadian figure skater.
  • 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
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • 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).
  • goods received note — a document created by a buyer on receipt of merchandise and which describes each good and details the quantity of each received
  • harmonic distortion — distortion caused by nonlinear characteristics of electronic apparatus, esp of audio amplifiers, that generate unwanted harmonics of the input frequencies
  • holy innocents' day — December 28, a day of religious observance commemorating the slaughter of the children of Bethlehem by Herod's order.
  • human rights record — the facts that are known about the tendency of a country, regime, etc, to observe and protect human rights
  • hydrostatic balance — a balance for finding the weight of an object submerged in water in order to determine the upthrust on it and thus determine its relative density
  • hyperfocal distance — the distance, at a given f number, between a camera lens and the nearest point (hyperfocal point) having satisfactory definition when focused at infinity.
  • in consideration of — the act of considering; careful thought; meditation; deliberation: I will give your project full consideration.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?