0%

26-letter words containing a, n, i, m, l, r

  • a matter of life and death — If you say that something is a matter of life and death, you are emphasizing that it is extremely important, often because someone may die or suffer great harm if people do not act immediately.
  • adzhar autonomous republic — an administrative division of SW Georgia, on the Black Sea: part of Turkey from the 17th century until 1878; mostly mountainous, reaching 2805 m (9350 ft), with a subtropical coastal strip. Capital: Batumi. Pop: 376 016 (2002). Area: 3000 sq km (1160 sq miles)
  • ambassador plenipotentiary — a diplomatic minister of the first rank with treaty-signing powers
  • american national standard — (standard)   (ANS) A common prefix for ANSI documents or standards, e.g.: "ANS Forth", or "American National Standard X3.215-1994".
  • analytical solutions forum — (body, standard)   (ASF) The business intelligence trade body that, in October 1999, replaced the ineffective OLAP Council intending to produce standards for OLAP. The ASF managed the remarkably achievement of being even less effective and eventually disappeared, its only achievement having been the issuing of a press release announcing its formation.
  • armoured personnel carrier — a vehicle used for transporting troops that is strengthened with armour plate
  • assembly language compiler — (language)   (ALC) An alternative name for IBM 360 assembly language. Compare BAL.
  • atmospheric boundary layer — the thin layer of air adjacent to the earth's surface, usually considered to be less than 300 feet (91 meters) high.
  • beyond your wildest dreams — If you describe something as being beyond your wildest dreams, you are emphasizing that it is better than you could have imagined or hoped for.
  • buryat autonomous republic — an automomous republic in the Russian Federation in Asia, E of Lake Baikal. About 35,650 sq. mi. (351,300 sq. km). Capital: Ulan Ude.
  • carnegie mellon university — (body, education)   (CMU) A university in Pittsburgh, Pennsylvania. School of Computer Science.
  • codd's reduction algorithm — (database)   An algorithm to convert an arbitrary expression of the relational calculus to an equivalent expression of the relational algebra. This can be used as the basis of an implementation of the relational calculus.
  • coldfusion markup language — (language, web)   (CFML) A tag based markup language used to create ColdFusion web applications by embedding ColdFusion commands in HTML files.
  • combined cycle gas turbine — A combined cycle gas turbine is an efficient combination of gas-fired turbine and steam turbine, used in a power plant.
  • complementary distribution — a relation such that the members of a pair or set of phones, morphs, or other linguistic units have no environment in common, as aspirated “p” and unaspirated “p” in English, the first occurring only in positions where the second does not.
  • computer-assisted learning — Computer-Aided Instruction
  • conditional sale agreement — a type of hire-purchase agreement
  • conversational implicature — an inference that can be drawn from an utterance, as from one that is seemingly illogical or irrelevant, by examining the degree to which it conforms to the canons of normal conversation and the way it functions pragmatically within the situation, as when “The phone is ringing,” said in a situation where both speaker and listener can clearly hear the phone, can be taken as a suggestion to answer the phone.
  • convertible term insurance — A convertible term insurance is a life insurance policy which pays out if the policyholder dies within a specified period of time, but also allows them to convert to another type of plan.
  • coordinated universal time — Universal Time as periodically adjusted to coordinate with atomic clocks: it serves as the official international basis for standard time
  • damage limitation exercise — an activity pursued to make the bad results of something as small as possible, when it is impossible to avoid bad results completely
  • diethylcarbamazine citrate — a chemical substance, C 16 H 29 O 8 N 3 , used to treat worms in humans, dogs, and cats.
  • dinosaur national monument — a national monument in NE Utah and NW Colorado: site of prehistoric animal fossils. 322 sq. mi. (834 sq. km).
  • dual in-line memory module — (storage)   Small circuit boards carrying memory integrated circuits, with signal and power pins on both sides of the board, in contrast to single-in-line memory modules (SIMM). The individual gold or lead connectors (pins) on SIMMs, although they are on both sides of the chip, are connected to the same memory chip, while on a DIMM, the connections on each side of the module connect to different chips. This allows for a wider data path, as more modules can be accessed at once. DIMM pins are arranged in a zigzag design to allow PCB tracks to pass between them. The 8-byte DIMM format with dual-sided contacts can accommodate 4- and 16-megabit dynamic RAM chips, and is predicted to handle 64- and 256-Mbit devices. The 8-byte DIMM will hold up to 32 megabytes of memory using 16-Mbit DRAMs, but with the 256-Mbit future-generation DRAM, it will be able to hold a 64-Mx64 configuration. Another variation, the 72-pin SO-DIMM, is designed to connect directly to 32 bit data buses, and is intended for use in memory-expansion applications in notebook computers. A Dual in-line memory module (DIMM), as opposed to SIMMs (used by the majority of the PC industry) allows for a 128-bit data path by interleaving memory on alternating memory access cycles. SIMMs on the other hand, have a 64-bit data path. Suppliers are unanimous in their belief that the DIMM will eventually replace the SIMM as the market's preferred memory module.
  • dynamically linked library — (library)   (DLL) A library which is linked to application programs when they are loaded or run rather than as the final phase of compilation. This means that the same block of library code can be shared between several tasks rather than each task containing copies of the routines it uses. The executable is compiled with a library of "stubs" which allow link errors to be detected at compile-time. Then, at run time, either the system loader or the task's entry code must arrange for library calls to be patched with the addresses of the real shared library routines, possibly via a jump table. The alternative is to make library calls part of the operating system kernel and enter them via some kind of trap instruction. This is generally less efficient than an ordinary subroutine call. It is important to ensure that the version of a dynamically linked library is compatible with what the executable expects. Examples of operating systems using dynamic linking are SunOS (.so - shared object files), Microsoft Windows (.dll) and RISC OS on the Acorn Archimedes (relocatable modules).
  • einstein's mass-energy law — the principle that mass (m) and energy (E) are equivalent according to the equation E = mc2, where c is the velocity of light
  • electrochemical equivalent — the mass of an element liberated from its ions or converted into them by one coulomb of electric charge
  • electronic countermeasures — (in electronic warfare) actions intended to interfere with an enemy's use of electromagnetic radiation equipment
  • electronic programme guide — an on-screen guide that enables viewers of digital television to select programmes using a handheld device
  • equal opportunity employer — An equal opportunity employer is an employer who gives people the same opportunities for employment, pay, and promotion, without discrimination against anyone.
  • ethylenediaminetetraacetic — Alternative spelling of ethylenediaminetetracetic.
  • exponential-time algorithm — (complexity)   An algorithm (or Turing Machine) that is guaranteed to terminate within a number of steps which is a exponential function of the size of the problem. For example, if you have to check every number of n digits to find a solution, the complexity is O(10^n), and if you add an extra digit, you must check ten times as many numbers. Even if such an algorithm is practical for some given value of n, it is likely to become impractical for larger values. This is in contrast to a polynomial-time algorithm which grows more slowly. See also computational complexity, polynomial-time, NP-complete.
  • extensible markup language — (language, text)   (XML) An initiative from the W3C defining an "extremely simple" dialect of SGML suitable for use on the web.
  • external machine interface — (protocol)   (EMI) A protocol primarily used to connect to short message service centres for mobile telephones. EMI is an extension to Universal Computer Protocol (UCP). EMI was was developed by CMG, now a part of LogicaCMG, the current SMSC market leader. Each byte of the message is encoded as two hexadecimal characters using an encoding not quite like ASCII.
  • external-combustion engine — a heat engine in which the working fluid is heated in an external boiler or heat exchanger and is thus isolated from the process of fuel combustion
  • first marquis of lansdowneRichard, born 1937, U.S. racing-car driver.
  • general officer commanding — a general officer who holds a command position
  • german democratic republic — a former country in central Europe: created in 1949 from the Soviet zone of occupied Germany established in 1945: reunited with West Germany in 1990. 41,827 sq. mi. (108,333 sq. km). Capital: East Berlin.
  • grammar-translation method — a traditional technique of foreign-language teaching based on explicit instruction in the grammatical analysis of the target language and translation of sentences from the native language into the target language and vice versa.
  • grand army of the republic — an organization, founded in 1866, composed of men who served in the U.S. Army and Navy during the Civil War: its last member died in 1956. Abbreviation: G.A.R.
  • head normalisation theorem — Under the typed lambda-calculus, beta/delta reduction of the left-most redex (normal order reduction) is guaranteed to terminate with a head normal form if one exists. See also Church-Rosser theorem.
  • heard and mcdonald islands — a group of islands in the S Indian Ocean: an external territory of Australia from 1947. Area: 412 sq km (159 sq miles)
  • inflammatory bowel disease — any intestinal inflammatory disease, especially Crohn's disease and ulcerative colitis, of unknown cause. Abbreviation: IBD.
  • innate releasing mechanism — the process by which a stimulus evokes a response when the connection between the two is inborn
  • intergenerational mobility — movement within or between social classes and occupations, the change occurring from one generation to the next
  • intermediate care facility — a medical facility specifically providing care for chronically ill, disabled, or elderly people.
  • intermediate-value theorem — the theorem that a function continuous between two points and having unequal values, a and b, at the two points takes on all values between a and b.
  • intermodulation distortion — (electronics, communications)   (IMD) Nonlinear distortion in a system or transducer, characterised by the appearance in the output of frequencies equal to the sums and differences of integral multiples of the two or more component frequencies present in the input waveform.
  • internal combustion engine — An internal combustion engine is an engine that creates its energy by burning fuel inside itself. Most cars have internal combustion engines.
  • internal-combustion engine — an engine of one or more working cylinders in which the process of combustion takes place within the cylinders.

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