0%

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

  • abstracting journal — a periodical consisting mainly or entirely of abstracts of current works.
  • accompanying letter — a letter that comes with another document or enclosure
  • 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.
  • algorithmic trading — trading on international stock exchanges using computers that have been programmed to buy and sell shares according to fixed rules
  • 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
  • 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
  • application program — a computer program that is written and designed for a specific need or purpose
  • artificial climbing — the sport of climbing an artificially constructed, rocklike wall by means of footholds and handholds and, typically, a belaying device.
  • artificial daylight — artificial light having approximately the same spectral characteristics as natural daylight
  • artificial language — an invented language, esp one intended as an international medium of communication or for use with computers
  • 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.
  • ballistocardiograph — an instrument that records the slight recoil of the body, while on a special bed, caused by the contractions of the heart: used to measure cardiac pumping power and the elasticity of the aorta
  • 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.
  • 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.
  • building contractor — an individual or company that contracts for the construction of houses, etc
  • 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
  • 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.
  • cartilaginification — The formation of cartilage.
  • 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.
  • chain-reacting pile — nuclear reactor
  • 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.
  • chromatographically — With regard to, or by by using chromatography.
  • chronological order — the arrangement of things following one after another in time: Put these documents in chronological order.
  • cinematographically — a motion-picture projector.
  • circulating capital — the non-permanent raw materials and operating expenses that are used up to produce other goods or services
  • circulating decimal — repeating decimal
  • circulating library — a small library circulated in turn to a group of schools or other institutions
  • 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
  • common-law marriage — a marriage deemed to exist after a couple have cohabited for several years
  • 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
  • cracked gas cooling — Cracked gas cooling is a process in which the temperature of a cracked gas is reduced in order to separate it into different product streams.
  • criminal negligence — negligence which is punishable under the law

On this page, we collect all 19-letter words with C-I-G-A-R-L. It’s easy to find right word with a certain length. It is the easiest way to find 19-letter word that contains in C-I-G-A-R-L 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?