0%

19-letter words containing c, y, p, r, i, d

  • accommodation party — the guarantor who signs an accommodation bill
  • ad-hoc polymorphism — overloading
  • 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).
  • 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
  • blind carbon (copy) — a carbon copy of a letter sent to someone other than the addressee, with no indication on the original letter that such a copy has been sent
  • captain of industry — You can refer to the owners or senior managers of industrial companies as captains of industry.
  • compact disc player — a machine for playing compact discs
  • compact disk player — a device for playing compact disks.
  • computer dictionary — Free On-line Dictionary of Computing
  • counterproductively — In a counterproductive way.
  • data encryption key — (DEK) Used for the encryption of message text and for the computation of message integrity checks (signatures). See cryptography.
  • dihydrostreptomycin — an antibiotic, C 21 H 41 N 7 O 12 , derived by organic synthesis from and believed to be less toxic than streptomycin: used in the form of its sulfate chiefly in the treatment of tuberculosis.
  • disciplinary action — punishment or caution
  • discovery procedure — any rigorous method by the application of which a grammar might be constructed from a corpus of utterances in a language; an algorithm leading from data to a formulation.
  • dry-bulk cargo ship — a ship that carries an unpackaged dry cargo such as coal or grain; bulk carrier
  • early purple orchid — a Eurasian orchid, Orchis mascula, with purplish-crimson flowers and stems marked with blackish-purple spots
  • electrocardiography — The measurement of electrical activity in the heart and the recording of such activity as a visual trace (on paper or on an oscilloscope screen), using electrodes placed on the skin of the limbs and chest.
  • expeditionary force — An expeditionary force is a group of soldiers who are sent to fight in a foreign country.
  • feynman, richard p. — Richard P. Feynman
  • hydroelectric power — electricity generated by water
  • hyperfocal distance — the distance, at a given f number, between a camera lens and the nearest point (hyperfocal point) having satisfactory definition when focused at infinity.
  • hypophosphoric acid — a tetrabasic acid, H 4 P 2 O 6 , produced by the slow oxidation of phosphorous in moist air.
  • imperial presidency — a U.S. presidency that is characterized by greater power than the Constitution allows.
  • industrial capacity — the amount of resources (workforce, factories, etc) present in a place that will enable an industry or industries to produce goods
  • interdisciplinarity — Any academic or scientific study that draws on the expertise of more than one discipline.
  • lipopolysaccharides — Plural form of lipopolysaccharide.
  • mucopolysaccharides — Plural form of mucopolysaccharide.
  • neuropsychodynamics — The theoretical synthesis of neuroscience and psychodynamics.
  • orthopaedic surgery — surgery concerned with disorders of the spine and joints and the repair of deformities of these parts
  • palisade parenchyma — the upper layer of ground tissue in a leaf, consisting of elongated cells beneath and perpendicular to the upper epidermis and constituting the primary area of photosynthesis.
  • parathyroid extract — an aqueous preparation obtained from the parathyroid gland of cattle, used in medicine chiefly in cases of parathyroid deficiency and in veterinary medicine in the treatment of tetanic convulsions.
  • pecuniary advantage — financial advantage that is dishonestly obtained by deception and that constitutes a criminal offence
  • peroxysulfuric acid — persulfuric acid (def 1).
  • phenylthiocarbamide — a crystalline, slightly water-soluble solid, C 6 H 5 NHCSNH 2 , that is either tasteless or bitter, depending upon the heredity of the taster, and is used in medical genetics and as a diagnostic.
  • physical addressing — (networking)   The low level addressing scheme used on Ethernet. The 48-bit destination Ethernet address in a packet is compared with the receiving node's Ethernet address. Compare IP address.
  • physically impaired — with reduced or weakened physical capacity
  • polycarboxylic acid — a type of carboxylic acid containing two or more carboxyl groups
  • polyphosphoric acid — any one of a series of oxyacids of phosphorus with the general formula Hn+2PnO3n+1. The first member is pyrophosphoric acid (n = 2) and the series includes the highly polymeric metaphosphoric acid. The higher acids exist in an equilibrium mixture
  • pretty good privacy — (tool, cryptography)   (PGP) A high security RSA public-key encryption application for MS-DOS, Unix, VAX/VMS, and other computers. It was written by Philip R. Zimmermann <[email protected]> of Phil's Pretty Good(tm) Software and later augmented by a cast of thousands, especially including Hal Finney, Branko Lankester, and Peter Gutmann. PGP was distributed as "guerrilla freeware". The authors don't mind if it is distributed widely, just don't ask Philip Zimmermann to send you a copy. PGP uses a public-key encryption algorithm claimed by US patent #4,405,829. The exclusive rights to this patent are held by a California company called Public Key Partners, and you may be infringing this patent if you use PGP in the USA. This is explained in the PGP User's Guide, Volume II. PGP allows people to exchange files or messages with privacy and authentication. Privacy and authentication are provided without managing the keys associated with conventional cryptographic software. No secure channels are needed to exchange keys between users, which makes PGP much easier to use. This is because PGP is based on public-key cryptography. PGP encrypts data using the International Data Encryption Algorithm with a random session key, and uses the RSA algorithm to encrypt the session key. In December 1994 Philip Zimmermann faced prosecution for "exporting" PGP out of the United States but in January 1996 the US Goverment dropped the case. A US law prohibits the export of encryption software out of the country. Zimmermann did not do this, but the US government hoped to establish the proposition that posting an encryption program on a BBS or on the Internet constitutes exporting it - in effect, stretching export control into domestic censorship. If the government had won it would have had a chilling effect on the free flow of information on the global network, as well as on everyone's privacy from government snooping.
  • priority scheduling — (operating system)   Processes scheduling in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin. Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes' behaviour while in the system. For example, the scheduler may favour I/O-intensive tasks so that expensive requests can be issued as early as possible. A danger of priority scheduling is starvation, in which processes with lower priorities are not given the opportunity to run. In order to avoid starvation, in preemptive scheduling, the priority of a process is gradually reduced while it is running. Eventually, the priority of the running process will no longer be the highest, and the next process will start running. This method is called aging.
  • proctosigmoidoscopy — sigmoidoscopy.
  • pseudo-hieroglyphic — noting or pertaining to a script dating from the second millennium b.c. that appears to be syllabic and to represent the Phoenician language and that is inscribed on objects found at Byblos.
  • psychic determinism — the theory that all aspects of a person's psychological makeup arise from specific causes or forces, as previous experiences or instinctual drives, which may be conscious or unconscious.
  • psychoendocrinology — the study of the relationship between the endocrine system and various symptoms or types of mental illness.
  • pyrophosphoric acid — a crystalline, water-soluble powder, H 4 P 2 O 7 , formed by the union of one molecule of phosphorus pentoxide with two molecules of water.
  • radiochromatography — chromatography in which radiolabeled substances on the chromatogram are determined quantitatively or qualitatively by measuring their radioactivity.
  • saint patrick's day — March 17, observed by the Irish in honor of St. Patrick, the patron saint of Ireland.
  • secondary picketing — the picketing by strikers of a place of work that supplies goods to or distributes goods from their employer
  • simple carbohydrate — a carbohydrate, as glucose, that consists of a single monosaccharide unit.
  • sodium hypochlorite — a pale-green, crystalline compound, NaOCl, unstable in air, soluble in cold water, decomposes in hot water: used as a bleaching agent for paper and textiles, in water purification, in household use, and as a fungicide.

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