0%

21-letter words containing s, p, r, i, g

  • absorption hygrometer — a hygrometer that uses a hygroscopic chemical to absorb atmospheric moisture.
  • 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)
  • 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.
  • apologia pro vita sua — a religious autobiography (1864) of Cardinal John Henry Newman.
  • background processing — the ability of a system to perform a low-priority task while, at the same time, dealing with a main application
  • barbiturate poisoning — poisoning caused by overdose of a barbiturate
  • 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.
  • 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.
  • committal proceedings — a preliminary hearing in a magistrates' court to decide if there is a case to answer
  • 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
  • concurrent processing — the ability of a computer to process two or more programs in parallel
  • continuous processing — the systems in a plant or factory for the manufacturing of products, treating of materials, etc, that have been designed to run continuously and are often computer-controlled
  • crystallographic axis — one of the imaginary reference lines passing through the center of an ideal crystal, designated a, b, or c.
  • 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)
  • disk operating system — DOS.
  • 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.
  • 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
  • electronic publishing — Electronic publishing is the publishing of documents in a form that can be read on a computer, for example as a CD-ROM.
  • empire state building — New York City skyscraper
  • foreground processing — a type of processing that supports interaction between interactive and batch operations
  • foreign correspondent — a correspondent, as for a periodical, assigned to send back articles and news dispatches from a foreign country for publication.
  • 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.
  • gender disappointment — a feeling of depression or anxiety experienced by an expectant parent when the gender of the baby does not match his or her preference
  • geometric progression — a sequence of terms in which the ratio between any two successive terms is the same, as the progression 1, 3, 9, 27, 81 or 144, 12, 1, 1/12, 1/144.
  • gird (up) one's loins — to get ready to do something difficult or strenuous
  • gobject introspection — (programming)   A GNOME project that defines a syntax for introspection annotation pragmas to be used in the GObject library source code. Rather than actual introspection, these are intended to allow automatic generation of bindings (APIs) to expose the library to higher-level languages. The sort of information provided is the type and direction (in, out, inout) of function parameters and the responsibility for freeing memory used by data structures.
  • hysterosalpingography — (medicine) X-ray examination of the uterus and oviducts following injection of a radiopaque substance.
  • 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.
  • inner spring mattress — a mattress with a system of wire coils or springs inside for buoyancy or comfort purposes
  • integer specbaseratio — SPECbase_int92
  • leaning tower of pisa — a round, marble campanile in Pisa, Italy, begun in 1174 and now 17 feet (5.2 meters) out of the perpendicular in its height of 179 feet (54 meters).
  • madagascar periwinkle — a plant, Catharanthus roseus (or Vinca rosea), cultivated for its glossy foliage and pink or white flowers.
  • 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
  • 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.
  • opposite-sex marriage — (broadly) any of the diverse forms of interpersonal union established in various parts of the world to form a familial bond that is recognized legally, religiously, or socially, granting the participating partners mutual conjugal rights and responsibilities and including, for example, opposite-sex marriage, same-sex marriage, plural marriage, and arranged marriage: Anthropologists say that some type of marriage has been found in every known human society since ancient times. See Word Story at the current entry.
  • 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.
  • physical anthropology — the branch of anthropology dealing with the evolutionary changes in human anatomy and physiology, using mensurational and descriptive techniques.
  • plate glass insurance — Plate glass insurance is insurance coverage against damage to or breakage of large panes of glass such as shop windows.
  • ploughman's spikenard — a European plant, Inula conyza, with tubular yellowish flower heads surrounded by purple bracts: family Asteraceae (composites)
  • polarizing microscope — a microscope that utilizes polarized light to reveal detail in an object, used especially to study crystalline and fibrous structures.

On this page, we collect all 21-letter words with S-P-R-I-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 S-P-R-I-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?