0%

26-letter words containing a, g, l, e, m, i

  • assembly language compiler — (language)   (ALC) An alternative name for IBM 360 assembly language. Compare BAL.
  • carnegie mellon university — (body, education)   (CMU) A university in Pittsburgh, Pennsylvania. School of Computer Science.
  • childe harold's pilgrimage — a narrative poem (1812, 1816, 1818) by Byron.
  • 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.
  • columbia appletalk package — (networking)   (CAP) An implementation of Apple Computer's AppleTalk protocols for Unix 4.2BSD and its derivatives, from Columbia University. There are two different LAP delivery mechanisms for: IPTalk and Ethertalk (possibly using UAB). CAP supports the following AppleTalk protocols: AppleTalk Transaction Protocol (ATP), Name Binding Protocol (NBP), Printer Access Protocol (PAP), AppleTalk Session Protocol (ASP), AppleTalk Filing Protocol (AFP) client side. In addition, the Datagram Delivery Protocol (DDP) and Zone Information Protocol (ZIP) are partially available. The structure of the Internet Appletalk Bridge software makes it impossible to provide full DDP service. Only the Get Zone List ATP ZIP command is implemented for ZIP.
  • 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.
  • computer graphics metafile — (graphics, file format)   (CGM) A standard file format for storage and communication of graphical information, widely used on personal computers and accepted by desktop publishing and technical illustration systems. See also: WebCGM.
  • computer-assisted learning — Computer-Aided Instruction
  • conditional sale agreement — a type of hire-purchase agreement
  • 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
  • data manipulation language — (language, database)   (DML, or Data Management Language) A language for the manipulation of data in a database by applications and/or directly by end-users. See also Data Definition Language (DDL).
  • 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
  • electronic programme guide — an on-screen guide that enables viewers of digital television to select programmes using a handheld device
  • 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-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
  • 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.
  • have something on the ball — to have ability
  • histocompatibility antigen — any antigen on the surface of tissue or blood cells that provokes the immune response and subsequent rejection when transplanted to an individual of a different antigenic type, thus determining whether the tissues or organs of a donor and recipient are histocompatible.
  • 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
  • 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.
  • international grand master — a chess player in the highest class of ability, as determined through specified types of international competitions.
  • intragenerational mobility — movement within or between social classes and occupations, the change occurring within an individual's lifetime
  • law of diminishing returns — diminishing returns (def 2).
  • learning management system — a software application used to organize and distribute e-learning materials, assignments, and assessments; track and calculate grades; and facilitate communication among students and teachers. Abbreviation: LMS.
  • logical interchange format — (file format, file system)   (LIF) A Hewlett-Packard simple file system format used to boot HP-PA machines and to interchange files between older HP machines. A LIF file system is a header, containing a single directory, with 10-character case sensitive filenames and 2-byte file types, followed by the files.
  • lysergic acid diethylamide — LSD2 .
  • mecklenburg-west pomerania — a state of NE Germany, along the Baltic coast: consists of the former state of Mecklenburg and those parts of W Pomerania not incorporated into Poland after World War II: part of East Germany until 1990. Pop: 1 732 000 (2003 est)
  • michigan algorithm decoder — (language)   (MAD) An early programming language, based on IAL, developed at the University of Michigan by R. Graham, Bruce Arden, and Bernard Galler in 1959. MAD was one of the first extensible languages: the user could define his own operators and data types. MAD ran on the IBM 704, IBM 709 and IBM 7090. It was ported to the IBM 7040 at the City College of New York by Robert Teitel and also to Philco, Univac and CDC computers.
  • mongolian hordes technique — (programming, jargon)   (Or "Chinese Army technique") Assigning a large number of inexperienced programmers to a job which would better performed by a few skilled ones. The term was first used by Dr. Fred Brooks in his book "The Mythical Man-Month", Chapter 3. According to Dr. Brooks, he had in mind the vision of the Mongol Hordes sweeping across Asia and Europe when he created the term.
  • nuclear magnetic resonance — the selective absorption of electromagnetic radiation by an atomic nucleus in the presence of a strong, static, magnetic field: used in research and in medicine to monitor tissue metabolism and to distinguish between normal and abnormal cells. Abbreviation: NMR.
  • pokémon exception handling — (programming, humour)   A humourous term for a try-catch exception handling construct with no constraint on which exceptions will be caught, for when you just "Gotta Catch 'Em All." (a slogan used in the Pokémon media empire). Pokémon is a trademark of the Pokémon Company of Japan.
  • postprandial thermogenesis — the rate at which food is broken down after a meal and used by your body
  • real-time operating system — (operating system)   (RTOS) Any operating system where interrupts are guaranteed to be handled within a certain specified maximum time, thereby making it suitable for control of hardware in embedded systems and other time-critical applications. RTOS is not a specific product but a class of operating systems.
  • recombinant dna technology — any of various techniques for separating and recombining segments of DNA or genes, often employing a restriction enzyme to cut a gene from a donor organism and inserting it into a plasmid or viral DNA for transplantation into a host organism, where the gene causes the production of a desired substance either for harvesting or for the benefit of the host organism itself.
  • renderman shading language — ["The RenderMan Companion", S. Upstill, A-W 1989, chaps 13-15].
  • renegotiable-rate mortgage — a type of home mortgage for which monthly payments stay constant for a term, usually of three to five years, and the interest rate is renegotiated at the end of every such term until the loan is paid off. Abbreviation: RRM.
  • riemann-stieltjes integral — the limit, as the norm of partitions of a given interval approaches zero, of the sum of the product of the first of two functions evaluated at some point in each subinterval multiplied by the difference in functional values of the second function at the endpoints of the subinterval.
  • shielded metal arc welding — Shielded metal arc welding is a process in which a coated wire is melted to fill spaces between parts. The molten coating floats to the surface of the molten metal to protect it from the atmosphere.
  • simple algebraic extension — a simple extension in which the specified element is a root of an algebraic equation in the given field.
  • simulating digital systems — Fortran-like language for describing computer logic design. Sammet 1969, p.622.
  • sth will take some beating — If you say that something will take some beating, you mean that it is very good and it is unlikely that anything better will be done or made.
  • straight from the shoulder — direct, honest, and forceful in expression; outspoken.
  • straight-from-the-shoulder — direct, honest, and forceful in expression; outspoken.

On this page, we collect all 26-letter words with A-G-L-E-M-I. 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-G-L-E-M-I 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?