0%

29-letter words containing a, l, t, e, r, i

  • real-time structured analysis — (programming)   (RTSA) Any version of structured analysis capable of modelling real-time aspects of software.
  • receivables collection period — A receivables collection period is a measure of cash flow that is calculated by dividing average receivables by credit sales per day.
  • recommended dietary allowance — the amount of an essential nutrient, as a vitamin or mineral, that has been established by the Food and Nutrition Board of the National Academy of Sciences as adequate to meet the average daily nutritional needs of most healthy persons according to age group and sex. Abbreviation: RDA.
  • resource reservation protocol — (protocol)   (RSVP) A protocol that supports quality of service.
  • royal canadian mounted police — Canadian police on horseback
  • run something up the flagpole — to pursue a tentative course of action in order to gauge the reaction it receives
  • saint andrews static language — St Andrews Static Language
  • scanning tunneling microscope — a device that uses a moving needle and the tunnel effect to generate a maplike image of the atomic surface structure of matter, thereby achieving even greater magnification than the scanning electron microscope.
  • secure file transfer protocol — SSH File Transfer Protocol
  • serial line internet protocol — (communications, protocol)   (SLIP) Software allowing the Internet Protocol (IP), normally used on Ethernet, to be used over a serial line, e.g. an EIA-232 serial port connected to a modem. It is defined in RFC 1055. SLIP modifies a standard Internet datagram by appending a special SLIP END character to it, which allows datagrams to be distinguished as separate. SLIP requires a port configuration of 8 data bits, no parity, and EIA or hardware flow control. SLIP does not provide error detection, being reliant on other high-layer protocols for this. Over a particularly error-prone dial-up link therefore, SLIP on its own would not be satisfactory. A SLIP connection needs to have its IP address configuration set each time before it is established whereas Point-to-Point Protocol (PPP) can determine it automatically once it has started. See also SLiRP.
  • sexually transmitted diseases — any disease characteristically transmitted by sexual contact, as gonorrhea, syphilis, genital herpes, and chlamydia. Abbreviation: STD.
  • shipshape and bristol fashion — in good order; efficiently arranged
  • simple mail transfer protocol — (messaging)   (SMTP) A protocol defined in STD 10, RFC 821, used to transfer electronic mail between computers, usually over Ethernet. It is a server to server protocol, so other protocols are used to access the messages. The SMTP dialog usually happens in the background under the control of the message transfer agent, e.g. sendmail but it is possible to interact with an SMTP server using telnet to connect to the normal SMTP port, 25. E.g. telnet mhs-relay.ac.uk 25 You should normally start by identifying the local host: HELO wombat.doc.ic.ac.uk You can then issue commands to verify an address or expand an alias: VRFY [email protected] VRFY postmaster or expand a mailing list: EXPN c-help You can even send a message: MAIL From:<[email protected]> RCPT To:<[email protected]> DATA What is the point? . QUIT This is useful if you want to find out exactly what is happening to your message at a certain point. See also Post Office Protocol, RFC 822, sendmail.
  • simple object access protocol — (protocol)   (SOAP) A minimal set of conventions for invoking code using XML over HTTP.
  • single edge contact cartridge — (hardware)   (SEC, SECC) The cased daughterboard housing Intel's Pentium II, Pentium III, and Xeon microprocessors. A SECC fits into a Slot 1 or Slot 2 connector.
  • small business administration — a federal agency, created in 1953, that grants or guarantees long-term loans to small businesses. Abbreviation: SBA, S.B.A.
  • suppressed carrier modulation — an amplitude-modulated wave in which only the sidebands are transmitted, the carrier being removed
  • surgical specialist registrar — a hospital doctor senior to a house officer but junior to a consultant, specializing in surgery
  • symbolic automatic integrator — (mathematics, tool)   (SAINT) A symbolic mathematics program written in Lisp by J. Slagle at MIT in 1961.
  • synchronous digital hierarchy — (communications, standard)   (SDH) An international digital telecommunications network hierarchy which standardises transmission around the bit rate of 51.84 megabits per second, which is also called STS-1. Multiples of this bit rate comprise higher bit rate streams. Thus STS-3 is 3 times STS-1, STS-12 is 12 times STS-1, and so on. STS-3 is the lowest bit rate expected to carry ATM traffic, and is also referred to as STM-1 (Synchronous Transport Module-Level 1). The SDH specifies how payload data is framed and transported synchronously across optical fibre transmission links without requiring all the links and nodes to have the same synchronized clock for data transmission and recovery (i.e. both the clock frequency and phase are allowed to have variations, or be plesiochronous). SDH offers several advantages over the current multiplexing technology, which is known as Plesiochronous Digital Hierarchy. Where PDH lacks built-in facilities for automatic management and routing, and locks users into proprietary methods, SDH can improve network reliability and performance, offers much greater flexibility and lower operating and maintenance costs, and provides for a faster provision of new services. Under SDH, incoming traffic is synchronized and enhanced with network management bits before being multiplexed into the STM-1 fixed rate frame. The fundamental clock frequency around which the SDH or SONET framing is done is 8 KHz or 125 microseconds. SONET (Synchronous Optical Network) is the American version of SDH.
  • the five heads of predicables — five Aristotelian classes of predicates namely genus, species, difference, property, and relation
  • the northern ireland assembly — the devolved legislature of Northern Ireland, located at Stormont in Belfast
  • throw cold water on something — to be unenthusiastic about or discourage something
  • thyrotropin-releasing hormone — a small peptide hormone, produced by the hypothalamus, that controls the release of thyrotropin by the pituitary. Abbreviation: TRH.
  • to draw a veil over something — If you draw a veil over something, you stop talking about it because it is too unpleasant to talk about.
  • to have a learning disability — to be unable to reach the average standard of people of the same age group as regards intellectual and cognitive skills and performance
  • to have the time of your life — If you have the time of your life, you enjoy yourself very much indeed.
  • to invade sb's personal space — to come too close to somebody, so that they feel uncomfortable
  • translation look-aside buffer — (storage, architecture)   (TLB) A table used in a virtual memory system, that lists the physical address page number associated with each virtual address page number. A TLB is used in conjunction with a cache whose tags are based on virtual addresses. The virtual address is presented simultaneously to the TLB and to the cache so that cache access and the virtual-to-physical address translation can proceed in parallel (the translation is done "on the side"). If the requested address is not cached then the physical address is used to locate the data in main memory. The alternative would be to place the translation table between the cache and main memory so that it will only be activated once there was a cache miss.
  • trichloromethyl chloroformate — diphosgene.
  • trinitrophenylmethylnitramine — tetryl.
  • universal resource identifier — (web)   (URI, originally "UDI" in some WWW documents) The generic set of all names and addresses which are short strings which refer to objects (typically on the Internet). The most common kinds of URI are URLs and relative URLs. URIs are defined in RFC 1630.
  • variational graphics extended — (software)   (VGX) Software developed by SDRC for use in 3D CAD solid modelling.
  • virtual storage access method — (database)   (VSAM) An IBM disk file storage scheme first used in S/370 and virtual storage. VSAM comprises three access methods: Keyed Sequenced Data Set (KSDS), Relative Record Data Set (RRDS), and Entry Sequenced Data Set (ESDS). Both IMS/DB and DB2 are implemented on top of VSAM and use its underlying data structures.
  • windows hardware quality labs — (body, standard)   (WHQL) A Microsoft body that produces and supports the Microsoft Hardware Compatibility Test kit for current Microsoft operating systems. Products are tested with the kit to ensure that they meet Microsoft standards for compatibility with Windows and to qualify to use the "Designed for Microsoft Windows" logos.
  • wireless application protocol — (protocol, standard)   (WAP) An open international standard for applications that use wireless communication, e.g. Internet access from a mobile phone. The official body developing WAP is the WAP Forum.
  • women's liberation (movement) — the women's movement begun in the mid-20th cent.
  • workflow management coalition — (body)   (WfMc) A non-profit, international organisation of workflow vendors, users, and analysts committed to establishing standards for workflow terminology, interoperability, and connectivity. WfMC was founded in 1993 and now (1999) has over 130 members.
  • yet another compiler compiler — (tool, language)   (yacc) The LALR parser generator found on most Unix systems. Also, the language used to describe the syntax of another language to yacc (the program). Implementations: ayacc, YAY, perln-byacc, SASL-Yacc - "Yacc in SASL - An Exercise in Functional Programming", Simon Peyton-Jones, Software Prac & Exp 15:807-820 (1985). Mentions also a BCPL implementation. Yacc++ - 1990. An object-oriented rewrite of yacc, supports regular expressions, produces an LR1 grammar parser. Chris Clark, Compiler Resources Inc, +1 (508) 435-5016. MLYACC - Implementation and output in SML/NJ. ftp:research.att.com/dist/ml/75.tools.tar.Z. A version, by David Poole at Montana University has been retargeted to Turbo Pascal. See also Bison, yet another, Yet Another Yacc.
  • you can't hear yourself think — If you say that you can't hear yourself think, you are complaining and emphasizing that there is a lot of noise, and that it is disturbing you or preventing you from doing something.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?