0%

28-letter words containing s, i, m, p, l, c

  • a poster child for something — a person who is a good, or typical example of something; a prominent exemplar of something
  • apple-touch-icon-precomposed — (programming)   An alternative form of apple-touch-icon that is not subject to automatic modification (rounding, drop-shadow, reflective shine) as applied by iOS versions prior to iOS 7. A web page specifies a pre-composed icon by including an element in the like:
  • biological response modifier — a therapeutic substance that is produced naturally or synthesized as a drug to stimulate the body's immune defense against disease or infection. Abbreviation: BRM.
  • cerebrospinal nervous system — central nervous system.
  • computational fluid dynamics — the prediction of the behaviour of fluids and of the effects of fluid motion past objects by numerical methods rather than model experiments
  • constraint logic programming — (programming)   (CLP) A programming framework based (like Prolog) on LUSH (or SLD) resolution, but in which unification has been replaced by a constraint solver. A CLP interpreter contains a Prolog-like inference engine and an incremental constraint solver. The engine sends constraints to the solver one at a time. If the new constraint is consistent with the collected constraints it will be added to the set. If it is inconsistent, it will cause the engine to backtrack.
  • cruel and unusual punishment — treatment: barbaric
  • 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
  • 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.
  • high performance file system — (file system)   (HPFS) The native file system for IBM's OS/2.
  • 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.
  • 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.
  • 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).
  • 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
  • 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.
  • 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.
  • object-oriented polymorphism — (programming)   The kind of polymorphism found in object-oriented programming languages where a variable can refer to an object whose class is not known exactly until run time. A method can use a variable of a given class - call other methods on it, pass it as an argument, etc. - without needing to know to which subclass it refers, as long as its actual class is compatible with those uses.
  • peaches-and-cream complexion — a pale complexion with rosy cheeks
  • quick mail transfer protocol — (communications)   (QMTP) An SMTP replacement that works better over high latency links as it doesn't require as much interaction as SMTP. QMTP listens on port 209 and is used by qmail.
  • real time streaming protocol — (multimedia, networking, protocol)   (RTSP) An application layer protocol for controlling delivery of a stream of real-time multimedia content. RTSP allows users to start playing from a certain position. It does not actually deliver the data, but works alongside existing delivery channels such as UDP, TCP, or IP multicast. RTSP was developed by RealNetworks, Netscape Communications, and Columbia University, and is described in RFC 2326, April 1998. RTSP is an IETF proposed standard.
  • real-time transport protocol — (protocol)   (RTP) An Internet protocol for transmitting real-time data such as audio and video. RTP itself does not guarantee real-time delivery of data, but it does provide mechanisms for the sending and receiving applications to support streaming data. Typically, RTP runs on top of the UDP protocol, although the specification is general enough to support other transport protocols. RTP has received wide industry support. Netscape intends to base its LiveMedia technology on RTP, and Microsoft claims that its NetMeeting product supports RTP.
  • scanning electron microscope — a device in which the specimen is examined point by point directly in a moving electron beam, and electrons reflected by the specimen are used to form a magnified, three-dimensional image on a television screen. Abbreviation: SEM.
  • semiconservative replication — replication.
  • smooth endoplasmic reticulum — a network of tubular membranes within the cytoplasm of the cell, occurring either with a smooth surface (smooth endoplasmic reticulum) or studded with ribosomes (rough endoplasmic reticulum) involved in the transport of materials.
  • special power of appointment — authority to appoint persons from a particular class to take an estate or interest in property
  • spectral luminous efficiency — a measure of the efficiency of radiation of a given wavelength in producing a visual sensation. It is equal to the ratio of the radiant flux at a standard wavelength to that at the given wavelength when the standard wavelength is chosen so that the maximum value of this ratio is unity
  • supplemental security income — income provided by the U.S. government to needy aged, blind, and disabled persons. Abbreviation: SSI.
  • systemic lupus erythematosus — an autoimmune inflammatory disease of the connective tissues, occurring mainly among middle-aged women, chiefly characterized by skin eruptions, joint pain, recurrent pleurisy, and kidney disease. Abbreviation: SLE.
  • tissue plasminogen activator — an anticlotting enzyme, naturally occurring in small amounts in the blood.

On this page, we collect all 28-letter words with S-I-M-P-L-C. It’s easy to find right word with a certain length. It is the easiest way to find 28-letter word that contains in S-I-M-P-L-C to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?