0%

25-letter words containing s, t, o, r, m, c

  • abstract machine notation — (language)   (AMN) A language for specifying abstract machines in the B-Method, based on the mathematical theory of Generalised Substitutions.
  • advance information sheet — a document giving details about a book that is to be published in the near future
  • american standard version — a revised version of the Authorized (King James) Version of the Bible, published by a committee of American scholars in 1901
  • anticipatory assimilation — assimilation in which a following sound has an effect on a preceding one, as in pronouncing have in have to as [haf] /hæf/ (Show IPA) influenced by the voiceless (t) in to.
  • aristarchus of samothrace — ?220–?150 bc, Greek scholar: librarian at Alexandria, noted for his edition of Homer
  • association for computing — (body)   (ACM, before 1997 - "Association for Computing Machinery") The largest and oldest international scientific and educational computer society in the industry. Founded in 1947, only a year after the unveiling of ENIAC, ACM was established by mathematicians and electrical engineers to advance the science and application of Information Technology. John Mauchly, co-inventor of the ENIAC, was one of ACM's founders. Since its inception ACM has provided its members and the world of computer science a forum for the sharing of knowledge on developments and achievements necessary to the fruitful interchange of ideas. ACM has 90,000 members - educators, researchers, practitioners, managers, and engineers - who drive the Association's major programs and services - publications, special interest groups, chapters, conferences, awards, and special activities. The ACM Press publishes journals (notably CACM), book series, conference proceedings, CD-ROM, hypertext, video, and specialized publications such as curricula recommendations and self-assessment procedures.
  • asynchronous transmission — electronic communication between digital devices, as two separate computers that run at different speeds, that requires start and stop bits for each character transmitted.
  • automatic data processing — ADP.
  • basic programming support — (operating system, tool)   (BPS, colloquially: Barely Programming Support) A suite of utility routines from IBM to perform very simple procedures like formatting a disk or labelling a tape. BPS was only available on punched cards.
  • by general/common consent — You can use by general consent or by common consent to indicate that most people agree that something is true.
  • character encoding scheme — character encoding
  • characteristic polynomial — an expression obtained from a given matrix by taking the determinant of the difference between the matrix and an arbitrary variable times the identity matrix.
  • colony-stimulating factor — any of a number of substances, secreted by the bone marrow, that cause stem cells to proliferate and differentiate, forming colonies of specific blood cells. Synthetic forms are being tested for their ability to reduce the toxic effects of chemotherapy
  • command control processor — (operating system)   (CCP) CP/M's command-line interpreter.
  • commissioner of education — (in the US) the head of a state's education department
  • commonwealth of australia — Australia's official title
  • community support officer — a uniformed officer who is not a member of the police force but who has certain powers to be exercised in supplementing the role of the police, esp crowd control, tackling anti-social behaviour, etc
  • compensated semiconductor — a semiconductor in which donors and acceptors are related in such a way that their opposing electrical effects are partially cancelled
  • complete inference system — (logic)   An inference system A is complete with respect to another system B if A can reach every conclusion which is true in B. The dual to completeness is soundness.
  • computer-aided publishing — desktop publishing. Abbreviation: CAP.
  • constant applicative form — (functional programming)   (CAF) A supercombinator which is not a lambda abstraction. This includes truly constant expressions such as 12, (+ 1 2), [1, 2, 3] as well as partially applied functions such as (+ 4). Note that this last example is equivalent under eta abstraction to \ x . + 4 x which is not a CAF. Since a CAF is a supercombinator, it contains no free variables. Moreover, since it is not a lambda abstraction it contains no variables at all. It may however contain identifiers which refer to other CAFs, e.g. c 3 where c = (* 2). A CAF can always be lifted to the top level of the program. It can either be compiled to a piece of graph which will be shared by all uses or to some shared code which will overwrite itself with some graph the first time it is evaluated. A CAF such as ints = from 1 where from n = n : from (n+1) can grow without bound but may only be accessible from within the code of one or more functions. In order for the garbage collector to be able to reclaim such structures, we associate with each function a list of the CAFs to which it refers. When garbage collecting a reference to the function we collect the CAFs on its list.
  • constructional homonymity — the property of a string of morphemes that is susceptible of two or more syntactic analyses, as in Flying planes can be dangerous, planes may be either the object of flying or the subject of can.
  • culture specific syndrome — a behavioral disturbance in a specific cultural setting that is identified and named by the cultural group itself.
  • data processing equipment — Data processing equipment is electrically operated equipment that accumulates, processes, and stores data.
  • democratic unionist party — a Northern Irish political party, founded by Ian Paisley in 1971, advocating the maintenance of union with the UK
  • discrete cosine transform — (mathematics)   (DCT) A technique for expressing a waveform as a weighted sum of cosines. The DCT is central to many kinds of signal processing, especially video compression. Given data A(i), where i is an integer in the range 0 to N-1, the forward DCT (which would be used e.g. by an encoder) is: B(k) = sum A(i) cos((pi k/N) (2 i + 1)/2) i=0 to N-1 B(k) is defined for all values of the frequency-space variable k, but we only care about integer k in the range 0 to N-1. The inverse DCT (which would be used e.g. by a decoder) is: AA(i)= sum B(k) (2-delta(k-0)) cos((pi k/N)(2 i + 1)/2) k=0 to N-1 where delta(k) is the Kronecker delta. The main difference between this and a discrete Fourier transform (DFT) is that the DFT traditionally assumes that the data A(i) is periodically continued with a period of N, whereas the DCT assumes that the data is continued with its mirror image, then periodically continued with a period of 2N. Mathematically, this transform pair is exact, i.e. AA(i) == A(i), resulting in lossless coding; only when some of the coefficients are approximated does compression occur. There exist fast DCT algorithms in analogy to the Fast Fourier Transform.
  • document image processing — (DIP) Storage, management and retrieval of images.
  • dopamine receptor agonist — A dopamine receptor agonist is any compound that activates dopamine receptors when dopamine is not present.
  • examination for discovery — a pretrial meeting to disclose evidence that will be presented later
  • extended backus-naur form — (language)   Any variation on the basic Backus-Naur Form (BNF) meta-syntax notation with (some of) the following additional constructs: square brackets "[..]" surrounding optional items, suffix "*" for Kleene closure (a sequence of zero or more of an item), suffix "+" for one or more of an item, curly brackets enclosing a list of alternatives, and super/subscripts indicating between n and m occurrences. All these constructs can be expressed in plain BNF using extra productions and have been added for readability and succinctness.
  • first and second manassas — two battles fought at Manassas Junction near a stream named Bull Run, during the American Civil War (July, 1861 and August, 1862), in both of which the Federal army was routed by the Confederates
  • first generation computer — (architecture)   A prototype computer based on vacuum tubes and other esoteric technologies. Chronologically, any computer designed before the mid-1950s. Examples include Howard Aiken's Mark 1 (1944), Maunchly and Eckert's ENIAC (1946), and the IAS computer.
  • franked investment income — (formerly) dividends from one UK company received by another on which the paying company had paid corporation tax so that the receiving company had no corporation tax to pay: discontinued from 1999
  • future farmers of america — a national organization of high-school students studying vocational agriculture. Abbreviation: FFA.
  • general recursion theorem — (mathematics)   Cantor's theorem, originally stated for ordinals, which extends inductive proof to recursive construction. The proof is by pasting together "attempts" (partial solutions).
  • graphics interface format — (spelling)   You mean "Graphics Interchange Format".
  • harris semiconductor ltd. — (company)   Address: Riverside Way, Camberley, Surrey, CU15 3YQ, UK. Telephone: +44 (1276) 686 886. Fax: +44 (1276) 682 323.
  • homothetic transformation — similarity transformation (def 1).
  • homothetic-transformation — Also called homothetic transformation. a mapping of a set by which each element in the set is mapped into a positive constant multiple of itself, the same constant being used for all elements.
  • human embryonic stem cell — a stem cell obtained from the blastocyst of a human embryo
  • human resource management — the management of the workforce of an organization
  • human-factors engineering — an applied science that coordinates the design of devices, systems, and physical working conditions with the capacities and requirements of the worker.
  • immediate-release coating — An immediate-release coating is a tablet coating that breaks down immediately in the body.
  • instrumental conditioning — conditioning (def 1).
  • intercommunication system — a communication system within a building, ship, airplane, local area, etc., with a loudspeaker or receiver for listening and a microphone for speaking at each of two or more points.
  • intermediate vector boson — one of the three particles that are believed to transmit the weak force: the positively charged W particle, the negatively charged W particle, and the neutral Z 0 particle.
  • lowest common denominator — least common denominator.
  • magnetic resonance imager — a device which uses a noninvasive medical diagnostic technique in which the absorption and transmission of high-frequency radio waves are analysed as they irradiate the hydrogen atoms in water molecules and other tissue components placed in a strong magnetic field
  • maintenance of membership — an arrangement or agreement between an employer and a labor union by which employees who are members of the union at the time the agreement is made, or who subsequently join, must either remain members until the agreement expires, or be discharged.
  • make bricks without straw — a block of clay hardened by drying in the sun or burning in a kiln, and used for building, paving, etc.: traditionally, in the U.S., a rectangle 2.25 × 3.75 × 8 inches (5.7 × 9.5 × 20.3 cm), red, brown, or yellow in color.

On this page, we collect all 25-letter words with S-T-O-R-M-C. It’s easy to find right word with a certain length. It is the easiest way to find 25-letter word that contains in S-T-O-R-M-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?