0%

19-letter words containing a, n, t, i, o, u

  • decontextualization — to remove (a linguistic element, an action, etc.) from a context: decontextualized works of art displayed in museums.
  • deindustrialisation — Alternative spelling of deindustrialization.
  • deindustrialization — the decline in importance of manufacturing industry in the economy of a nation or area
  • deinstitutionalized — Simple past tense and past participle of deinstitutionalize.
  • 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.
  • diplomatic immunity — exemption from taxation, searches, arrest, etc., enjoyed by diplomatic officials and their dependent families under international law, and usually on a reciprocal basis.
  • 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).
  • 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
  • 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.
  • distillation column — a type of still fitted with interior baffles, used for fractional distillation. Compare still2 (def 1).
  • 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.
  • draw the curtain on — to end
  • 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)
  • ecumenical movement — See under ecumenical (def 4).
  • 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
  • electrostatic units — the system of CGS electric and magnetic units that assigns the value of one to the dielectric constant of a vacuum
  • employment tribunal — (in England, Scotland, and Wales) a tribunal that rules on disputes between employers and employees regarding unfair dismissal, redundancy, etc
  • 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.
  • entry qualification — the qualifications and conditions required to join an organization, club, etc
  • environmental audit — the systematic examination of an organization's interaction with the environment, to assess the success of its conservation or antipollution programme
  • equal opportunities — Equal opportunities refers to the policy of giving everyone the same opportunities for employment, pay and promotion, without discriminating against particular groups.
  • equatorial mounting — an astronomical telescope mounting that allows motion of the telescope about two mutually perpendicular axes, one of which is parallel to the earth's axis
  • equatorial zenithal — a type of map projection in which part of the earth's surface is projected onto a plane tangential to it at the equator
  • euclidean algorithm — Euclid's Algorithm
  • european parliament — law: assembly in Strasbourg
  • evaluation strategy — reduction strategy
  • fault tolerant unix — (operating system)   (FTX) Stratus's own Unix System V Release 4 multiprocessor operating system. In 2016, FTX is supported but no longer developed. FTX was one of three operating systems supplied by Stratus on their hardware, the other two, HP-UX and VOS, were the more common choices, FTX was only sold on an exceptional basis. Early FTX 3.x releases used an in-house virtual disk layer (VDL) driver, but later releases switched to a version of Veritas VxVM. FTX supported many of the proprietary communications boards (ISDN, serial, parallel, X.25, etc.).
  • february revolution — Russian Revolution (def 1).
  • february-revolution — Also called February Revolution. the uprising in Russia in March, 1917 (February Old Style), in which the Czarist government collapsed and a provisional government was established.
  • first person plural — a grammatical category of pronouns and verbs used by the speaker to refer to or talk about himself together with others
  • floating foundation — a foundation used in yielding soil, having for its footing a raft tending to displace a weight greater than that of the building.
  • floating restaurant — a boat or ship that has been converted for use as a restaurant
  • floating-point unit — (hardware)   (FPU) A floating-point accelerator, usually in a single integrated circuit, possible on the same IC as the central processing unit.
  • forensic accountant — an accountant who specializes in applying accountancy skills to the purposes of the law
  • foundation subjects — the subjects studied as part of the National Curriculum, including the compulsory core subjects
  • fractional currency — coins or paper money of a smaller denomination than the basic monetary unit.
  • frameshift mutation — a mutation caused by frameshift.
  • functional analysis — the branch of mathematics that deals with the theory of vector spaces and linear functionals.
  • functional calculus — the branch of symbolic logic that includes the sentential calculus and that deals with sentential functions and quantifiers and with logical relations between sentences containing quantifiers.
  • functional currency — Functional currency is the main currency used by a business.
  • 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 language — (language)   A language that supports and encourages functional programming.
  • functional medicine — individualized medical care that recognizes the interactions between genetic and environmental factors and between the body's interconnected systems.
  • gastrocolic omentum — the peritoneal fold attached to the stomach and the colon and hanging over the small intestine.
  • geomagnetic equator — an imaginary line on the earth's surface, the plane of which passes through the center and is midway between the geomagnetic poles.
  • go into liquidation — to close one's business by collecting assets and settling all debts
  • go jump in the lake — a body of fresh or salt water of considerable size, surrounded by land.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?