0%

14-letter words containing p, c, r

  • recompensatory — serving to compensate, as for loss, lack, or injury.
  • record company — business: sells recorded music
  • record-keeping — the maintenance of a history of one's activities, as financial dealings, by entering data in ledgers or journals, putting documents in files, etc.
  • recording tape — a ribbon of material, esp magnetic tape, used to record sound, images and data, used in a tape recorder
  • recursive type — A data type which contains itself. The commonest example is the list type, in Haskell: data List a = Nil | Cons a (List a) which says a list of a's is either an empty list or a cons cell containing an 'a' (the "head" of the list) and another list (the "tail"). Recursion is not allowed in Miranda or Haskell synonym types, so the following Haskell types are illegal: type Bad = (Int, Bad) type Evil = Bool -> Evil whereas the seeminly equivalent algebraic data types are acceptable:
  • recycled paper — paper made from recycled materials, esp waste paper
  • redundancy pay — severance pay.
  • reflected plan — a plan, as of a room, taken as seen from above but having the outlines of some upper surface, as a vault or compartmented ceiling, projected downward upon it so that a part that would appear at the right when seen from below appears on the plan at the left.
  • reflectography — a non-destructive technique which uses infrared light to see beneath the painted surface in works of art in order to obtain information about those artworks
  • rejection slip — a notification of rejection, attached by a publisher to a manuscript before returning the work to its author.
  • relative pitch — the pitch of a tone as determined by its relationship to other tones in a scale.
  • relief pitcher — a pitcher brought into a game to replace another pitcher, often in a critical situation.
  • replaceability — to assume the former role, position, or function of; substitute for (a person or thing): Electricity has replaced gas in lighting.
  • report a claim — If you report a claim, you inform an insurer that an insured event has occurred and that you intend to ask the insurer for financial payment.
  • rescue attempt — an attempt to bring a person or people out of danger, harm, attack, etc
  • respectability — the state or quality of being respectable.
  • respectabilize — to make respectable
  • respectfulness — full of, characterized by, or showing politeness or deference: a respectful reply.
  • restricted epl — (language)   (REPL) The efficient subset of EPL used to write the core of Multics.
  • resubscription — a sum of money given or pledged as a contribution, payment, investment, etc.
  • retrocomputing — /ret'-roh-k*m-pyoo'ting/ Refers to emulations of way-behind-the-state-of-the-art hardware or software, or implementations of never-was-state-of-the-art; especially if such implementations are elaborate practical jokes and/or parodies, written mostly for hack value, of more "serious" designs. Perhaps the most widely distributed retrocomputing utility was the "pnch(6)" or "bcd(6)" program on V7 and other early Unix versions, which would accept up to 80 characters of text argument and display the corresponding pattern in punched card code. Other well-known retrocomputing hacks have included the programming language INTERCAL, a JCL-emulating shell for Unix, the card-punch-emulating editor named 029, and various elaborate PDP-11 hardware emulators and RT-11 OS emulators written just to keep an old, sourceless Zork binary running.
  • return receipt — a card bearing the signature of the recipient of registered postal matter, for return to the sender as proof of receipt.
  • rhine province — a former province in W Germany, mostly W of the Rhine: now divided between Rhineland-Palatinate and North Rhine–Westphalia.
  • rhinencephalon — the part of the cerebrum containing the olfactory structures.
  • rhizocephalous — belonging to the Rhizocephala, a group of degenerate hermaphrodite crustaceans that are parasitic chiefly on crabs.
  • rhynchophorous — of or relating to rhynchophores
  • rhyparographic — of or relating to rhyparography
  • ripple control — the remote control of a switch by electrical impulses
  • rock partridge — the Greek partridge; Alectoris graeca
  • roentgenoscope — a fluoroscope.
  • roller caption — caption lettering that moves progressively up or across the picture, as for showing the credits at the end of a programme
  • routing policy — (networking)   Rules implemented on a router or other network device to select routes from peers, customers, and upstream providers; select and modify routes you send to peers, customers and upstream providers and identify routes within your own Autonomous System.
  • rsa encryption — (cryptography, algorithm)   A public-key cryptosystem for both encryption and authentication, invented in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman. Its name comes from their initials. The RSA algorithm works as follows. Take two large prime numbers, p and q, and find their product n = pq; n is called the modulus. Choose a number, e, less than n and relatively prime to (p-1)(q-1), and find its reciprocal mod (p-1)(q-1), and call this d. Thus ed = 1 mod (p-1)(q-1); e and d are called the public and private exponents, respectively. The public key is the pair (n, e); the private key is d. The factors p and q must be kept secret, or destroyed. It is difficult (presumably) to obtain the private key d from the public key (n, e). If one could factor n into p and q, however, then one could obtain the private key d. Thus the entire security of RSA depends on the difficulty of factoring; an easy method for factoring products of large prime numbers would break RSA.
  • runcible spoon — a forklike utensil with two broad prongs and one sharp, curved prong, as used for serving hors d'oeuvres.
  • sakha republic — an administrative division in E Russia, in NE Siberia on the Arctic Ocean: the coldest inhabited region of the world; it has rich mineral resources. Capital: Yakutsk. Pop: 948 100 (2002). Area: 3 103 200 sq km (1 197 760 sq miles)
  • sanctuary lamp — a lamp, usually red, placed in a prominent position in the sanctuary of a church, that when lit indicates the presence of the Blessed Sacrament
  • scalar product — inner product (def 1).
  • scapular medal — a medal that has been blessed and may be substituted for a scapular (sense 3)
  • scapulohumeral — of, relating to, or involving the scapula and humerus.
  • schizo-phrenic — Psychiatry. of or relating to schizophrenia: Not all of these patients are schizophrenic.
  • sclerophyllous — Also, sclerophyllous [skleer-uh-fil-uh s] /ˌsklɪər əˈfɪl əs/ (Show IPA). of, relating to, or exhibiting sclerophylly.
  • scorpion grass — either of two small Old World plants, Myosotis sylvatica or M. scorpioides, of the borage family, having a light-blue flower commonly regarded as an emblem of constancy and friendship.
  • scrap merchant — dealer in discarded materials
  • scrape through — only just succeed
  • screen capture — Also called screen capture. a copy or image of what is seen on a computer screen at a given time: Save the screenshot as a graphics file.
  • screen popping — (communications)   The use of CTI to make customer data appear on a call centre terminal at the same time as the customer call is transferred.
  • screen process — a method of printing using a fine mesh of silk, nylon, etc, treated with an impermeable coating except in the areas through which ink is subsequently forced onto the paper behind
  • screen scraper — (tool)   A piece of software used to automate interaction between two computer systems through the terminal interface (designed for human use) of one of those systems. Typically, the screen scraper interacts with terminal emulation software to generate input to and process output from the "host" system through terminal screens. Screen scrapers are advantageous when modifications to the host system are undesireable, when it is desireable to make use of the existing business and data integrity logic on the host, and when no other (peer-to-peer) interface method is available. Some products employ screen scraping combined with additional functionality which provides a DBMS-like or other specialised interface to the host. The host system is often called a "legacy system" because it usually the older of the systems involved and based on older technology.
  • screen-printed — printed by screen process
  • scribbling pad — a notebook or sketchbook
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?