0%

28-letter words containing s, i, l

  • electron probe microanalysis — a technique for the analysis of a very small amount of material by bombarding it with a narrow beam of electrons and examining the resulting X-ray emission spectrum
  • electronic design automation — (application)   (EDA) Software tools for the development of integrated circuits and systems. Companies selling EDA tools include Cadence, Intergraph, Mentor, Synopsys, Viewlogic. Zuken-Redac Dazix has been acquired by Intergraph.
  • electronic transfer of funds — the transfer of money from one bank or building-society account to another by means of a computer link using the telephone network
  • english as a second language — subject: English for non-native speakers
  • english for special purposes — the practice and theory of learning and teaching English for specific uses in given fields, such as science, nursing, tourism, etc.
  • enterprise resource planning — (application, business)   (ERP) Any software system designed to support and automate the business processes of medium and large businesses. This may include manufacturing, distribution, personnel, project management, payroll, and financials. ERP systems are accounting-oriented information systems for identifying and planning the enterprise-wide resources needed to take, make, distribute, and account for customer orders. ERP systems were originally extensions of MRP II systems, but have since widened their scope. An ERP system also differs from the typical MRP II system in technical requirements such as relational database, use of object oriented programming language, computer aided software engineering tools in development, client/server architecture, and open system portability.
  • environmental health service — (in Britain) a service provided by a local authority, which deals with prevention of the spread of communicable diseases, food safety and hygiene, control of infestation by insects or rodents, etc
  • equal opportunities employer — An equal opportunities employer is an employer who gives people the same opportunities for employment, pay, and promotion, without discrimination against anyone.
  • external data representation — (XDR) A standard for machine independent data structures developed by Sun Microsystems for use in remote procedure call systems. It is defined in RFC 1014 and is similar to ASN.1.
  • favourable pressure gradient — a decrease of pressure in the direction of flow
  • fifth dimension technologies — (company, virtual reality)   (5DT) Manufacturers of the 5th Glove.
  • financial services authority — (in the United Kingdom) a regulatory body that oversees London's financial markets, each of which has its own self-regulatory organization: it succeeded the Securities and Investments Board
  • floating-point specbaseratio — SPECbase_fp92
  • follicle-stimulating hormone — FSH.
  • for all intents and purposes — something that is intended; purpose; design; intention: The original intent of the committee was to raise funds.
  • for one's life/for dear life — If you say that someone does something for dear life or for their life, you mean that they do it using all their strength and effort because they are in a dangerous or urgent situation.
  • formal description technique — (specification, protocol)   (FDT) A formal method for developing telecomunications services and protocols. FDTs range from abstract to implementation-oriented descriptions. All FDTs offer the means for producing unambiguous descriptions of OSI services and protocols in a more precise and comprehensive way than natural language descriptions. They provide a foundation for analysis and verification of a description. The target of analysis and verification may vary from abstract properties to concrete properties. Natural language descriptions remain an essential adjunct to formal description, enabling an unfarmiliar reader to gain rapid insight into the structure and function of services and protocols. Examples of FDTs are LOTOS, Z, SDL, and Estelle.
  • general packet radio service — (communications)   (GPRS) A GSM data transmission technique that transmits and receives data in packets. This contrasts with systems that set up a persistent channel. GPRS makes very efficient use of available radio spectrum, and users pay only for the volume of data sent and received. See also: packet radio.
  • give one's all/put one's all — If you give your all or put your all into something, you make the maximum effort possible.
  • greatest happiness principle — the ethical principle that an action is right in so far as it promotes the greatest happiness of the greatest number of those affected
  • have sth/a lot going for you — If someone or something has a lot going for them, they have a lot of advantages.
  • high performance file system — (file system)   (HPFS) The native file system for IBM's OS/2.
  • hot standby routing protocol — (protocol)   (HSRP) A CISCO standard, defined in RFC 2281, that calls for a mirrored router in passive mode to send hello packets, wait for a lead router to die and, without dropping a packet, take over from that router. Note: "standby", not "swappable" (and certainly not "swapable").
  • how stupid/lucky can you get — You can say, for example, 'How lucky can you get?' or 'How stupid can you get?' to show your surprise that anyone could be as lucky or stupid as the person that you are talking about.
  • hydrolysed vegetable protein — a powder or liquid that is produced by boiling legumes or cereals in hydrochloric acid and then neutralizing with sodium hydroxide. It is used as a flavouring in some foods, such as soups and bouillon cubes
  • ieee floating point standard — (standard, mathematics)   (IEEE 754) "IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std 754-1985)" or IEC 559: "Binary floating-point arithmetic for microprocessor systems". A standard, used by many CPUs and FPUs, which defines formats for representing floating-point numbers; representations of special values (e.g. infinity, very small values, NaN); five exceptions, when they occur, and what happens when they do occur; four rounding modes; and a set of floating-point operations that will work identically on any conforming system. IEEE 754 specifies formats for representing floating-point values: single-precision (32-bit) is required, double-precision (64-bit) is optional. The standard also mentions that some implementations may include single-extended precision (80-bit) and double-extended precision (128-bit) formats.
  • imperial software technology — (company)   A software engineering company which emerged from Imperial College in about 1982. It enjoys a world-wide reputation for technical excellence as a software product and technology provider in the Open Systems market. Its flagship product is X-Designer, the award-winning graphical user interface builder. It also has considerable expertise in the Z language and Formal Methods.
  • industrial programming, inc. The company which developed MTOS. E-mail: <[email protected]>. Telephone: +1 (516) 938 6600. Address: 100 Jericho Quadrangle, Jericho, NY 11753, USA.
  • infectious laryngotracheitis — a viral disease of adult chickens, characterized by inflammation and hemorrhage of the larynx and trachea and, in many cases, resulting in asphyxiation.
  • information retrieval system — a system for recovering specific information from stored data
  • integrated drive electronics — Advanced Technology Attachment
  • java servlet development kit — (web)   (JSDK) A suite of software for easing the development of Java servlets.
  • karelian autonomous republic — an autonomous republic in the NW Russian Federation in Europe. 66,500 sq. mi. (172,240 sq. km). Capital: Petrozavodsk.
  • lempel-ziv welch compression — (LZW) The algorithm used by the Unix compress command to reduce the size of files, e.g. for archival or transmission. LZW was designed by Terry Welch in 1984 for implementation in hardware for high-performance disk controllers. It is a variant of LZ78, one of the two Lempel-Ziv compression schemes. The LZW algorithm relies on reoccurrence of byte sequences (strings) in its input. It maintains a table mapping input strings to their associated output codes. The table initially contains mappings for all possible strings of length one. Input is taken one byte at a time to find the longest initial string present in the table. The code for that string is output and then the string is extended with one more input byte, b. A new entry is added to the table mapping the extended string to the next unused code (obtained by incrementing a counter). The process repeats, starting from byte b. The number of bits in an output code, and hence the maximum number of entries in the table is usually fixed and once this limit is reached, no more entries are added. LZW compression and decompression are licensed under Unisys Corporation's 1984 U.S. Patent 4,558,302 and equivalent foreign patents. This kind of patent isn't legal in most coutries of the world (including the UK) except the USA. Patents in the UK can't describe algorithms or mathematical methods.
  • level premium term insurance — Level premium term insurance is term insurance with premiums that remain the same throughout the life of the contract.
  • like a lamb to the slaughter — without resistance
  • like water off a duck's back — You say that criticism is like water off a duck's back or water off a duck's back to emphasize that it is not having any effect on the person being criticized.
  • lloyd's register of shipping — an annual publication giving details of all ships that have been built according to the various classifications established by this society
  • local mail transfer protocol — (messaging, protocol)   (LMTP) A protocol designed as an alternative to ESMTP for cases where the mail receiver does not manage a queue. LMTP is an application level protocol that runs on top of TCP/IP. It was initially defined in RFC 2033, and uses (with a few changes) the syntax and semantics of ESMTP. It should be used only by specific prior arrangement and configuration, and it must not be used on TCP port 25 (the SMTP port).
  • lucius quinctius cincinnatus — Lucius Quinctius [kwingk-tee-uh s] /ˈkwɪŋk ti əs/ (Show IPA), 519?–439? b.c, Roman general and statesman: dictator 458, 439.
  • machine-assisted translation — translation done by a human translator who uses computer software to assist with the translation
  • magnetic particle inspection — a method of testing for cracks and other defects in a magnetic material, such as steel, by covering it with a magnetic powder and magnetizing it: any variation in the concentration of the powder indicates a flaw in the material
  • marriage guidance counsellor — a person whose job is to give advice given to couples who have problems in their married life
  • maxwell-boltzmann statistics — statistics for classical physics, based on the assumption that in a given physical system consisting of indistinguishable particles and regions, all possible arrangements of the particles in the various regions have equal probability.
  • medical specialist registrar — a hospital doctor senior to a house officer but junior to a consultant, specializing in medicine
  • meter-kilogram-second-ampere — of or relating to the system of units in which the meter, kilogram, second, and ampere are the principal units of length, mass, time, and electric current. Abbreviation: mksa, MKSA.
  • microsoft foundation classes — (programming)   (MFC) Software structures in C++, the Windows base classes which can respond to messages, make windows, and from which application specific classes can be derived.
  • multimedia personal computer — (multimedia)   (MPC) A specification published by the Multimedia PC Marketing Council in 1990 to encourage the adoption of a standard multimedia computing platform. In May 1993, the MPC Marketing Council published a new specification called MPC Level 2 Specification as an enhanced multimedia computer standard. The original MPC specification, now also known as the MPC Level 1 Specification, continues in full effect. The appearance of the MPC or MPC2 certification mark on a computer system or upgrade kit indicates that the hardware meets the corresponding (Level 1 or Level 2) MPC Marketing Council specification. Software bearing the Multimedia PC mark has been designed to work on Multimedia PC licensed hardware. By establishing a standard platform, certifying hardware compliance and providing inter-operability between software and hardware for the consumer, the MPC Marketing Council is encouraging widespread use of multimedia applications and hardware.
  • national academy of sciences — a private organization, created by an act of Congress (1863), that furthers science and advises the U.S. government on scientific and technical issues. Abbreviation: N.A.S., NAS.
  • national bureau of standards — National Institute of Standards and Technology
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?