0%

21-letter words containing c, a, p, i, n, g

  • accounting procedures — an established way of keeping company accounts
  • aerospace engineering — the branch of engineering that deals with the design, development, testing, and production of aircraft and related systems (aeronautical engineering) and of spacecraft, missiles, rocket-propulsion systems, and other equipment operating beyond the earth's atmosphere (astronautical engineering)
  • alexander archipelago — a group of over 1000 islands along the coast of SE Alaska
  • algorithm description — (language)   (ALDES) ["The Algorithm Description Language ALDES", R.G.K. Loos, SIGSAM Bull 14(1):15-39 (Jan 1976)].
  • alliance for progress — a program of foreign aid presented by President Kennedy to help solve the economic and social problems of Latin America.
  • analytical psychology — a school of psychoanalysis founded by Jung as a result of disagreements with Freud
  • antarctic archipelago — a group of islands in the South Atlantic Ocean, off the NW coast of the Antarctic Peninsula.
  • applications language — Ousterhout's dichotomy
  • background processing — the ability of a system to perform a low-priority task while, at the same time, dealing with a main application
  • background projection — the projection from the rear of previously photographed material on a translucent screen, used as background for a television or motion-picture shot.
  • bibliographic control — the identification, description, analysis, and classification of books and other materials of communication so that they may be effectively organized, stored, retrieved, and used when needed.
  • burroughs corporation — (company)   A company which merged with Sperry Univac to form Unisys Corporation. They produced the Datatron 200 series among other computers.
  • cause-effect graphing — (programming)   A testing technique that aids in selecting, in a systematic way, a high-yield set of test cases that logically relates causes to effects to produce test cases. It has a beneficial side effect in pointing out incompleteness and ambiguities in specifications.
  • clinical psychologist — a practitioner of clinical psychology
  • committal proceedings — a preliminary hearing in a magistrates' court to decide if there is a case to answer
  • companionate marriage — a proposed system of trial marriage in which the couple would postpone having children and could be divorced by mutual consent, until a final decision to stay married is reached
  • competitive advantage — an advantage based on success in competition
  • completing the square — a method, usually of solving quadratic equations, by which a quadratic expression, as x 2 − 4 x + 3, is written as the sum or difference of a perfect square and a constant, x 2 − 4 x + 4 + 3 − 4 = (x − 2) 2 − 1, by addition and subtraction of appropriate constant terms.
  • computer aided design — (application)   (CAD) The part of CAE concerning the drawing or physical layout steps of engineering design. Often found in the phrase "CAD/CAM" for ".. manufacturing".
  • computer-aided design — the use of computer techniques in designing products, esp involving the use of computer graphics
  • concert grand (piano) — the largest size of grand piano, for concert performance
  • 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)
  • electromagnetic pulse — a surge of electromagnetic radiation, esp one resulting from a nuclear explosion, which can disrupt electronic devices and, occasionally, larger structures and equipment
  • 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.
  • framing specification — A specification of the "protocol bits" that surround the "data bits" on a communications channel to allow the data to be "framed" into chunks, like start and stop bits in EIA-232. It allows a receiver to synchronize at points along the data stream.
  • fuming sulphuric acid — a mixture of pyrosulphuric acid, H2S2O7, and other condensed acids, made by dissolving sulphur trioxide in concentrated sulphuric acid
  • gastrohepatic omentum — lesser omentum.
  • 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.
  • genetic amplification — an increase in the frequency of replication of a DNA segment.
  • give place to someone — to make room for or be superseded by someone
  • glacier national park — a national park in NW Montana: glaciers; lakes; forest reserve. 1534 sq. mi. (3970 sq. km).
  • humanistic psychology — an approach to psychology that emphasizes emotions and the better understanding of the self in terms of observation of oneself and one's relations with others
  • 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.
  • integer specbaseratio — SPECbase_int92
  • madagascar periwinkle — a plant, Catharanthus roseus (or Vinca rosea), cultivated for its glossy foliage and pink or white flowers.
  • magnetic permeability — permeability (def 2).
  • magneto-optical drive — magneto-optical disk
  • magnetoplasmadynamics — magnetohydrodynamics.
  • manufacturing company — a company that manufactures goods
  • manufacturing process — chain of production
  • negative prescription — the barring of adverse claims to property, etc, after a specified period of time has elapsed, allowing the possessor to acquire title
  • non-repeating decimal — a decimal representation of any irrational number, having the property that no sequence of digits is repeated ad infinitum.
  • nothing in particular — not anything specific
  • occupational guidance — advice and guidance relating to employment issues and career choices
  • open graphics library — (graphics, library)   (OpenGL) A multi-platform software interface to graphics hardware, supporting rendering and imaging operations. The OpenGL interface was developed by Silicon Graphics, who license it to other vendors. The OpenGL graphics interface consists of several hundred functions operating on 2D and 3D objects, supporting basic techniques, such as modelling and smooth shading, and advanced techniques, such as texture mapping and motion blur. Many operations require a frame buffer. OpenGL is network-transparent, and a common extension to the X Window System allows an OpenGL client to communicate across a network with a different vendor's OpenGL server. OpenGL is based on Silicon Graphics' proprietary IRIS GL.
  • open trading protocol — Internet Open Trading Protocol
  • orthogonal projection — a two-dimensional graphic representation of an object in which the projecting lines are at right angles to the plane of the projection. Also called orthogonal projection. Compare isometric (def 5).
  • packed encoding rules — (protocol, standard)   (PER) ASN.1 encoding rules for producing a compact transfer syntax for data structures described in ASN.1, defined in 1994. PER provides a much more compact encoding then BER. It tries to represents the data units using the minimum number of bits. The compactness requires that the decoder knows the complete abstract syntax of the data structure to be decoded, however. Documents: ITU-T X.691, ISO 8825-2.
  • path coverage testing — (testing)   Testing a program by examining which lines of executable code are visited (as in code coverage testing) and also the ways of getting to each line of code and the subsequent sequence of execution. Path coverage testing is the most comprehensive type of testing that a test suite can provide. It can find more bugs, especially those that are caused by data coupling. However, path coverage is hard and usually only used for small and/or critical sections of code.
  • performance-enhancing — noting or relating to a drug or other substance used to improve one's performance in a sport or other activity requiring strength, stamina, etc.: The use of performance-enhancing steroids by athletes is banned.

On this page, we collect all 21-letter words with C-A-P-I-N-G. 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-A-P-I-N-G 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?