0%

26-letter words containing i, n, e, r, t, a

  • permanent health insurance — a form of insurance that provides up to 75 per cent of a person's salary, until retirement, in case of prolonged illness or disability
  • personal digital assistant — a handheld computer, often pen-based, that provides especially organizational software, as an appointment calendar, and communications hardware, as a fax modem. Abbreviation: PDA.
  • phenylethylbarbituric acid — phenobarbital.
  • physical transport network — (communications)   (PTN) The actual hardware through which data transfer devices are connected.
  • portable forth environment — (language)   (PFE) A highly portable Forth development system based on the ANSI standard for Forth, by Dirk-Uwe Zoller of FHT, Mannheim, Germany. PFE aims to be correct, complete, usable, and simple but it isn't optimised for speed. It supports all dpANS word sets. It runs on Linux, RS/6000, and HP-UX. E-mail: Guido Draheim <[email protected]>.
  • post-and-beam construction — wall construction in which beams rather than studs are used to support heavy posts.
  • postprandial thermogenesis — the rate at which food is broken down after a meal and used by your body
  • prince henry the navigatorPrince, 1394–1460, prince of Portugal.
  • private finance initiative — (in Britain) a government scheme to encourage private investment in public projects
  • privately held corporation — A privately held corporation is a company whose shares cannot be bought by the general public.
  • professional office system — (messaging)   (PROFS) An office messaging system from IBM, used worldwide, mainly on IBM mainframes.
  • public-liability insurance — insurance covering the insured against risks involving liability to the public for damages arising from negligence.
  • public-service corporation — a private or quasi-private corporation chartered to provide an essential commodity or service to the public.
  • purely functional language — (language)   A language that supports only functional programming and does not allow functions to have side-effects. Program execution consists of evaluation of an expression and all subexpressions are referentially transparent.
  • put a bug in someone's ear — Also called true bug, hemipteran, hemipteron. a hemipterous insect.
  • put one's signature to sth — If you put your signature to a document, you sign it as a way of officially showing that you agree with what is written.
  • quite apart from something — used to indicate that you are aware of one aspect of a situation, but that you are going to focus on another aspect
  • real-time operating system — (operating system)   (RTOS) Any operating system where interrupts are guaranteed to be handled within a certain specified maximum time, thereby making it suitable for control of hardware in embedded systems and other time-critical applications. RTOS is not a specific product but a class of operating systems.
  • recombinant dna technology — any of various techniques for separating and recombining segments of DNA or genes, often employing a restriction enzyme to cut a gene from a donor organism and inserting it into a plasmid or viral DNA for transplantation into a host organism, where the gene causes the production of a desired substance either for harvesting or for the benefit of the host organism itself.
  • record management services — (operating system)   (RMS) Procedures in the VMS operating system that programs call to process files and records within files. RMS allows programs to issue GET and PUT requests at the record level (record I/O) as well as read and write blocks (block I/O). VMS RMS is an integral part of the system software; its procedures run in executive mode.
  • recreation room (or hall) — a room, as in a home (or a public hall), equipped for amusement and relaxation or for social activities
  • register transfer language — (RTL) 1. A kind of hardware description language (HDL) used in describing the registers of a computer or digital electronic system, and the way in which data is transferred between them. 2. An intermediate code for a machine with an infinite number of registers, used for machine-independent optimisation. RTL was developed by Chris Fraser <[email protected]> and J. Davidson <[email protected]> at the University of Arizona in the early 1980s. RTL is used by the GNU C compiler, gcc and by Davidson's VPCC (Very Portable C compiler).
  • remembrance of things past — a novel (1913–27) by Marcel Proust.
  • renegotiable-rate mortgage — a type of home mortgage for which monthly payments stay constant for a term, usually of three to five years, and the interest rate is renegotiated at the end of every such term until the loan is paid off. Abbreviation: RRM.
  • repetitive strain disorder — overuse strain injury
  • replacement cost insurance — Replacement cost insurance is insurance in which the cost of replacing property is calculated without a reduction for depreciation.
  • resistance transfer factor — R factor.
  • retained object complement — an object complement that is kept in its predicative position following the verb when the verb is transformed into the passive voice, as genius in He was considered a genius from (They) considered him a genius.
  • reticuloendothelial system — the aggregate of the phagocytic cells, including certain cells of the bone marrow, lymphatic system, liver, and spleen, that have reticular and endothelial characteristics and function in the immune system's defense against foreign bodies. Abbreviation: RES.
  • riemann-stieltjes integral — the limit, as the norm of partitions of a given interval approaches zero, of the sum of the product of the first of two functions evaluated at some point in each subinterval multiplied by the difference in functional values of the second function at the endpoints of the subinterval.
  • ritz combination principle — the principle that the frequencies of lines in atomic spectra can be represented as differences of a smaller number of terms, all characteristic of the emitting system, interpreted in quantum theory as the emission of exactly one photon in a transition between energy levels.
  • sangre de cristo mountains — a mountain range in S Colorado and N New Mexico: part of the Rocky Mountains. Highest peak: Blanca Peak, 4364 m (14 317 ft)
  • santiago de los caballeros — a city in the N central Dominican Republic.
  • scintillation spectrometer — a scintillation counter adapted for measuring the energy distribution of particles emitted in radioactive processes.
  • search engine optimization — the process of adjusting the content, structure, etc, of a website so that it will be displayed prominently by a search engine
  • serotonin receptor agonist — A serotonin receptor agonist is any compound that activates serotonin receptors when serotonin is not present.
  • set someone's mind at rest — to reassure someone or settle someone's mind
  • shielded metal arc welding — Shielded metal arc welding is a process in which a coated wire is melted to fill spaces between parts. The molten coating floats to the surface of the molten metal to protect it from the atmosphere.
  • simple algebraic extension — a simple extension in which the specified element is a root of an algebraic equation in the given field.
  • sixty-four-dollar question — the critical or basic question or problem: Whether the measure will get through Congress this session or not is the sixty-four-dollar question.
  • software writer's language — (language)   (SWL) /swil/ An industrial strength dialect of Pascal that allowed multiple source code files, originally developed at Control Data Corporation (CDC) prior to 1973. Development continued at the Integrated Systems Laboratory. SWL was adopted by NCR as its corporate operating system and compiler implementation language (1978-1982+). The NCR SWL dialect was renamed NCRL (NCR Language) in 1981 and continued development [until ?].
  • ssh file transfer protocol — (networking)   (SFTP) A version of File Transfer Protocol (FTP) using an encrypted network connection provided by Secure Shell (SSH), usually SSH 2. The SFTP protocol allows for a range of operations on remote files, making it more like a remote file system protocol. SFTP clients can resume interrupted transfers, get directory listings and remove remote files. SFTP has largely replaced Secure Copy (SCP).
  • st andrews static language — (language)   (SASL) A functional programming language designed by Professor David Turner in 1976 whilst at St. Andrews University. SASL is a derivative of ISWIM with infinite data structures. It is fully lazy but weakly typed. It was designed for teaching functional programming, with very simple syntax. Example syntax: def fac n = n = 0 -> 1 ; n x fac(n-1) A version of the expert system EMYCIN has been written in SASL. SASL was originally known as "St Andrews Standard Language". Not to be confused with SISAL.
  • state of the union address — an annual message to Congress in which the president reports on the state of the nation and outlines a legislative program: required by the Constitution (Article II, Section 3). Abbreviation: SOTU.
  • statistical-thermodynamics — the science that deals with average properties of the molecules, atoms, or elementary particles in random motion in a system of many such particles and relates these properties to the thermodynamic and other macroscopic properties of the system.
  • straight-line depreciation — Straight-line depreciation is a method of depreciation in which an equal amount of depreciation is taken each year.
  • string processing language — (language)   (SPRING)
  • strong nuclear interaction — an interaction between elementary particles responsible for the forces between nucleons in the nucleus. It operates at distances less than about 10–15 metres, and is about a hundred times more powerful than the electromagnetic interaction
  • symbionese liberation army — a group of urban guerrillas, active in the early 1970s in the U.S.
  • take five (or ten, etc. ) — take a break for five (or ten, etc.) minutes, as from working
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?