0%

18-letter words containing s, p, r, i, n, t

  • a pain in the arse — In informal English, if you call someone or something a pain or a pain in the neck, you mean that they are very annoying or irritating. Expressions such as a pain in the arse and a pain in the backside in British English, or a pain in the ass and a pain in the butt in American English, are also used, but most people consider them offensive.
  • absorption costing — a method of cost accounting in which overheads are apportioned to cost centres, where they are absorbed using predetermined rates
  • accident proneness — the unconscious tendency, thought to exist in some people, to involve themselves in a large number of accidents
  • adaptive answering — (communications)   A feature which allows a faxmodem to answer the telephone and decide whether the incoming call is a fax or data call. Most Class 1 faxmodems do this. The U.S. Robotics Class 1 implementation however seems not to do it, it must be set to answer as either one or the other.
  • administered price — a price determined by a seller's pricing policy and not by market forces, supply and demand, etc
  • airspeed indicator — a dial that indicates the airspeed at which an aircraft is travelling
  • anthropomorphising — Present participle of anthropomorphise.
  • anti-masonic party — a former political party (1826–35) that opposed Freemasonry in civil affairs.
  • antiprostaglandins — Plural form of antiprostaglandin.
  • aperture synthesis — an array of radio telescopes used in radio astronomy to simulate a single large-aperture telescope. Some such instruments use movable dishes while others use fixed dishes
  • application server — 1. A designer's or developer's suite of software that helps programmers isolate the business logic in their programs from the platform-related code. Application servers can handle all of the application logic and connectivity found in client-server applications. Many application servers also offer features such as transaction management, clustering and failover, and load balancing; nearly all offer ODBC support. 2. Production programs run on a mid-sized computer that handle all application operations between browser-based computers and an organisation's back-end business applications or databases. The application server works as a translator, allowing, for example, a customer with a browser to search an online retailer's database for pricing information. 3. The device on which application server software runs. Application Service Providers offer commercial access to such devices.
  • arkansas toothpick — a bowie knife or similar sharp knifelike implement.
  • arm's-length price — a price of a transaction agreed in accordance with market values, disregarding any connection such as common ownership of the companies involved
  • assignment problem — (mathematics, algorithm)   (Or "linear assignment") Any problem involving minimising the sum of C(a, b) over a set P of pairs (a, b) where a is an element of some set A and b is an element of set B, and C is some function, under constraints such as "each element of A must appear exactly once in P" or similarly for B, or both. For example, the a's could be workers and the b's projects. The problem is "linear" because the "cost function" C() depends only on the particular pairing (a, b) and is independent of all other pairings.
  • assumption of risk — Assumption of risk is the practice of paying for minor losses yourself, but protecting against catastrophic losses by buying insurance cover.
  • at your fingertips — If you say that something is at your fingertips, you approve of the fact that you can reach it easily or that it is easily available to you.
  • atmospheric engine — an early form of single-acting engine in which the power stroke is provided by atmospheric pressure acting upon a piston in an exhausted cylinder.
  • atmospheric window — wavelengths of the electromagnetic spectrum that can be transmitted through the earth's atmosphere. Atmospheric windows occur in the visible, infrared, and radio regions of the spectrum
  • auditory phonetics — the branch of phonetics concerned with the perception of speech sounds by humans
  • australopithecines — Plural form of australopithecine.
  • baritone saxophone — the second lowest instrument in the family of saxophones
  • behaviour patterns — the characteristic ways in which a person or animal acts
  • benchmark position — a public service job used for comparison with a similar position, such as a position in commerce, for wage settlements
  • biological parents — the biological mother and father of a child
  • bipolar transistor — (electronics)   A transistor made from a sandwich of n- and p-type semiconductor material: either npn or pnp. The middle section is known as the "base" and the other two as the "collector" and "emitter". When used as an amplifying element, the base to emitter junction is in a "forward-biased" (conducting) condition, and the base to collector junction is "reverse-biased" or non-conducting. Small changes in the base to emitter current (the input signal) cause either holes (for pnp devices) or free electrons (for npn) to enter the base from the emitter. The attracting voltage of the collector causes the majority of these charges to cross into and be collected by the collector, resulting in amplification. Contrast field effect transistor.
  • cape breton island — an island off SE Canada, in NE Nova Scotia, separated from the mainland by the Strait of Canso: its easternmost point is Cape Breton. Pop: 132 298 (2006). Area: 10 280 sq km (3970 sq miles)
  • castration complex — an unconscious fear of having one's genitals removed, as a punishment for wishing to have sex with a parent
  • christine de pisan — ?1364–?1430, French poet and prose writer, born in Venice. Her works include ballads, rondeaux, lays, and a biography of Charles V of France
  • christmas shopping — shopping especially for Christmas presents, but also for Christmas food and drink, and all the other things required over the Christmas period.
  • chronostratigraphy — The branch of geology concerned with establishing the absolute ages of strata.
  • citizenship papers — the document stating that a naturalized person has been formally declared a citizen
  • closed corporation — a corporation the stock of which is owned by a small number of persons and is rarely traded on the open market
  • coitus interruptus — the deliberate withdrawal of the penis from the vagina before ejaculation
  • compensation award — an amount of money awarded as compensation in a court case
  • compensation order — (in Britain) the requirement of a court that an offender pay compensation for injury, loss, or damage resulting from an offence, either in preference to or as well as a fine
  • complementarianism — The doctrine that genders in a society should have complementary roles.
  • composition rubber — manufactured rubber
  • composition series — a normal series of subgroups in which no additional subgroups can be inserted.
  • compression stroke — The compression stroke is the stroke in an engine in which the air or air/fuel mixture is compressed before ignition.
  • compressor station — A compressor station is a facility with several compressors (= devices that increase the pressure of air or natural gas) and other equipment to pump natural gas under pressure over long distances.
  • computer scientist — a person with advanced knowledge of computers and how they work
  • concentration span — the length of time a person can concentrate on something
  • conceptual realism — the doctrine that universals have real and independent existence.
  • conservative party — The Conservative Party is the main right-of-centre party in Britain.
  • constituency party — a branch of a political party operating within a constituency
  • construction paper — Construction paper is a type of stiff, colored paper that children use for drawing and for making things.
  • constructive proof — (mathematics)   A proof that something exists that provides an example or a method for actually constructing it. For example, for any pair of finite real numbers n < 0 and p > 0, there exists a real number 0 < k < 1 such that f(k) = (1-k)*n + k*p = 0. A constructive proof would proceed by rearranging the above to derive an equation for k: k = 1/(1-n/p) From this and the constraints on n and p, we can show that 0 < k < 1. A few mathematicians actually reject *all* non-constructive arguments as invalid; this means, for instance, that the law of the excluded middle (either P or not-P must hold, whatever P is) has to go; this makes proof by contradiction invalid. See intuitionistic logic. Constructive proofs are popular in theoretical computer science, both because computer scientists are less given to abstraction than mathematicians and because intuitionistic logic turns out to be an appropriate theoretical treatment of the foundations of computer science.
  • continuous process — A continuous process is a process in which the product comes out without interruption and not in groups.
  • conversation piece — something, esp an unusual object, that provokes conversation
  • cornucopian thesis — the belief that, as long as science and technology continue to advance, growth can continue for ever because these new advances create new resources

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