0%

20-letter words containing a, c, e, t, i

  • 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 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.
  • firearms certificate — a certificate that entitles the holder to own and keep a firearm
  • first earl of cromer1st Earl of, Evelyn Baring.
  • first-cause argument — an argument for the existence of God, asserting the necessity of an uncaused cause of all subsequent series of causes, on the assumption that an infinite regress is impossible.
  • fixed action pattern — a highly stereotyped pattern of behavior that is characteristic of a particular species.
  • fixed-price contract — a contract in which the price is preset and invariable, regardless of the actual costs of production.
  • fixed-rate financing — a loan system in which the amount paid back does not fluctuate according to interest rated
  • flight data recorder — a recording device that records relevant data during an aircraft's flight
  • florence nightingaleFlorence ("the Lady with the Lamp") 1820–1910, English nurse: reformer of hospital conditions and procedures; reorganizer of nurse's training programs.
  • fontainebleau school — a group of artists, many of them Italian and Flemish, who worked on the decorations of the palace of Fontainebleau in the 16th century.
  • for sb's delectation — If you do something for someone's delectation, you do it to give them enjoyment or pleasure.
  • freefall parachuting — a variety of parachuting in which the jumper manoeuvres in free fall before opening the parachute
  • frequency modulation — FM.
  • front-to-back engine — an engine in which the crankshaft is arranged front to back along the axis of the vehicle
  • frosting on the cake — a sweet mixture, cooked or uncooked, for coating or filling cakes, cookies, and the like; icing.
  • fulminate of mercury — a gray, crystalline solid, Hg(CNO) 2 , used chiefly in the manufacture of commercial and military detonators.
  • fundamental particle — elementary particle.
  • general practitioner — a medical practitioner whose practice is not limited to any specific branch of medicine or class of diseases. Abbreviation: G.P.
  • generative semantics — a theory of generative grammar holding that the deep structure of a sentence is equivalent to its semantic representation, from which the surface structure can then be derived using only one set of rules that relate underlying meaning and surface form rather than separate sets of semantic and syntactic rules.
  • genetically modified — biologically altered
  • geological timescale — any division of geological time into chronological units, whether relative (with units in the correct temporal sequence) or absolute (with numerical ages attached)
  • glucosamine sulphate — a compound used in some herbal remedies and dietary supplements, esp to strengthen joint cartilage
  • go like the clappers — to move extremely fast
  • gorno-altai republic — a constituent republic of S Russia: mountainous, rising over 4350 m (14 500 ft) in the Altai Mountains of the south. Capital: Gorno-Altaisk. Pop: 202 900 (2002). Area: 92 600 sq km (35 740 sq miles)
  • graphics accelerator — (graphics, hardware)   Hardware (often an extra circuit board) to perform tasks such as plotting lines and surfaces in two or three dimensions, filling, shading and hidden line removal.
  • gravimetric analysis — analysis by weight.
  • great-circle sailing — sailing between two points more or less according to an arc of a great circle, in practice almost always using a series of rhumb lines of different bearings to approximate the arc, whose own bearing changes constantly unless it coincides with a meridian or the equator.
  • guillaume de machaut — Guillaume de [French gee-yohm duh] /French giˈyoʊm də/ (Show IPA), Guillaume de Machaut.
  • hard gelatin capsule — A hard gelatin capsule is a type of capsule that is usually used to contain medicine in the form of dry powder or very small pellets.
  • harvard architecture — (architecture)   A computer architecture in which program instructions are stored in different memory from data. Each type of memory is accessed via a separate bus, allowing instructions and data to be fetched in parallel. Contrast: von Neumann architecture.
  • have an itching palm — to desire money greedily
  • heat of condensation — the heat liberated by a unit mass of gas at its boiling point as it condenses to a liquid: equal to the heat of vaporization.
  • helicopter parenting — a style of child rearing in which an overprotective mother or father discourages a child's independence by being too involved in the child's life: In typical helicopter parenting, a mother or father swoops in at any sign of challenge or discomfort.
  • heteropolysaccharide — (carbohydrate) any polysaccharide formed from two or more different kinds of monosaccharide.
  • hexadecimal notation — a number system having a base 16; the symbols for the numbers 0–9 are the same as those used in the decimal system, and the numbers 10–15 are usually represented by the letters A–F. The system is used as a convenient way of representing the internal binary code of a computer
  • hierarchical routing — The complex problem of routing on large networks can be simplified by breaking a network into a hierarchy of smaller networks, where each level is responsible for its own routing. The Internet has, basically, three levels: the backbones, the mid-levels, and the stub networks. The backbones know how to route between the mid-levels, the mid-levels know how to route between the sites, and each site (being an autonomous system) knows how to route internally. See also Exterior Gateway Protocol, Interior Gateway Protocol, transit network.
  • high-energy particle — Physics
  • hipparchus satellite — an astronometric satellite launched in 1989 by the European Space Agency that measured the position, proper motion, and brightness of 118 218 stars down to 12th magnitude and the magnitude and colour of a million stars down to 10th magnitude
  • hire-purchase system — a system of payment for a commodity in regular installments while using it.
  • hit the panic button — an alarm button for use in an emergency, as to summon help.
  • hit-and-run accident — a motor-vehicle accident in which the driver leaves the scene without stopping to give assistance, inform the police, etc
  • horizontal microcode — (processor)   Microcode using horizontal encoding.
  • horizontal scan rate — (hardware)   (HSR) The measure of how many scan lines of pixels a monitor can display in one second, expressed in kHz (generally somewhere between 20 and 100 kHz). The HSR is controlled by the horizontal sync signal generated by the video controller, but is limited by the speed with which the monitor can scan the electron beam horizontally across the screen and then return it to the beginning of the next line.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?