0%

18-letter words containing i, m, g, r, a, t

  • age discrimination — discrimination against older people, especially by employers
  • agri-environmental — of or relating to the impact of agricultural practices on the environment
  • algebraic geometry — the study of sets that are defined by algebraic equations.
  • anthropomorphising — Present participle of anthropomorphise.
  • anthropomorphizing — Present participle of anthropomorphize.
  • antiferromagnetism — the phenomenon exhibited by substances that resemble paramagnetic substances in the value of their relative permeability but that behave like ferromagnetic substances when their temperature is varied
  • aorangi-mount cook — the official name for Mount Cook
  • apartment building — An apartment building or apartment house is a tall building which contains different apartments on different floors.
  • apparent magnitude — magnitude (sense 3)
  • arm's-length price — a price of a transaction agreed in accordance with market values, disregarding any connection such as common ownership of the companies involved
  • assignment problem — (mathematics, algorithm)   (Or "linear assignment") Any problem involving minimising the sum of C(a, b) over a set P of pairs (a, b) where a is an element of some set A and b is an element of set B, and C is some function, under constraints such as "each element of A must appear exactly once in P" or similarly for B, or both. For example, the a's could be workers and the b's projects. The problem is "linear" because the "cost function" C() depends only on the particular pairing (a, b) and is independent of all other pairings.
  • assortative mating — the reproductive pairing of individuals that have more traits in common than would likely be the case if mating were random (contrasted with disassortative mating).
  • atmospheric engine — an early form of single-acting engine in which the power stroke is provided by atmospheric pressure acting upon a piston in an exhausted cylinder.
  • augmented interval — an interval that is a half step greater than the corresponding major or perfect interval
  • automatic tracking — a radar tracking system in which an automatic device uses the echo signal from the tracked object to keep the radar constantly beamed on target and to compute the range of the object.
  • ballistocardiogram — a tracing made by a ballistocardiograph
  • building materials — materials such as bricks, cement, timber, etc
  • cabinet government — parliamentary government.
  • campaign furniture — furniture, as chests or desks, having metal hinges on the corners and handles on the sides.
  • categorial grammar — a theory that characterizes syntactic categories in terms of functions between classes of expressions. The basic classes are names (N) and sentences (S). Intransitive verbs are symbols for functions which take a name and yield a sentence (written S/N), adverbs form compound verbs from verbs (for example, run fast) and so are (S/N)/(S/N), etc
  • celestial marriage — the rite or state of marriage, performed in a Mormon temple by the Church of Jesus Christ of Latter-day Saints and believed to continue beyond death.
  • christmas shopping — shopping especially for Christmas presents, but also for Christmas food and drink, and all the other things required over the Christmas period.
  • christmas stocking — A Christmas stocking is a long sock which children hang up on Christmas Eve. During the night, parents fill the stocking with small presents.
  • chromatic printing — printing from blocks or types inked with various colours
  • chromolithographer — One engaged in chromolithography.
  • chromolithographic — Pertaining to, or made by, chromolithography.
  • circulating medium — currency serving as a medium of exchange
  • circumnavigational — Relating to circumnavigation.
  • compartmentalizing — Present participle of compartmentalize.
  • configuration item — (jargon)   Hardware or software, or an aggregate of both, which is designated by the project configuration manager (or contracting agency) for configuration management.
  • continental margin — the offshore zone, consisting of the continental shelf, slope, and rise, that separates the dry-land portion of a continent from the deep ocean floor.
  • counterprogramming — the practice of scheduling a program opposite another program, esp. a popular one, that appeals to a different kind of audience, as in placing a romantic film directed at women opposite a sports program mainly watched by men
  • creeping featurism — (jargon)   /kree'ping fee'chr-izm/ (Or "feature creep") A systematic tendency to load more chrome and features onto systems at the expense of whatever elegance they may have possessed when originally designed. "The main problem with BSD Unix has always been creeping featurism." More generally, creeping featurism is the tendency for anything to become more complicated because people keep saying "Gee, it would be even better if it had this feature too". The result is usually a patchwork because it grew one ad-hoc step at a time, rather than being planned. Planning is a lot of work, but it's easy to add just one extra little feature to help someone, and then another, and another, .... When creeping featurism gets out of hand, it's like a cancer. Usually this term is used to describe computer programs, but it could also be said of the federal government, the IRS 1040 form, and new cars. A similar phenomenon sometimes afflicts conscious redesigns; see second-system effect. See also creeping elegance.
  • cumulative scoring — a method of scoring in which the score of a partnership is taken as the sum of their scores on all hands played.
  • determinate growth — growth of a plant stem that is terminated early by the formation of a bud
  • digital multimeter — (electronics)   (DMM) A peice of test equipment used for measuring voltage, current, resistance, and possibly other electircal quantities and displaying the value in number form.
  • division algorithm — the theorem that an integer can be written as the sum of the product of two integers, one a given positive integer, added to a positive integer smaller than the given positive integer. Compare Euclidean algorithm.
  • dramatic monologue — a poetic form in which a single character, addressing a silent auditor at a critical moment, reveals himself or herself and the dramatic situation.
  • electrocardiograms — Plural form of electrocardiogram.
  • electrocorticogram — a record of brain waves obtained by placing electrodes directly on the surface of the exposed cerebral cortex
  • electroretinograms — Plural form of electroretinogram.
  • environment agency — an official agency providing information on environmental issues, esp rivers, flooding and pollution
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • feeping creaturism — /fee'ping kree"ch*r-izm/ A deliberate spoonerism for creeping featurism, meant to imply that the system or program in question has become a misshapen creature of hacks. This term isn"t really well defined, but it sounds so neat that most hackers have said or heard it. It is probably reinforced by an image of terminals prowling about in the dark making their customary noises.
  • foundation garment — an undergarment, as a girdle or corset, worn by women to support or give shape to the contours of the body.
  • fragmentation bomb — a bomb designed to break into many small, high-velocity fragments when detonated.
  • fulminating powder — powder that explodes by percussion.
  • fuming nitric acid — a colorless, yellowish, or brownish fuming corrosive liquid, usually prepared from nitric acid by the addition of excess nitrogen dioxide: used in organic synthesis for nitration, and as an oxidizer in liquid propellants for rockets.
  • functional program — (language)   A program employing the functional programming approach or written in a functional language.
  • gamma distribution — a continuous two-parameter distribution from which the chi-square and exponential distributions are derived, written Gamma (α. β), where α and β are greater than zero, and defined in terms of the gamma function

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