0%

18-letter words containing o, r, g, a, s, m

  • age discrimination — discrimination against older people, especially by employers
  • anthropomorphising — Present participle of anthropomorphise.
  • 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
  • arrest of judgment — a stay of proceedings after a verdict, on the grounds of error or possible error
  • 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.
  • awnless bromegrass — Hungarian bromegrass.
  • ballistocardiogram — a tracing made by a ballistocardiograph
  • basal conglomerate — a conglomerate deposited on an erosion surface and constituting the bottom layer of a stratigraphic series.
  • 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.
  • compressor program — a computer program that compresses data
  • 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.
  • demorgan's theorem — (logic)   A logical theorem which states that the complement of a conjunction is the disjunction of the complements or vice versa. In symbols: not (x and y) = (not x) or (not y) not (x or y) = (not x) and (not y) E.g. if it is not the case that I am tall and thin then I am either short or fat (or both). The theorem can be extended to combinations of more than two terms in the obvious way. The same laws also apply to sets, replacing logical complement with set complement, conjunction ("and") with set intersection, and disjunction ("or") with set union. A (C) programmer might use this to re-write if (!foo && !bar) ... as if (!(foo || bar)) ... thus saving one operator application (though an optimising compiler should do the same, leaving the programmer free to use whichever form seemed clearest).
  • 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.
  • electrocardiograms — Plural form of electrocardiogram.
  • electroretinograms — Plural form of electroretinogram.
  • 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).
  • exercise programme — a programme detailing a range of physical exercises and the amount of time each exercise should be performed, used especially in gymnasiums, where they are typically tailored to individuals' needs
  • fragile x syndrome — a widespread form of mental retardation caused by a faulty gene on the X chromosome.
  • fragile-x syndrome — an inherited condition characterized by learning disability: affected individuals have an X-chromosome that is easily damaged under certain conditions
  • gamblers anonymous — an organization that holds group meetings to help people who are addicted to gambling
  • 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
  • gas chromatography — a chromatograph used for the separation of volatile substances.
  • gastroduodenostomy — See under gastroenterostomy.
  • genetic algorithms — genetic algorithm
  • gensym corporation — (company)   A company that supplies software and services for intelligent operations management. Common applications include quality management, process optimisation, dynamic scheduling, network management, energy and environmental management, and process modelling and simulation. Their products include G2.
  • geometrical optics — the branch of optics dealing with light as rays, especially in the study of the effects of lenses and mirrors on light beams and of their combination in optical instruments.
  • give someone a row — to scold someone; tell someone off
  • go with the stream — to conform to the accepted standards
  • going to jerusalem — musical chairs.
  • good samaritan law — a law that exempts from legal liability persons, sometimes only physicians, who give reasonable aid to strangers in grave physical distress.
  • grampian mountains — a mountain system of central Scotland, extending from the southwest to the northeast and separating the Highlands from the Lowlands. Highest peak: Ben Nevis, 1344 m (4408 ft)
  • gravitational mass — the mass of a body as measured by its gravitational attraction for other bodies.
  • gray manganese ore — manganite.
  • grease the palm of — to influence by giving money to; bribe
  • greenhouse warming — the increase in the mean temperature of the earth attributed to the greenhouse effect
  • histomorphological — histology.
  • human rights group — a group that campaigns for human rights
  • hungry programmers — (body)   A group of programmers producing free software.
  • james-lange theory — a theory that emotions are caused by bodily sensations; for example, we are sad because we weep
  • king james version — Authorized Version.
  • lagrange's theorem — the theorem that the order of each subgroup of a finite group is a factor of the order of the group.
  • logarithmic spiral — log r = aθ
  • logarithmus dualis — (mathematics)   (ld) Latin for logarithm base two. More commonly written as "log" with a subscript "2". Roughly the number of bits required to represent an integer.
  • low-start mortgage — a mortgage in which interest only is repaid for a fixed period at the outset, to make it more affordable
  • magic switch story — Some years ago, I was snooping around in the cabinets that housed the MIT AI Lab's PDP-10, and noticed a little switch glued to the frame of one cabinet. It was obviously a homebrew job, added by one of the lab's hardware hackers (no-one knows who). You don't touch an unknown switch on a computer without knowing what it does, because you might crash the computer. The switch was labelled in a most unhelpful way. It had two positions, and scrawled in pencil on the metal switch body were the words "magic" and "more magic". The switch was in the "more magic" position. I called another hacker over to look at it. He had never seen the switch before either. Closer examination revealed that the switch had only one wire running to it! The other end of the wire did disappear into the maze of wires inside the computer, but it's a basic fact of electricity that a switch can't do anything unless there are two wires connected to it. This switch had a wire connected on one side and no wire on its other side. It was clear that this switch was someone's idea of a silly joke. Convinced by our reasoning that the switch was inoperative, we flipped it. The computer instantly crashed. Imagine our utter astonishment. We wrote it off as coincidence, but nevertheless restored the switch to the "more magic" position before reviving the computer. A year later, I told this story to yet another hacker, David Moon as I recall. He clearly doubted my sanity, or suspected me of a supernatural belief in the power of this switch, or perhaps thought I was fooling him with a bogus saga. To prove it to him, I showed him the very switch, still glued to the cabinet frame with only one wire connected to it, still in the "more magic" position. We scrutinized the switch and its lone connection, and found that the other end of the wire, though connected to the computer wiring, was connected to a ground pin. That clearly made the switch doubly useless: not only was it electrically nonoperative, but it was connected to a place that couldn't affect anything anyway. So we flipped the switch. The computer promptly crashed. This time we ran for Richard Greenblatt, a long-time MIT hacker, who was close at hand. He had never noticed the switch before, either. He inspected it, concluded it was useless, got some diagonal cutters and diked it out. We then revived the computer and it has run fine ever since. We still don't know how the switch crashed the machine. There is a theory that some circuit near the ground pin was marginal, and flipping the switch changed the electrical capacitance enough to upset the circuit as millionth-of-a-second pulses went through it. But we'll never know for sure; all we can really say is that the switch was magic. I still have that switch in my basement. Maybe I'm silly, but I usually keep it set on "more magic".
  • magistrate's court — a court having limited jurisdiction over minor civil and criminal matters, as matters of contract not exceeding a particular amount of money.
  • magistrates' court — law: handles minor crimes

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