0%

22-letter words containing a, u, t

  • deinstitutionalization — to release (a person with mental or physical disabilities) from a hospital, asylum, home, or other institution with the intention of providing treatment, support, or rehabilitation primarily through community resources under the supervision of health-care professionals or facilities.
  • delaunay triangulation — (mathematics, graphics)   (After B. Delaunay) For a set S of points in the Euclidean plane, the unique triangulation DT(S) of S such that no point in S is inside the circumcircle of any triangle in DT(S). DT(S) is the dual of the voronoi diagram of S.
  • delayed-action shutter — a camera shutter that opens after an interval set by the photographer
  • design system language — J. Gaffney, Evans & Sutherland 1976. Interpretive FORTH-like language for 3d graphics databases. Earliest forerunner of both Interpress and PostScript. Mentioned in PostScript Language Reference Manual, Adobe Systems, A-W 1985.
  • diachronic linguistics — historical linguistics.
  • diethylbarbituric acid — barbital
  • digital standard mumps — (DSM) DEC's version of MUMPS.
  • dilation and curettage — a surgical method for the removal of diseased tissue or an early embryo from the lining of the uterus by means of scraping.
  • distributed generation — A distributed generation system involves a person or company generating some of their power requirements in different ways, such as locally, or using renewable energy, in order to avoid taking it all from the grid.
  • distributive education — a special program of vocational education at the high-school level in which a student is employed part-time, receiving on-the-job training, and also attends classes, most of which pertain directly to the student's vocational field.
  • do sth pursuant to sth — If someone does something pursuant to a law or regulation, they obey that law or regulation.
  • don't hold your breath — sth is unlikely to happen soon
  • don't misunderstand me — You can say don't misunderstand me when you want to correct a wrong impression that you think someone may have got about what you are saying.
  • double blackwall hitch — a kind of knot
  • draft-quality printing — low-quality, high-speed output in printed form from a printer linked to a word processor
  • drumhead court-martial — a court-martial held, usually on a battlefield, for the summary trial of charges of offenses committed during military operations.
  • duplex high speed data — (DHSD) A term which describes a full-duplex channel that can carry 64 kilobits per second. This is the kind of service provided by an Inmarsat-B type portable earth station or a leased line (not ISDN).
  • earth inductor compass — a compass actuated by induction from the earth's magnetic field.
  • east african community — an association established in 1967 by Kenya, Uganda, and Tanzania to promote closer economic and social ties between member states: dissolved in 1977, but reformed in 1999, and joined in 2007 by Burundi and Rwanda
  • east australia current — the part of the South Equatorial Current flowing S along the E coast of Australia.
  • east greenland current — a cold ocean current of low salinity flowing south along the east coast of Greenland.
  • educational psychology — a branch of psychology concerned with developing effective educational techniques and dealing with psychological problems in schools.
  • educational technology — the use of technology, such as computers, within education, to aid the learning process
  • educational television — television of informational or instructional content.
  • engineering consultant — a consultant specializing in engineering
  • entertainment industry — show business
  • equal rights amendment — a proposed amendment to the US Constitution enshrining equality between the sexes
  • estimated maximum loss — Estimated maximum loss is the amount of risk that an underwriter estimates the insurer will be able to cover before ceding any surplus to a reinsurer.
  • evolutionary algorithm — (EA) An algorithm which incorporates aspects of natural selection or survival of the fittest. An evolutionary algorithm maintains a population of structures (usually randomly generated initially), that evolves according to rules of selection, recombination, mutation and survival, referred to as genetic operators. A shared "environment" determines the fitness or performance of each individual in the population. The fittest individuals are more likely to be selected for reproduction (retention or duplication), while recombination and mutation modify those individuals, yielding potentially superior ones. EAs are one kind of evolutionary computation and differ from genetic algorithms. A GA generates each individual from some encoded form known as a "chromosome" and it is these which are combined or mutated to breed new individuals. EAs are useful for optimisation when other techniques such as gradient descent or direct, analytical discovery are not possible. Combinatoric and real-valued function optimisation in which the optimisation surface or fitness landscape is "rugged", possessing many locally optimal solutions, are well suited for evolutionary algorithms.
  • existential quantifier — quantifier
  • extension language kit — (language)   (Elk) A Scheme interpreter by Oliver Laumann <[email protected]> and Carsten Bormann <[email protected]> of the Technical University of Berlin. Elk was designed to be used as a general extension language. New types and primitive procedures can easily be added. It has first-class environments, dynamic-wind, fluid-let, macros, autoloading and a dump. It provides interfaces to Xlib, Xt and various widget sets; dynamic loading of extensions and object files; almost all artificial limitations removed; generational/incremental garbage collector; Unix system call extensions; Records (structures) and bit strings. Version: 2.2 is mostly R3RS compatible and runs on Unix, Ultrix, VAX, Sun-3, Sun-4, 68000, i386, MIPS, IBM PC RT, RS/6000, HP700, SGI, Sony, MS-DOS (gcc+DJGPP or go32).
  • extra-mural department — a university department that offers courses for part-time students
  • fast fourier transform — (algorithm)   (FFT) An algorithm for computing the Fourier transform of a set of discrete data values. Given a finite set of data points, for example a periodic sampling taken from a real-world signal, the FFT expresses the data in terms of its component frequencies. It also solves the essentially identical inverse problem of reconstructing a signal from the frequency data. The FFT is a mainstay of numerical analysis. Gilbert Strang described it as "the most important algorithm of our generation". The FFT also provides the asymptotically fastest known algorithm for multiplying two polynomials. Versions of the algorithm (in C and Fortran) can be found on-line from the GAMS server here.
  • federal district court — district court (def 2).
  • financial underwriting — Financial underwriting is the process of assessing whether the proposed sum insured and product are reasonable when considering the possible financial loss to the client.
  • finite state automaton — Finite State Machine
  • flocculent precipitate — a woolly-looking precipitate, as aluminum hydroxide formed by the addition of ammonia to an aluminum-salt solution.
  • foot-and-mouth disease — an acute, contagious, febrile disease of cattle, hogs, sheep, and other hoofed animals, caused by any of various rhinoviruses and characterized by vesicular eruptions in the mouth and about the hoofs, teats, and udder.
  • friar minor conventual — a friar belonging to a branch of the Franciscan order that separated from the Observants in the 15th century, and that observes a modification of the rule of St. Francis. Also called Conventual. Compare Friar Minor, capuchin (def 4).
  • front of house manager — A front of house manager is responsible for the reception and reservations at a hotel.
  • full english breakfast — morning meal of eggs, bacon, etc.
  • full pelt/at full pelt — If you do something full pelt or at full pelt, you do it very quickly indeed.
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • genitourinary medicine — the branch of medical science concerned with the study and treatment of diseases of the genital and urinary organs, esp sexually transmitted diseases
  • glucose tolerance test — a diagnostic procedure in which a measured amount of glucose is ingested and blood samples are taken periodically as a means of detecting diabetes mellitus.
  • go through one's paces — to show one's abilities, skills, etc.
  • gran turismo omologato — (of an automobile) certified as conforming to the specifications, as fuel capacity and engine displacement, for a class of standard automobiles (Gran Turismo) qualified to engage in various types of competitions. Abbreviation: GTO.
  • graphical display unit — an output device incorporating a cathode ray tube on which both line drawings and text can be displayed. It is usually used in conjunction with a light pen to input or reposition data
  • great australian bight — a wide bay in S Australia.
  • green around the gills — the respiratory organ of aquatic animals, as fish, that breathe oxygen dissolved in water.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?