0%

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

  • a poster child for something — a person who is a good, or typical example of something; a prominent exemplar of something
  • adaptive simulated annealing — (language)   (ASA) An algorithm for global optimisation of generic functions by Lester Ingber <[email protected]> <[email protected]>. Mailing list: <[email protected]>.
  • 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:
  • asdo implementation language — (language)   (ASDIMPL) A C-like language, run on Burroughs' mainframes in the early 1980s, and cross-compiled to x86-based embedded processors.
  • 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
  • computer-assisted tomography — the process of producing a CAT scan.
  • 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.
  • corporation for open systems — (COS) An international consortium of computer users and vendors set up to provide ways of testing OSI implementations.
  • cruel and unusual punishment — treatment: barbaric
  • department of transportation — the department of the U.S. federal government that coordinates and institutes national transportation programs. Abbreviation: DOT.
  • desktop management interface — (standard, operating system)   (DMI) A specification from the Desktop Management Task Force (DMTF) that establishes a standard framework for managing networked computers. DMI covers hardware and software, desktop systems and servers, and defines a model for filtering events and describing interfaces. DMI provides a common path for technical support, IT managers, and individual users to access information about all aspects of a computer - including processor type, installation date, attached printers and other peripherals, power sources, and maintenance history. It provides a common format for describing products to aid vendors, systems integrators, and end users in enterprise desktop management. DMI is not tied to any specific hardware, operating system, or management protocols. It is easy for vendors to adopt, mappable to existing management protocols such as Simple Network Management Protocol (SNMP), and can be used on non-network computers. DMI's four components are: Management Information Format (MIF) - a text file containing information about the hardware and software on a computer. Manufacturers can create their own MIFs specific to a component. Service layer - an OS add-on that connects the management interface and the component interface and allows management and component software to access MIF files. The service layer also includes a common interface called the local agent, which is used to manage individual components. Component interface (CI) - an application program interface (API) that sends status information to the appropriate MIF file via the service layer. Commands include Get, Set, and Event. Management interface (MI) - the management software's interface to the service layer. Commands are Get, Set, and List. CI, MI, and service layer drivers are available on the Internet. Intel's LANDesk Client Manager (LDCM) is based on DMI. Version: 2.0s (as of 2000-01-19).
  • dos protected mode interface — (DPMI) The method which Microsoft prescribes for a DOS program to access extended memory under a multitasking environment, e.g. Microsoft Windows. This service is provided by the HIMEM.SYS driver on IBM PCs. The DPMI specification was finalized in 1990. The specification itself is available from Intel Literature Sales. VCPI (Virtual Control Program Interface), which was an alternative, and incompatible method for doing the same thing.
  • eastern european summer time — a summer time used by some countries in Eastern Europe, such as Finland, Romania, etc and also some countries of the Middle East and North Africa
  • 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
  • enterprise investment scheme — (in Britain) a scheme to provide tax relief on investments in certain small companies: came into operation in 1994, when it replaced the Business Expansion Scheme
  • enterprise report management — Electronic Report Management
  • 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.
  • 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.
  • 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.
  • 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
  • manpower services commission — (in Britain, formerly) an organization providing training for adult workers
  • 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.
  • morpheme structure condition — (in generative phonology) a constraint on the occurrence of sounds or sequences of sounds in the phonological representation of morphemes.
  • motion picture experts group — (spelling)   Incorrect expansion of MPEG, which stands for Moving Picture Experts Group.
  • moving picture experts group — (compression, standard, algorithm, file format, body)   (MPEG, ISO/IEC JTC1/SC29 WG11) An ISO committee that generates standards for digital video compression and audio. Also the name of their algorithms.
  • 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 persistence framework — (programming)   (OPF) Any system for storing objects so they can be reloaded into a future session. Typically this will use a relational database along with some kind of object relational mapping. Another typical solution would store objects in XML files (a form of serialisation). One of the trickier problems to solve is how to maintain references between objects, e.g. replacing memory pointers with unique names or identifiers. Virtually identical considerations apply to transferring objects, or indeed any kind of data structure, from one process to another via some communications channel, e.g. a TCP/IP connection.
  • 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.
  • open systems interconnection — (networking)   (OSI-RM, OSI Reference Model, seven layer model) A model of network architecture and a suite of protocols (a protocol stack) to implement it, developed by ISO in 1978 as a framework for international standards in heterogeneous computer network architecture. The OSI architecture is split between seven layers, from lowest to highest: 1 physical layer, 2 data link layer, 3 network layer, 4 transport layer, 5 session layer, 6 presentation layer, 7 application layer. Each layer uses the layer immediately below it and provides a service to the layer above. In some implementations a layer may itself be composed of sub-layers. OSI is the umbrella name for a series of non-proprietary protocols and specifications, comprising, among others, the OSI Reference Model, ASN.1 (Abstract Syntax Notation 1), BER (Basic Encoding Rules), CMIP and CMIS (Common Management Information Protocol and Services), X.400 (Message Handling System, or MHS), X.500 (Directory Service), Z39.50 (search and retrieval protocol used by WAIS), and many others. Apart from its actual application to real protocols, it also serves as a useful teaching model.
  • osborne computer corporation — (company)   The unsucessful computer manufacturer founded by Adam Osborne that produced one of the first laptop computers, the Osborne 1.
  • palestinian autonomous areas — the Gaza Strip and the West Bank in Israel: these areas were granted autonomous status under the control of the Palestinian National Authority following the 1993 peace agreement between Israel and the Palestine Liberation Organization
  • peaches-and-cream complexion — a pale complexion with rosy cheeks
  • pleuropneumonialike organism — any antibiotic-resistant mycoplasma causing a form of pneumonia in humans. Abbreviation: PPLO.
  • positron emission tomography — the process of producing a PET scan.
  • potassium antimonyl tartrate — a white, water-soluble, sweet and metallic-tasting, poisonous powder or granules, C 4 H 4 KO 7 Sb, used as a mordant for dyeing textiles and leather, and in medicine as an expectorant, for inducing vomiting, and for infections by schistosomes.
  • program composition notation — (PCN) A specification language for parallelism between C and Fortran modules. PCN provides a simple language for specifying concurrent algorithms, interfaces to Fortran and C, a portable toolkit that allows applications to be developed on a workstation or small parallel computer and run unchanged on supercomputers and integrated debugging and performance analysis tools. PCN was developed at Argonne National Laboratory and the California Institute of Technology. It has been used to develop a wide variety of applications, in areas such as climate modelling, fluid dynamics, computational biology, chemistry, and circuit simulation. Version 2.0 runs on networks of workstations: Sun-4, NeXT, RS/6000, SGI; multicomputers: iPSC/860, Touchstone DELTA; and shared memory multiprocessors: Symmetry/Dynix. E-mail: Ian Foster <[email protected]>, Steve Tuecke <[email protected]>.
  • 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.
  • rocky mountain spotted fever — an infectious disease characterized by high fever, pains in joints, bones, and muscles, and a cutaneous eruption, caused by rickettsii and transmitted by ticks: first reported in the Rocky Mountain area, but now more widely distributed.

On this page, we collect all 28-letter words with S-I-M-P. 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 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?