0%

19-letter words containing c, l, i, p, t

  • accompanying letter — a letter that comes with another document or enclosure
  • acknowledgment slip — a piece of paper that you sign as proof of having received a letter, parcel, payment, etc
  • alcohol consumption — the drinking of alcohol
  • 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.
  • alphabetic language — (human language)   A written human language in which symbols reflect the pronunciation of the words. Examples are English, Greek, Russian, Thai, Arabic and Hebrew. Alphabetic languages contrast with ideographic languages.
  • analytic philosophy — a 20th-cent. philosophic movement characterized by its method of analyzing concepts and statements in the light of common experience and ordinary language so as to eliminate confusions of thought and resolve many traditional philosophical problems
  • analytic psychology — the system of psychology developed by C. G. Jung as a variant of psychoanalysis
  • 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.
  • anthropomorphically — ascribing human form or attributes to a being or thing not human, especially to a deity.
  • application program — a computer program that is written and designed for a specific need or purpose
  • application testing — system testing
  • applied linguistics — linguistic theory as applied to such fields as lexicography, psychology, the teaching of reading, the creation of orthographies, and especially language teaching.
  • assistant principal — a person who assists a principal in their work
  • backward compatible — backward compatibility
  • bacteriochlorophyll — a pale blue-gray form of chlorophyll that is unique to the photosynthetic but anaerobic purple bacteria.
  • 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
  • bill of particulars — an itemized statement of claims or counterclaims provided to the opposing party of a lawsuit
  • binocular disparity — the small differences in the positions of the parts of the images falling on each eye that results when each eye views the scene from a slightly different position; these differences make stereoscopic vision possible
  • blue-ringed octopus — a highly venomous octopus, Octopus maculosus, of E Australia which exhibits blue bands on its tentacles when disturbed
  • brightline spectrum — the spectrum of an incandescent substance appearing on a spectrogram as one or more bright lines against a dark background.
  • calculate a premium — If you calculate a premium, you decide how much a policyholder has to pay for insurance cover.
  • canterbury pilgrims — the pilgrims whose stories are told in Chaucer's Canterbury Tales
  • capacitive coupling — the connection of two or more circuits by means of a capacitor.
  • 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
  • chain-reacting pile — nuclear reactor
  • champagne lifestyle — a lifestyle involving the enjoyment of luxuries and expensive pleasures
  • champagne socialist — a professed socialist who enjoys an extravagant lifestyle
  • chemolithoautotroph — (biology) A chemoautotroph or lithoautotroph.
  • chloroplatinic acid — a red-brown, crystalline, water-soluble solid, H 2 PtCl 6 ⋅6H 2 O, used chiefly in platinizing glass, metals, and ceramic ware.
  • chromatographically — With regard to, or by by using chromatography.
  • 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
  • clinicopathological — of or relating to the combined study of disease symptoms and pathology.
  • columnar epithelium — epithelium consisting of one or more layers of elongated cells of cylindrical or prismatic shape.
  • command line option — (software)   (Or "option", "flag", "switch", "option switch") An argument to a command that modifies its function rather than providing data. Options generally start with "-" in Unix or "/" in MS-DOS. This is usually followed by a single letter or occasionally a digit. More recently, GNU software adopted the --longoptionname style, usually in addition to traditional, single-character, -x style equivalents. Some commands require each option to be a separate argument, introduced by a new "-" or "/", others allow multiple option letters to be concatenated into a single argument with a single "-" or "/", e.g. "ls -al". A few Unix commands (e.g. ar, tar) allow the "-" to be omitted. Some options may or must be followed by a value, e.g. "cc prog.c -o prog", sometimes with and sometimes without an intervening space.
  • community policeman — a police officer assigned to a particular area
  • compact disc player — a machine for playing compact discs
  • compact disk player — a device for playing compact disks.
  • compassionate leave — Compassionate leave is time away from your work that your employer allows you for personal reasons, especially when a member of your family dies or is seriously ill.
  • complement fixation — the fixing of complement into the product of an antigen-antibody reaction: used as an infection indicator in certain serologic tests that measure the presence or absence of free, active complement
  • complete fertilizer — a fertilizer containing nitrogen, phosphorus, and potassium, the three principal elements required for plant nutrition.
  • complexity analysis — In sructured program design, a quality-control operation that counts the number of "compares" in the logic implementing a function; a value of less than 10 is considered acceptable.
  • complimentary close — the part of a letter that by convention immediately precedes the signature, as “Very truly yours,” “Cordially,” or “Sincerely yours.”.
  • compromise solution — a solution to a problem reached by compromise

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