0%

22-letter words containing a, g, e, n, t

  • computational learning — grammatical inference
  • concentration gradient — the gradual difference in concentration of a dissolved substance in a solution between a region of high density and one of lower density.
  • congressional district — (in the US) an electoral division of a state, entitled to send one member to the US House of Representatives
  • conservation of charge — the principle that the total charge of any isolated system is constant and independent of changes that take place within the system
  • conservation of energy — the principle that the total energy of any isolated system is constant and independent of any changes occurring within the system
  • contextual advertising — a form of targeted advertising used on websites or other media, such as content displayed in mobile browsers
  • contingent beneficiary — a person who becomes the beneficiary if the primary beneficiary dies or is otherwise disqualified.
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • cotton-wool generation — the children and teenagers of the early 21st century, viewed as having been overprotected while growing up
  • course author language — (language)   (CAL) The CAI language for the IBM 360.
  • crankshaft end bearing — The crankshaft end bearing is the bearing between the connecting rod and the crankshaft of an internal combustion engine.
  • crime against humanity — repeated actions undertaken by, or condoned by, a government, deemed to infringe human dignity and safety, such as rape, torture, murder, etc
  • criminal investigation — an investigation by the police into a crime
  • dashing white sergeant — a lively Scottish dance for sets of six people
  • data address generator — (architecture)   (DAG) The mechanism which generates temporary memory addresses for data that is transferred between memory and registers in a Digital Signal Processor. Certain DSP architectures incorporate more than one DAG to simplify the programming needed to move blocks of data between buffers. For instance, certain Fast Fourier Transform algorithms requiring bit reversing, can use the DAG for that purpose, or they can use two DAGS, one for Program Memory Data (PMD), and the other for Data Memory Data (DMD).
  • de broglie wave length — the postulate of wave mechanics that a particle of mass m moving at a velocity v will have the properties of a wave of wavelength h / mv (de Broglie wavelength) where h is Planck's constant.
  • debt collection agency — a company that collects debts on behalf of creditors
  • 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.
  • denominational college — a college associated with a particular religious denomination
  • denying the antecedent — the fallacy of inferring the falsehood of the consequent of a conditional statement, given the truth of the conditional and the falsehood of its antecedent, as if there are five of them, there are more than four: there are not five, so there are not more than four
  • descriptive cataloging — the aspect of cataloging concerned with the bibliographic and physical description of a book, recording, or other work, accounting for such items as author or performer, title, edition, and imprint as opposed to subject content.
  • 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.
  • digital control system — (systems)   (DCS) A digital computer used for real-time control of a dynamic system, usually in an industrial environment, possibly as part of a Supervisory Control and Data Acquisition (SCADA) system. A DCS samples feedback from the system under control and modifies the control signals in an attempt to achieve some desired behaviour. Analysis of such digital-analogue feedback systems can involve mathematical methods such as difference equations, Laplace transforms, z transfer functions, state space models and state transition matrices.
  • digital radio mondiale — (communications)   (DRM) A form of monaural digital broadcast using carrier frequencies below 30 MHz. DRM uses MPEG-4 AAC Main Profile and SBR at data rates of 16-25 kbps.
  • 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.
  • directory system agent — (DSA) The software that provides the X.500 Directory Service for a portion of the directory information base. Generally, each DSA is responsible for the directory information for a single organisation or organisational unit.
  • 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.
  • dog's dinner/breakfast — You describe something as a dog's breakfast or dog's dinner in order to express your disapproval of it, for example because it is very untidy, badly organized, or badly done.
  • 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
  • electrical engineering — Electrical engineering is the designing, constructing, and maintenance of electrical devices.
  • electroencephalographs — Plural form of electroencephalograph.
  • electroencephalography — The measurement of electrical activity in different parts of the brain and the recording of such activity as a visual trace (on paper or on an oscilloscope screen).
  • electromagnetic moment — a measure of the magnetic strength of a magnet or current-carrying coil, expressed as the torque produced when the magnet or coil is set with its axis perpendicular to unit magnetic flux density. It is measured in ampere metres squared
  • emotional intelligence — empathy and social skills
  • enchanter's nightshade — any of several onagraceous plants of the genus Circaea, esp C. lutetiana, having small white flowers and bristly fruits
  • engineering consultant — a consultant specializing in engineering
  • equal rights amendment — a proposed amendment to the US Constitution enshrining equality between the sexes
  • 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.
  • examining the entrails — The process of grovelling through a core dump or hex image in an attempt to discover the bug that brought a program or system down. The reference is to divination from the entrails of a sacrified animal. Compare runes, incantation, black art, desk check.
  • extended affix grammar — (language, grammar)   (EAG) A formalism for describing both the context free syntax and the context sensitive syntax of languages. EAGs belong to the family of two-level grammars. They are very closely related to two-level van Wijngaarden grammars. EAG can be used as a specification formalism, specifying in relations rather than functions, or as a relational programming language like PROLOG.
  • 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).
  • fall prey to something — To fall prey to something bad means to be taken over or affected by it.
  • 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.
  • fitzgerald contraction — the hypothesis that a moving body exhibits a contraction in the direction of motion when its velocity is close to the speed of light.
  • floating exchange rate — a system in which the value of a currency fluctuates against other currencies in accordance with market forces
  • 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.
  • gallamine triethiodide — a neuromuscular blocking drug, C 30 H 60 I 3 N 3 O 3 , similar to curare, used as a skeletal muscle relaxant in conjunction with surgical anesthesia.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?