0%

26-letter words containing s, e, n, a, t

  • public-service corporation — a private or quasi-private corporation chartered to provide an essential commodity or service to the public.
  • pulse-amplitude modulation — modulation of the amplitude of a train of electric pulses used to carry signals (pulse carrier) Abbreviation: PAM.
  • 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.
  • quake in one's boots/shoes — If you are quaking in your boots or quaking in your shoes, you feel extremely nervous or afraid.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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)
  • sans peur et sans reproche — without fear and without reproach: said originally of the French knight, the Seigneur de Bayard.
  • 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.
  • simulating digital systems — Fortran-like language for describing computer logic design. Sammet 1969, p.622.
  • 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 ?].
  • solemn league and covenant — an agreement (1643) between the parliaments of Scotland and England permitting the promotion of Presbyterianism in Scotland, England, and Ireland.
  • 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.
  • stamped addressed envelope — A stamped addressed envelope is an envelope with a stamp on it and your own name and address, which you send to someone so that something can be sent back to you. The abbreviation s.a.e. is also used.
  • stand in the way of sth/sb — If you stand in the way of something or stand in a person's way, you prevent that thing from happening or prevent that person from doing something.
  • 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.
  • state of the union message — 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.
  • sth will take some beating — If you say that something will take some beating, you mean that it is very good and it is unlikely that anything better will be done or made.
  • 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
  • subset-equational language — (SEL) A declarative language for set processing by Bharat Jayaraman with subset and equational program clauses; pattern matching over sets (it supports efficient iteration over sets); annotations to say which functions distribute over union in which arguments (for point-wise/incremental computation over sets); defining transitive closures through circular constraints (implemented by mixed top-down/memoisation and bottom-up strategy); meta-programming and simple higher-order programming; modest user-interface including tracing. The SEL compiler, written in Quintus Prolog, generates WAM-like code, extended to deal with set-matching, memoisation, and the novel control structure of the language. The run-time system is written in C. E-mail: Bharat Jayaraman <[email protected]>.
  • symbionese liberation army — a group of urban guerrillas, active in the early 1970s in the U.S.
  • systematic desensitization — a treatment of phobias in which the patient while relaxed is exposed, often only in imagination, to progressively more frightening aspects of the phobia
  • take leave of one's senses — to go mad or become irrational
  • take someone's breath away — strike someone with awe; thrill
  • take someone's temperature — If you take someone's temperature you use an instrument called a thermometer to measure the temperature of their body in order to see if they are ill.
  • take someone's word for it — to accept or believe what someone says
  • take something for granted — If you take something for granted, you believe that it is true or accept it as normal without thinking about it.
  • take steps to do something — to undertake measures with a view to the attainment of some end
  • take the bull by the horns — the male of a bovine animal, especially of the genus Bos, with sexual organs intact and capable of reproduction.
  • tennessee valley authority — TVA.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?