0%

27-letter words containing c, u, s, p

  • (can't) put a price on sthg — If you say that you cannot put a price on something, you mean that it is very valuable.
  • address resolution protocol — (networking, protocol)   (ARP) A method for finding a host's Ethernet address from its Internet address. The sender broadcasts an ARP packet containing the Internet address of another host and waits for it (or some other host) to send back its Ethernet address. Each host maintains a cache of address translations to reduce delay and loading. ARP allows the Internet address to be independent of the Ethernet address but it only works if all hosts support it. ARP is defined in RFC 826. The alternative for hosts that do not do ARP is constant mapping. See also proxy ARP, reverse ARP.
  • anthropological linguistics — the study of language in relation to culture, including the recording and analysis of the languages of nonliterate societies.
  • audio processing technology — (company)   (APT) A company that produces codecs based on predictive analysis rather than frequency coding.
  • australian bluebell creeper — an evergreen twining shrub, Sollya heterophylla, of western Australia, having nodding blue flowers in terminal clusters.
  • bashkir autonomous republic — an autonomous republic in the Russian Federation in Europe. 55,430 sq. mi. (143,600 sq. km). Capital: Ufa.
  • block and list manipulation — BALM
  • block transfer computations — (algorithm, humour)   (From the UK television series "Dr. Who") Computations so fiendishly subtle and complex that they could not be performed by machines. Used to refer to any task that should be expressible as an algorithm in theory, but isn't.
  • capabilities maturity model — Capability Maturity Model
  • chuvash autonomous republic — an autonomous republic in the Russian Federation in Europe. 7064 sq. mi. (18,300 sq. km). Capital: Cheboksary.
  • continuous-expansion engine — a steam engine in which a high-pressure cylinder is partly exhausted into a low-pressure cylinder during each stroke.
  • customer service department — a department of a company concerned with customer service
  • dibasic potassium phosphate — potassium monophosphate. See under potassium phosphate.
  • digital express group, inc. — (Digex) The largest Internet provider in the Washington metropolitan area with POPs in Maryland, Virginia, New Jersey, New York and California.
  • distributed array processor — a type of computer system that uses a coordinated array of separate processors applied to a single problem
  • distributed data processing — a method of organizing data processing that uses a central computer in combination with smaller local computers or terminals, which communicate with the central computer and perhaps with one another.
  • duchenne muscular dystrophy — a common hereditary form of muscular dystrophy, usually affecting young males, characterized by the severe weakening of the skeletal muscles, esp. the respiratory muscles
  • european broadcasting union — a union of 75 broadcasting organisations from 56 (mainly European) countries and which is responsible for the production of programmes such as the Eurovision Song Contest and the FIFA World Cup
  • hand-held personal computer — palmtop
  • high performance serial bus — (hardware, standard)   (Or "IEEE 1394") A 1995 Macintosh/IBM PC serial bus interface standard offering isochronous real-time data transfer. 1394 can transfer data between a computer and its peripherals at 100, 200, or 400 Mbps, with a planed increase to 2 Gbps. Cable length is limited to 4.5 m but up to 16 cables can be daisy-chained yielding a total length of 72 m. It can daisy-chain together up to 63 peripherals in a tree-like structure (as opposed to SCSI's linear structure). It allows peer-to-peer communication, e.g. between a scanner and a printer, without using system memory or the CPU. It is designed to support plug-and-play and hot swapping. Its six-wire cable is not only more convenient than SCSI cables but can supply up to 60 watts of power, allowing low-consumption devices to operate without a separate power cord. Some expensive camcorders included this bus from 1995. It is expected to be used to carry SCSI, with possible application to home automation using repeaters. See also Universal Serial Bus, FC-AL.
  • hypergeometric distribution — a system of probabilities associated with finding a specified number of elements, as 5 white balls, from a given number of elements, as 10 balls, chosen from a set containing 2 kinds of elements of known quantity, as 15 white balls and 20 black balls.
  • income protection insurance — Income protection insurance is a type of health insurance that compensates someone for part of the income that they lose because of illness or injury that prevents them from working.
  • infectious canine hepatitis — a disease of dogs caused by an adenovirus and characterized by signs of liver disease
  • inter-process communication — (programming, operating system)   (IPC) Exchange of data between one process and another, either within the same computer or over a network. It implies a protocol that guarantees a response to a request. Examples are Unix sockets, RISC OS's messages, OS/2's Named Pipes, Microsoft Windows' DDE, Novell's SPX and Macintosh's IAC. Although IPC is performed automatically by programs, an analogous function can be performed interactively when users cut and paste data from one process to another using a clipboard.
  • interpretive menu processor — (language)   (IMP) The language used to implement much of the user interface of the Alis office automation package from Applix, Inc.
  • link state routing protocol — (networking, communications)   A routing protocol such as OSPF which permits routers to exchange information with one another about the reachability of other networks and the cost or metric to reach the other networks. The cost/metric is based on number of hops, link speeds, traffic congestion, and other factors as determined by the network designer. Link state routers use Dijkstra's algorithm to calculate shortest (lowest cost) paths, and normally update other routers with whom they are connected only when their own routing tables change. Link state routing is an improvement over distance-vector routing protocols such as RIP which normally use only a single metric (such as hop count) and which exchange all of their table information with all other routers on a regular schedule. Link state routing normally requires more processing but less transmission overhead.
  • military-industrial complex — a network of a nation's military force together with all of the industries that support it.
  • mongolian people's republic — a republic in E central Asia, in N Mongolia. About 600,000 sq. mi. (1,500,000 sq. km). Capital: Ulan Bator.
  • monoalphabetic substitution — a system of substitution that uses only one cipher alphabet in a cryptogram so that each plaintext letter is always represented by the same cipher.
  • natural language processing — (artificial intelligence)   (NLP) Computer understanding, analysis, manipulation, and/or generation of natural language. This can refer to anything from fairly simple string-manipulation tasks like stemming, or building concordances of natural language texts, to higher-level AI-like tasks like processing user queries in natural language.
  • network application support — (networking)   (NAS) DEC's approach to applications integration across a distributed multivendor environment.
  • neurolinguistic programming — a therapy designed to alter behaviour by reprogramming unconscious patterns of thought
  • open distributed processing — (standard)   (ODP) An attempt to standardise an OSI application layer communications architecture. ODP is a natural progression from OSI, broadening the target of standardisation from the point of interconnection to the end system behaviour. The objective of ODP is to enable the construction of distributed systems in a multi-vendor environment through the provision of a general architectural framework that such systems must conform to. One of the cornerstones of this framework is a model of multiple viewpoints which enables different participants to observe a system from a suitable perspective and a suitable level of abstraction.
  • open scripting architecture — (OSA) A CIL approach to the coexistence of multiple scripting systems.
  • personal accident insurance — accident which covers personal accidents
  • physiological salt solution — isotonic sodium chloride solution.
  • polyalphabetic substitution — a system of substitution that mixes together a number of cipher alphabets in a cryptogram so that each plaintext letter is represented by a cipher that repeatedly changes.
  • polymorphic lambda-calculus — (language, types)   (Or "second order typed lambda-calculus", "System F", "Lambda-2"). An extension of typed lambda-calculus allowing functions which take types as parameters. E.g. the polymorphic function "twice" may be written: twice = /\ t . \ (f :: t -> t) . \ (x :: t) . f (f x) (where "/\" is an upper case Greek lambda and "(v :: T)" is usually written as v with subscript T). The parameter t will be bound to the type to which twice is applied, e.g.: twice Int takes and returns a function of type Int -> Int. (Actual type arguments are often written in square brackets [ ]). Function twice itself has a higher type: twice :: Delta t . (t -> t) -> (t -> t) (where Delta is an upper case Greek delta). Thus /\ introduces an object which is a function of a type and Delta introduces a type which is a function of a type. Polymorphic lambda-calculus was invented by Jean-Yves Girard in 1971 and independently by John C. Reynolds in 1974.
  • precession of the equinoxes — the earlier occurrence of the equinoxes in each successive sidereal year because of the slow retrograde motion of the equinoctial points along the ecliptic, caused by the precession of the earth's axis of rotation; a complete precession of the equinoxes requires about 25,800 years.
  • proclaim from the housetops — to announce (something) publicly
  • product liability insurance — Product liability insurance is insurance for a producer or supplier of goods against injury to third parties or loss of or damage to their property that is caused by a fault in the goods.
  • protestant episcopal church — Episcopal Church in America.
  • public broadcasting service — a network of independent, noncommercial television stations that operate with public and government funding instead of with revenues from advertising. Abbreviation: PBS.
  • public service broadcasting — publicly-funded broadcasting
  • public works administration — the U.S. federal agency (1933–44) that instituted and administered projects for the construction of public works. Abbreviation: PWA, P.W.A.
  • publius-licinius-valerianus — (Publius Licinius Valerianus) died a.d. c260, Roman emperor 253–60.
  • republic of the philippines — a republic in SE Asia, occupying an archipelago of about 7100 islands (including Luzon, Mindanao, Samar, and Negros): became a Spanish colony in 1571 but ceded to the US in 1898 after the Spanish-American War; gained independence in 1946. The islands are generally mountainous and volcanic. Official languages: Filipino, based on Tagalog, and English. Religion: Roman Catholic majority. Currency: peso. Capital: Manila. Pop: 105 720 644 (2013 est). Area: 300 076 sq km (115 860 sq miles)
  • respiratory syncytial virus — a myxovirus causing infections of the nose and throat, esp in young children. It is thought to be involved in some cot deaths
  • rough endoplasmic reticulum — a network of tubular membranes within the cytoplasm of the cell, occurring either with a smooth surface (smooth endoplasmic reticulum) or studded with ribosomes (rough endoplasmic reticulum) involved in the transport of materials.
  • supreme court of judicature — an English court formed in 1873 from several superior courts and consisting of a court of original jurisdiction (High Court of Justice) and an appellate court (Court of Appeal)

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