0%

25-letter words containing i, c, e, m, a, n

  • 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 pit bull terrier — one of an American breed of strong, muscular terriers, originally developed in England, with a short, close-lying, stiff coat of any color or combination of colors except solid white.
  • american standard version — a revised version of the Authorized (King James) Version of the Bible, published by a committee of American scholars in 1901
  • antixerophthalmic vitamin — vitamin A.
  • arithmetic and logic unit — (processor)   (ALU or "mill") The part of the central processing unit which performs operations such as addition, subtraction and multiplication of integers and bit-wise AND, OR, NOT, XOR and other Boolean operations. The CPU's instruction decode logic determines which particular operation the ALU should perform, the source of the operands and the destination of the result. The width in bits of the words which the ALU handles is usually the same as that quoted for the processor as a whole whereas its external busses may be narrower. Floating-point operations are usually done by a separate "floating-point unit". Some processors use the ALU for address calculations (e.g. incrementing the program counter), others have separate logic for this.
  • armored personnel carrier — a tracked military vehicle with a steel or aluminum hull used to transport troops in combat and usually fitted with light armament. Abbreviation: APC.
  • at the back of one's mind — not in one's conscious thoughts
  • attachment unit interface — (networking)   (AUI) The part of the IEEE Ethernet standard located between the MAC, and the MAU. The AUI is a transceiver cable that provides a path between a node's Ethernet interface and the MAU.
  • attenuating circumstances — circumstances that may be considered to lessen the culpability of an offender
  • automatic data processing — ADP.
  • automatic network routing — (protocol)   (ANR) A source routing protocol used to route LU6.2 session and control traffic from node to node through a High Performance Routing network or subnet. ANR operates at the lower end of the SNA Path Control layer.
  • automatic vending machine — a machine that automatically dispenses goods, such as cigarettes, when money is inserted
  • biochemical oxygen demand — a measure of the organic pollution of water: the amount of oxygen, in mg per litre of water, absorbed by a sample kept at 20°C for five days
  • caltech intermediate form — (language)   (CIF) A geometry language for VLSI design, in which the primitives are coloured rectangles.
  • catholic emancipation act — an act of Parliament (1829) permitting Roman Catholics to hold parliamentary office and repealing other laws that imposed civil disabilities on Catholics.
  • certificate of enrollment — a document issued to a U.S. vessel of 20 tons gross or more, engaged in fishing or in trade along the U.S. coast, on the Great Lakes, or on U.S. inland waters.
  • 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.
  • chief information officer — (job)   (CIO) The person who determines the overall strategic direction and business contribution of the information systems function in a business.
  • commissioner of education — (in the US) the head of a state's education department
  • common object file format — (file format)   (COFF) The executable file and object file format used by Unix System V Release 3 and later.
  • commonwealth of australia — Australia's official title
  • communication engineering — the branch of engineering that deals with telecommunications and computer programming and networking.
  • communications of the acm — (publication)   (CACM) A monthly publication by the Association for Computing Machinery sent to all members. CACM is an influential publication that keeps computer science professionals up to date on developments. Each issue includes articles, case studies, practitioner oriented pieces, regular columns, commentary, departments, the ACM Forum, technical correspondence and advertisements.
  • compensated semiconductor — a semiconductor in which donors and acceptors are related in such a way that their opposing electrical effects are partially cancelled
  • complementarity principle — the principle that experiments on physical systems of atomic size or smaller, as electrons or photons, can exhibit either particle or wave behavior but not both simultaneously.
  • complete partial ordering — (theory)   (cpo) A partial ordering of a set under a relation, where all directed subsets have a least upper bound. A cpo is usually defined to include a least element, bottom (David Schmidt calls this a pointed cpo). A cpo which is algebraic and boundedly complete is a (Scott) domain.
  • computer-aided publishing — desktop publishing. Abbreviation: CAP.
  • conductiometric titration — a titration technique in which the end-point is determined by measuring the conductance of the solution
  • 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.
  • cost-of-living adjustment — an adjustment to pay which takes account of a change in the cost of living
  • data encryption algorithm — (DEA) An ANSI standard defined in ANSI X3.92-1981. It is identical to the Data Encryption Standard (DES).
  • data processing equipment — Data processing equipment is electrically operated equipment that accumulates, processes, and stores data.
  • decreasing term insurance — Decreasing term insurance is life insurance with the amount of coverage decreasing over the term of the policy and a lump sum payment if you die in advance.
  • dell computer corporation — (company)   One of the biggest US manufacturers of IBM PC compatibles. "From notebooks to networks", their slogan says.
  • democratic unionist party — a Northern Irish political party, founded by Ian Paisley in 1971, advocating the maintenance of union with the UK
  • department of agriculture — the department of the U.S. federal government that institutes and administers all federal programs dealing with agriculture. Abbreviation: USDA.
  • device independent bitmap — (graphics, file format)   (DIB) An image format in which the sequence and depth of pixels in the file is not specifically related to their layout in any particular device. This allows any device dependent bitmap (DDB) image to be converted to or DIB format without loss of information, and this can then later be converted to other DDB formats for, e.g., printing or display. Rather than requiring converters from each DDB format to all other formats, only converters to and from DIB are needed. DIB images are normally transferred in metafiles, bmp files, and the clipboard. Transferring colour bitmaps from one device to another was not possible in versions of Microsoft Windows earlier than 3.0. Application programs can build DIB images without any interaction with Windows. If Windows lacks a drawing primitive, the application can simulate it directly into the DIB instead of using the existing graphics device interface (GDI) primitives. Unfortunately, under Windows versions 3.0 and 3.1, GDI cannot perform output operations directly to a DIB. Conversion between DIB and DDB is performed by the device driver. Where the driver does not have this facility, the conversion is performed by GDI but only in monochrome. DIBs are slower to use than device dependent bitmaps due to the conversions required.
  • 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.
  • domain architecture model — (systems analysis)   A set of software architectures generic to a domain that define organising frameworks for constructing new application designs and implementations within the domain, consistent with the domain requirements model.
  • dopamine receptor agonist — A dopamine receptor agonist is any compound that activates dopamine receptors when dopamine is not present.
  • double wingback formation — an offensive formation in which two backs line up at opposite ends of the backfield about one yard outside of the ends and about one yard behind the line of scrimmage.
  • dual tone multi frequency — (communications)   (DTMF, or "touch-tone") A method used by the telephone system to communicate the keys pressed when dialling. Pressing a key on the phone's keypad generates two simultaneous tones, one for the row and one for the column. These are decoded by the exchange to determine which key was pressed.
  • electromagnetic radiation — radiation consisting of self-sustaining oscillating electric and magnetic fields at right angles to each other and to the direction of propagation. It does not require a supporting medium and travels through empty space at the speed of light
  • emancipation proclamation — a proclamation issued by President Lincoln in September, 1862, effective January 1, 1863, freeing the slaves in all territory still at war with the Union
  • equine infectious anaemia — a viral disease of horses, donkeys, and mules characterized by fever, anaemia, jaundice, depression, and weight loss
  • examination for discovery — a pretrial meeting to disclose evidence that will be presented later
  • fallacy of many questions — the rhetorical trick of asking a question that cannot be answered without admitting a presupposition that may be false, as have you stopped beating your wife?

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