0%

19-letter words containing l, a, g, r, e, c

  • accelerated program — a course of study which allows students to progress through their education more quickly than usual
  • accompanying letter — a letter that comes with another document or enclosure
  • ad kalendas graecas — at no time; never: from the fact that the Greeks did not reckon dates by calends.
  • agricultural worker — a person who is employed in agriculture, usually a manual worker
  • algebraic data type — (programming)   (Or "sum of products type") In functional programming, new types can be defined, each of which has one or more constructors. Such a type is known as an algebraic data type. E.g. in Haskell we can define a new type, "Tree": data Tree = Empty | Leaf Int | Node Tree Tree with constructors "Empty", "Leaf" and "Node". The constructors can be used much like functions in that they can be (partially) applied to arguments of the appropriate type. For example, the Leaf constructor has the functional type Int -> Tree. A constructor application cannot be reduced (evaluated) like a function application though since it is already in normal form. Functions which operate on algebraic data types can be defined using pattern matching: depth :: Tree -> Int depth Empty = 0 depth (Leaf n) = 1 depth (Node l r) = 1 + max (depth l) (depth r) The most common algebraic data type is the list which has constructors Nil and Cons, written in Haskell using the special syntax "[]" for Nil and infix ":" for Cons. Special cases of algebraic types are product types (only one constructor) and enumeration types (many constructors with no arguments). Algebraic types are one kind of constructed type (i.e. a type formed by combining other types). An algebraic data type may also be an abstract data type (ADT) if it is exported from a module without its constructors. Objects of such a type can only be manipulated using functions defined in the same module as the type itself. In set theory the equivalent of an algebraic data type is a discriminated union - a set whose elements consist of a tag (equivalent to a constructor) and an object of a type corresponding to the tag (equivalent to the constructor arguments).
  • algebraic extension — a field containing a given field such that every element in the first field is algebraic over the given field.
  • algebraic operation — any of the mathematical operations of addition, subtraction, multiplication, division, raising to a power, or extraction of a root.
  • algebraic structure — (mathematics)   Any formal mathematical system consisting of a set of objects and operations on those objects. Examples are Boolean algebra, numerical algebra, set algebra and matrix algebra.
  • alternating current — An alternating current is an electric current that continually changes direction as it flows. The abbreviation AC is also used.
  • analytical geometry — the branch of geometry that uses algebraic notation and analysis to locate a geometric point in terms of a coordinate system; coordinate geometry
  • angels-on-horseback — a savoury of oysters wrapped in bacon slices and served on toast
  • angle of reflection — the angle that a beam of reflected radiation makes with the normal to a surface at the point of reflection
  • angle of refraction — the angle that a refracted beam of radiation makes with the normal to the surface between two media at the point of refraction
  • artificial language — an invented language, esp one intended as an international medium of communication or for use with computers
  • atherton technology — (company)   The comapny that developed the Software BackPlane CASE framework. Their Atherton Tool Integration Services were the basis for the ATIS standard.
  • auricular appendage — auricle (def 1b).
  • auricular-appendage — Anatomy. the projecting outer portion of the ear; pinna. Also called auricular appendage. an ear-shaped appendage projecting from each atrium of the heart. (loosely) the atrium.
  • ave regina coelorum — a Latin hymn in honor of the Virgin Mary as Queen of Heaven.
  • behavioral genetics — an interdisciplinary field studying the effects of genetics and hereditary factors on animal and human behavior.
  • belgian east africa — a former Belgian trust territory in Africa, also (1924–62) Ruanda-Urundi, now the independent countries of Rwanda and Burundi.
  • binary large object — (database)   (BLOB) A large block of data stored in a database, such as an image or sound file. A BLOB has no structure which can be interpreted by the database management system but is known only by its size and location.
  • black forest gateau — a chocolate sponge cake containing morello cherries and whipped cream, with a topping of chocolate icing
  • boat-tailed grackle — a large grackle, Quiscalus major, of the southeastern U.S., that folds its tail into a shape resembling the keel of a boat.
  • buildings insurance — insurance which covers buildings
  • cable-stayed bridge — a type of suspension bridge in which the supporting cables are connected directly to the bridge deck without the use of suspenders
  • camouflage passport — a passport from a non-existent country intended to conceal the bearer's true nationality (from hijackers, kidnappers, etc)
  • canterbury pilgrims — the pilgrims whose stories are told in Chaucer's Canterbury Tales
  • carbon steel piping — Carbon steel piping is pipes made of steel with carbon as the main alloying component, used for transporting fluids.
  • catalytic reforming — Catalytic reforming is a process that converts petroleum refinery naphthas to high-octane blending components.
  • centrifugal casting — casting that utilizes centrifugal force within a spinning mold to force the metal against the walls.
  • cerebral hemorrhage — hemorrhage from a blood vessel into the cerebrum, often followed by neurologic damage; a type of stroke.
  • chain-reacting pile — nuclear reactor
  • chargeable transfer — a transfer of value made as a gift during a person's lifetime that is not covered by a specific exemption and therefore gives rise to liability under inheritance tax
  • chemical processing — Chemical processing is a way of making changes to chemical compounds.
  • chemical weathering — any of the various weathering processes that cause exposed rock to undergo chemical decomposition, changing the chemical and mineralogical composition of the rock: Oxygen and acids are agents in chemical weathering.
  • chronological order — the arrangement of things following one after another in time: Put these documents in chronological order.
  • cinematographically — a motion-picture projector.
  • circulating decimal — repeating decimal
  • circulation manager — the senior manager responsible for the distribution of a newspaper
  • claims investigator — A claims investigator is a person who is employed by an insurance company to obtain information necessary to evaluate a claim.
  • clinical governance — a systematic approach to raising standards of health care and tackling poor performance in hospitals
  • college-preparatory — preparing a student for academic work at the college level.
  • common-law marriage — a marriage deemed to exist after a couple have cohabited for several years
  • complementary angle — either of two angles whose sum is 90°
  • complete quadrangle — a plane figure consisting of four points connected by six lines
  • comptroller general — the director of the General Accounting Office
  • concours d'elegance — a parade of cars or other vehicles, prizes being awarded to the most elegant, best designed, or best turned-out
  • consultant engineer — an engineer who works as a consultant to a project or company
  • continental glacier — a glacier that spreads out from a central mass
  • countervailing duty — an extra import duty imposed by a country on certain imports, esp to prevent dumping or to counteract subsidies in the exporting country

On this page, we collect all 19-letter words with L-A-G-R-E-C. It’s easy to find right word with a certain length. It is the easiest way to find 19-letter word that contains in L-A-G-R-E-C to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?