0%

21-letter words containing c, r, y, p, t

  • a nasty piece of work — If you say that someone is a nasty piece of work, you mean that they are very unkind or unpleasant.
  • active matrix display — (hardware)   A type of liquid crystal display where each display element (each pixel) includes an active component such as a transistor to maintain its state between scans. Contrast passive matrix display.
  • alpha centauri system — a star system comprising the binary star Alpha Centauri A and B and Proxima Centauri (also called Alpha Centauri C), which is 0.1 light years closer to the sun. Visual magnitude: 0.01 (A), 1.33 (B); spectral type: G2V (A); distance from earth: 4.3 light years
  • beta-naphthyl radical — Also called alpha-naphthyl group, alpha-naphthyl radical. the univalent group C 1 0 H 7 –, having a replaceable hydrogen atom in the first, or alpha, position; 1-naphthyl group.
  • bibliographic utility — an organization that maintains computerized bibliographic records and offers to its members or customers various products and services related to these records.
  • biological psychiatry — a school of psychiatric thought concerned with the medical treatment of mental disorders, especially through medication, and emphasizing the relationship between behavior and brain function and the search for physical causes of mental illness.
  • butterfly common lisp — A parallel version of Common LISP for the BBN Butterfly computer.
  • byte-code interpreter — (software)   A program that executes a byte code program. An example is the Java Virtual Machine.
  • cheese and wine party — a party at which cheese and wine are served
  • column chromatography — the separation of mixtures into their constituents by preferential adsorption by a solid, as a column of silica (column chromatography) or a strip of filter paper (paper chromatography) or by a gel.
  • comparative philology — comparative linguistics.
  • conductivity improver — A conductivity improver is a substance used to get rid of static electrical charge in fuel, and improve the flow of the fuel.
  • corporate hospitality — Corporate hospitality is the entertainment that a company offers to its most valued clients, for example by inviting them to sporting events and providing them with food and drink.
  • correspondence theory — the theory of truth that a statement is rendered true by the existence of a fact with corresponding elements and a similar structure.
  • crystallographic axis — one of the imaginary reference lines passing through the center of an ideal crystal, designated a, b, or c.
  • cultural anthropology — the branch of anthropology dealing with cultural as opposed to biological and racial features
  • deep scattering layer — any of the stratified zones in the ocean which reflect sound during echo sounding, usually composed of marine organisms which migrate vertically from c. 250 to 800 m (c. 820 to 2,625 ft)
  • deployment descriptor — (programming)   (DD) A J2EE configuration file.
  • disruptive technology — A disruptive technology is a new technology, such as computers and the Internet, which has a rapid and major effect on technologies that existed before.
  • electrochromatography — chromatography effected by the influence of an applied electric field
  • electromyographically — By means of, or in terms of, electromyography.
  • electronic typewriter — a keyboard machine for writing electromechanically in characters resembling print
  • electronystagmography — A diagnostic test to record involuntary movements of the eye caused by a condition known as nystagmus. It can also be used to diagnose the cause of vertigo, dizziness or balance dysfunction by testing the vestibular system.
  • empirical probability — a measure or estimate of the degree of confidence one may have in the occurrence of an event, defined as the proportion observed in a sample
  • employee contribution — money contributed by an employee to his or her employer's pension fund
  • employer contribution — money contributed by an employer to his or her employee's pension fund
  • forensic anthropology — the branch of physical anthropology in which anthropological data, criteria, and techniques are used to determine the sex, age, genetic population, or parentage of skeletal or biological materials in questions of civil or criminal law.
  • forward compatibility — (jargon)   The ability to accept input from later versions of itself. Forward compatibility is harder to achieve than backward compatibility, since, in the backward case, the input format is know whereas a forward compatible system needs to cope gracefully with unknown future features. An example of future compatibility is the stipulation that a web browser should ignore HTML tags it does not recognise. See also extensible.
  • generic type variable — (programming)   (Also known as a "schematic type variable"). Different occurrences of a generic type variable in a type expression may be instantiated to different types. Thus, in the expression let id x = x in (id True, id 1) id's type is (for all a: a -> a). The universal quantifier "for all a:" means that a is a generic type variable. For the two uses of id, a is instantiated to Bool and Int. Compare this with let id x = x in let f g = (g True, g 1) in f id This looks similar but f has no legal Hindley-Milner type. If we say f :: (a -> b) -> (b, b) this would permit g's type to be any instance of (a -> b) rather than requiring it to be at least as general as (a -> b). Furthermore, it constrains both instances of g to have the same result type whereas they do not. The type variables a and b in the above are implicitly quantified at the top level: f :: for all a: for all b: (a -> b) -> (b, b) so instantiating them (removing the quantifiers) can only be done once, at the top level. To correctly describe the type of f requires that they be locally quantified: f :: ((for all a: a) -> (for all b: b)) -> (c, d) which means that each time g is applied, a and b may be instantiated differently. f's actual argument must have a type at least as general as ((for all a: a) -> (for all b: b)), and may not be some less general instance of this type. Type variables c and d are still implicitly quantified at the top level and, now that g's result type is a generic type variable, any types chosen for c and d are guaranteed to be instances of it. This type for f does not express the fact that b only needs to be at least as general as the types c and d. For example, if c and d were both Bool then any function of type (for all a: a -> Bool) would be a suitable argument to f but it would not match the above type for f.
  • gestalt psychotherapy — a therapy devised in the US in the 1960s in which patients are encouraged to concentrate on the immediate present and to express their true feelings
  • glyceryl tripalmitate — palmitin.
  • hay-pauncefote treaty — an agreement (1901) between the U.S. and Great Britain giving the U.S. the sole right to build a canal across Central America connecting the Atlantic and Pacific.
  • hypercholesterolaemia — the condition of having a high concentration of cholesterol in the blood
  • hyperkinetic disorder — another name for attention deficit hyperactivity disorder (ADHD)
  • ieee computer society — (body)   The society of the IEEE which publishes the journal "Computer".
  • imprecise probability — (probability)   A probability that is represented as an interval (as opposed to a single number) included in [0,1].
  • industrial psychology — the application of psychological principles and techniques to business and industrial problems, as in the selection of personnel or development of training programs.
  • infiltration capacity — the maximum rate at which a soil in a given condition will absorb water.
  • insulin shock therapy — a former treatment for mental illness, especially schizophrenia, employing insulin-induced hypoglycemia as a method for producing convulsive seizures.
  • intellectual property — Law. property that results from original creative thought, as patents, copyright material, and trademarks.
  • isopropylideneacetone — mesityl oxide.
  • magnetic permeability — permeability (def 2).
  • manufacturing company — a company that manufactures goods
  • metopon hydrochloride — a narcotic drug, C18H21O3N·HCl, derived from morphine, but slightly more potent: used in medicine to relieve pain
  • multilayer perceptron — A network composed of more than one layer of neurons, with some or all of the outputs of each layer connected to one or more of the inputs of another layer. The first layer is called the input layer, the last one is the output layer, and in between there may be one or more hidden layers.
  • olympic national park — a national park in NW Washington. 1323 sq. mi. (3425 sq. km).
  • persistence of memory — a painting (1931) by Salvador Dali.
  • physical anthropology — the branch of anthropology dealing with the evolutionary changes in human anatomy and physiology, using mensurational and descriptive techniques.
  • picture quality scale — (graphics)   (PQS) A system for rating image quality based upon features of images that affect their perception by the human eye, rather than the traditional signal-to-noise ratio which examines differences for every single pixel.
  • piezoelectric crystal — a crystal, such as quartz, that produces a potential difference across its opposite faces when under mechanical stress

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