0%

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

  • 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
  • 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 operation — any of the mathematical operations of addition, subtraction, multiplication, division, raising to a power, or extraction of a root.
  • american crab apple — a twiggy, stiff-branched tree, Malus coronaria, of southern central North America, having small fruit and rose-colored flowers that change to white.
  • ancillary equipment — Ancillary equipment is machines and other technical things which are used with the main items of equipment to create a complete system.
  • antarctic peninsula — the largest peninsula of Antarctica, between the Weddell Sea and the Pacific: consists of Graham Land in the north and the Palmer Peninsula in the south
  • anthropic principle — the cosmological theory that the presence of life in the universe limits the ways in which the very early universe could have evolved
  • anthropocentrically — regarding the human being as the central fact of the universe.
  • 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.
  • backward compatible — backward compatibility
  • bacteriochlorophyll — a pale blue-gray form of chlorophyll that is unique to the photosynthetic but anaerobic purple bacteria.
  • black carpenter ant — a large, black ant, Camponotus pennsylvanicus, that lives in damp wood in nature or in houses, where it can cause considerable damage by boring or tunneling.
  • black carpet beetle — any of several small beetles of the family Dermestidae, the larvae of which are household pests, feeding on rugs and other woolen fabrics, especially Anthrenus scrophulariae (buffalo carpet beetle) and Attagenus piceus (black carpet beetle)
  • blackstrap molasses — the molasses remaining after the maximum quantity of sugar has been extracted from the raw material
  • calculate a premium — If you calculate a premium, you decide how much a policyholder has to pay for insurance cover.
  • camouflage passport — a passport from a non-existent country intended to conceal the bearer's true nationality (from hijackers, kidnappers, etc)
  • campernelle jonquil — a narcissus, Narcissus odorus, of the amaryllis family, having clusters of two to four fragrant yellow flowers.
  • canterbury pilgrims — the pilgrims whose stories are told in Chaucer's Canterbury Tales
  • cape york peninsula — large peninsula in NE Australia, part of Queensland, between the Gulf of Carpentaria & the Coral Sea
  • capital expenditure — expenditure on acquisitions of or improvements to fixed assets
  • carbon steel piping — Carbon steel piping is pipes made of steel with carbon as the main alloying component, used for transporting fluids.
  • caterpillar tractor — a tractor powered by a Caterpillar track
  • cerebral hemisphere — either half of the cerebrum
  • cerebrospinal fluid — the clear colourless fluid in the spaces inside and around the spinal cord and brain
  • chain-reacting pile — nuclear reactor
  • chemical processing — Chemical processing is a way of making changes to chemical compounds.
  • chemolithoautotroph — (biology) A chemoautotroph or lithoautotroph.
  • chlorobromide paper — a relatively fast printing paper coated with an emulsion of silver chloride and silver bromide.
  • cinematographically — a motion-picture projector.
  • clinical depression — depression in a patient that meets defined criteria and that is deemed to merit treatment
  • coherent parallel c — (language)   A data parallel version of C.
  • college-preparatory — preparing a student for academic work at the college level.
  • colonial experience — experience of farming, etc, gained by a young Englishman in colonial Australia
  • columnar epithelium — epithelium consisting of one or more layers of elongated cells of cylindrical or prismatic shape.
  • compact disc player — a machine for playing compact discs
  • compact disk player — a device for playing compact disks.
  • complementary angle — either of two angles whose sum is 90°
  • complementary color — Art. one of a pair of primary or secondary colors opposed to the other member of the pair on a schematic chart or scale (color wheel) as green opposed to red, orange opposed to blue, or violet opposed to yellow. Compare analogous color. the relationship of these pairs of colors perceived as completing or enhancing each other.
  • complete quadrangle — a plane figure consisting of four points connected by six lines
  • complimentary close — the part of a letter that by convention immediately precedes the signature, as “Very truly yours,” “Cordially,” or “Sincerely yours.”.
  • comptroller general — the director of the General Accounting Office
  • compulsory purchase — purchase of a house or other property by a local authority or government department for public use or to make way for development, regardless of whether or not the owner wishes to sell
  • computer peripheral — a device that is attached to and controlled by a computer, such as a scanner, printer, or external hard drive
  • computer simulation — an event, process, or scenario that is created on a computer
  • confocal microscope — a light microscope with an optical system designed to reject background from matter outside the focal plane and therefore allowing images of different sections of a specimen to be obtained
  • consultation period — a period during which consultations are held before a policy decision is made
  • contemplative order — a religious order whose members are devoted to prayer rather than works.
  • conversational lisp — (language)   (CLISP) A mixed English-like, ALGOL-like surface syntax for Interlisp.

On this page, we collect all 19-letter words with C-L-A-P-E-R. 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-L-A-P-E-R 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?