0%

20-letter words containing a, c, e

  • ecumenical patriarch — the patriarch of Constantinople, regarded as the highest dignitary of the Greek Orthodox Church.
  • education department — the department of a local authority that is concerned with education, or the government department concerned with education
  • educational quotient — a numerical measure of an educational system's effectiveness, based on standardized test scores, graduation rate, and other factors.
  • edward the confessorSaint, 1002?–66, English king 1042–66: founder of Westminster Abbey.
  • effective computable — (theory)   A term describing a function for which there is an effective algorithm that correctly calculates the function. The algorithm must consist of a finite sequence of instructions.
  • effective resistance — the resistance to an alternating current, expressed as the ratio of the power dissipated to the square of the effective current.
  • efficiency apartment — a small apartment consisting typically of a combined living room and bedroom area, a bathroom, and a kitchenette.
  • electoral boundaries — the way that a country or area is divided for the purposes of voting in an election
  • electrocardiographic — Of or pertaining to an electrocardiogram (ECG) or electrocardiograph.
  • electroencephalogram — A test or record of brain activity produced by electroencephalography.
  • electrohydrodynamics — (physics) the study of the dynamics of electrically conducting fluid.
  • electromagnetic pump — a device for pumping liquid metals by placing a pipe between the poles of an electromagnet and passing a current through the liquid metal
  • electromagnetic unit — any unit that belongs to a system of electrical cgs units in which the magnetic constant is given the value of unity and is taken as a pure number
  • electromagnetic wave — a wave of energy propagated in an electromagnetic field
  • electronic signature — electronic proof of a person's identity
  • electrophysiological — Of or pertaining to electrophysiology.
  • electroshock therapy — a form of shock therapy in which electric current is applied to the brain
  • elementary education — the first six to eight years of a child's education
  • embryo vitrification — a method of in vitro fertilization in which the embryo is exposed to a vitreous solution and frozen before being thawed and implanted into the uterus
  • employee association — an organization, other than a trade union, whose members comprise employees of a single employing organization. The aims of the association may be social, recreational, or professional
  • entertainment center — stereo: hifi
  • entrance examination — admission test
  • entry qualifications — the qualifications people wishing to enter an organization, university, etc, have to have
  • environmental impact — the impact on the environment created by an industry, service, plan, or project
  • equilibrium constant — The equilibrium constant is the ratio between the amount of reactants and the amount of product for a particular chemical reaction, used to calculate chemical behavior.
  • equivalence relation — (mathematics)   A relation R on a set including elements a, b, c, which is reflexive (a R a), symmetric (a R b => b R a) and transitive (a R b R c => a R c). An equivalence relation defines an equivalence class. See also partial equivalence relation.
  • erythema infectiosum — a mild infectious disease of childhood, caused by a virus, characterized by fever and a red rash spreading from the cheeks to the limbs and trunk
  • essential amino acid — an amino acid that cannot be synthesized in the body and is thus an essential component of the diet
  • essential complexity — (programming)   A measure of the "structuredness" of a program.
  • essential fatty acid — any fatty acid required by the body in manufacturing prostaglandins, found in such foods as oily fish and nuts
  • european social fund — one of the four Structural Funds of the European Union which aims to support employment and the economic and social well-being of EU member countries
  • exercise, left as an — Used to complete a proof in technical books when one doesn't mind a handwave, or to avoid one entirely. The complete phrase is: "The proof [or "the rest"] is left as an exercise for the reader." This comment *has* occasionally been attached to unsolved research problems by authors possessed of either an evil sense of humour or a vast faith in the capabilities of their audiences.
  • existentialistically — In an existentialist manner.
  • explication de texte — a close textual analysis of a literary work
  • explicit parallelism — A feature of a programming language for a parallel processing system which allows or forces the programmer to annotate his program to indicate which parts should be executed as independent parallel tasks. This is obviously more work for the programmer than a system with implicit parallelism (where the system decides automatically which parts to run in parallel) but may allow higher performance.
  • faculty of advocates — the college or society of advocates in Scotland
  • fast-breeder reactor — a breeder reactor in which there is no moderator and fission is caused by high-energy neutrons.
  • father of the chapel — (in British trade unions in the publishing and printing industries) a shop steward
  • feast of tabernacles — Sukkoth.
  • feather in one's cap — one of the horny structures forming the principal covering of birds, consisting typically of a hard, tubular portion attached to the body and tapering into a thinner, stemlike portion bearing a series of slender, barbed processes that interlock to form a flat structure on each side.
  • federal constitution — Constitution of the United States.
  • fermentation alcohol — alcohol (def 1).
  • fermentation-alcohol — Also called ethyl alcohol, grain alcohol, ethanol, fermentation alcohol. a colorless, limpid, volatile, flammable, water-miscible liquid, C 2 H 5 OH, having an etherlike odor and pungent, burning taste, the intoxicating principle of fermented liquors, produced by yeast fermentation of certain carbohydrates, as grains, molasses, starch, or sugar, or obtained synthetically by hydration of ethylene or as a by-product of certain hydrocarbon syntheses: used chiefly as a solvent in the extraction of specific substances, in beverages, medicines, organic synthesis, lotions, tonics, colognes, rubbing compounds, as an automobile radiator antifreeze, and as a rocket fuel. Compare denatured alcohol, methyl alcohol.
  • file descriptor leak — (programming)   (Or "fd leak" /F D leek/) A kind of programming bug analogous to a core leak, in which a program fails to close file descriptors ("fd"s) after file operations are completed, and thus eventually runs out of them. See leak.
  • financial aid office — an office at a US university that assesses students' financial needs and, if appropriate, offers them financial aid
  • financial controller — a senior executive in usually commercial organization who is in charge of financial affairs and oversees such things as the preparation of budgets and accounts
  • financial instrument — A financial instrument is a document or contract that can be traded in a market, that represents an asset to one party and a liability or equity to the other.
  • financial management — supervision and handling of the financial affairs of an organization
  • financial statements — Financial statements are all of the reports that show how a company is performing for a certain period.
  • finite state machine — (mathematics, algorithm, theory)   (FSM or "Finite State Automaton", "transducer") An abstract machine consisting of a set of states (including the initial state), a set of input events, a set of output events, and a state transition function. The function takes the current state and an input event and returns the new set of output events and the next state. Some states may be designated as "terminal states". The state machine can also be viewed as a function which maps an ordered sequence of input events into a corresponding sequence of (sets of) output events. A deterministic FSM (DFA) is one where the next state is uniquely determinied by a single input event. The next state of a nondeterministic FSM (NFA) depends not only on the current input event, but also on an arbitrary number of subsequent input events. Until these subsequent events occur it is not possible to determine which state the machine is in. It is possible to automatically translate any nondeterministic FSM into a deterministic one which will produce the same output given the same input. Each state in the DFA represents the set of states the NFA might be in at a given time. In a probabilistic FSM [proper name?], there is a predetermined probability of each next state given the current state and input (compare Markov chain). The terms "acceptor" and "transducer" are used particularly in language theory where automata are often considered as abstract machines capable of recognising a language (certain sequences of input events). An acceptor has a single Boolean output and accepts or rejects the input sequence by outputting true or false respectively, whereas a transducer translates the input into a sequence of output events. FSMs are used in computability theory and in some practical applications such as regular expressions and digital logic design. See also state transition diagram, Turing Machine.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?