0%

22-letter words containing m, o, n, g

  • a programming language — (language)   (APL) A programming language designed originally by Ken Iverson at Harvard University in 1957-1960 as a notation for the concise expression of mathematical algorithms. It went unnamed (or just called Iverson's Language) and unimplemented for many years. Finally a subset, APL\360, was implemented in 1964. APL is an interactive array-oriented language and programming environment with many innovative features. It was originally written using a non-standard character set. It is dynamically typed with dynamic scope. APL introduced several functional forms but is not purely functional. Dyalog APL/W and Visual APL are recognized .NET languages. Dyalog APL/W, APLX and APL2000 all offer object-oriented extensions to the language. ISO 8485 is the 1989 standard defining the language. Commercial versions: APL SV, VS APL, Sharp APL, Sharp APL/PC, APL*PLUS, APL*PLUS/PC, APL*PLUS/PC II, MCM APL, Honeyapple, DEC APL, APL+Win, APL+Linux, APL+Unix and VisualAPL, Dyalog APL, IBM APL2, APLX, Sharp APL Open source version: NARS2000. See also Kamin's interpreters.
  • advertisement hoarding — a large flat structure on which advertisements can be posted, especially at the roadside
  • angle-closure glaucoma — Ophthalmology. abnormally high fluid pressure in the eye, most commonly caused either by blockage of the channel through which aqueous humor drains (open-angle glaucoma or chronic glaucoma) or by pressure of the iris against the lens, which traps the aqueous humor (angle-closure glaucoma or acute glaucoma)
  • animal rights movement — a group of people who campaign for the rights of animals to be protected from exploitation and abuse by humans
  • arithmetic progression — a sequence of numbers or quantities, each term of which differs from the succeeding term by a constant amount, such as 3,6,9,12
  • attachment of earnings — (in Britain) a court order requiring an employer to deduct amounts from an employee's wages to pay debts or honour financial obligations
  • automatic gain control — control of a radio receiver in which the gain varies inversely with the magnitude of the input, thus maintaining the output at an approximately constant level
  • ballistic galvanometer — a type of galvanometer for measuring surges of current. After deflection the instrument returns slowly to its original reading
  • baptismal regeneration — the doctrine that regeneration and sanctification are received in and through baptism.
  • basic operating system — (operating system)   (BOS) An early [when?] IBM operating system. According to folklore, BOS was the predecessor to TOS on the IBM 360 and it was IPL'd from a card reader. It may have been intended for very small 360's with no disks and limited tape drives. BOS died out really early [when?] as disks such as the 2311 and 2314 became common with the IBM 360, whereas disks had been a real luxury on the IBM 7090.
  • be in one's right mind — to be mentally well; be sane
  • being from outer space — a monster; an imaginary creature
  • biomedical engineering — bioengineering (def 1).
  • cargo cult programming — (programming, humour)   A style of (incompetent) programming dominated by ritual inclusion of code or program structures that serve no real purpose. A cargo cult programmer will usually explain the extra code as a way of working around some bug encountered in the past, but usually neither the bug nor the reason the code apparently avoided the bug was ever fully understood (compare shotgun debugging, voodoo programming). The term "cargo cult" is a reference to aboriginal religions that grew up in the South Pacific after World War II. The practices of these cults centre on building elaborate mockups of aeroplanes and military style landing strips in the hope of bringing the return of the god-like aeroplanes that brought such marvelous cargo during the war. Hackish usage probably derives from Richard Feynman's characterisation of certain practices as "cargo cult science" in his book "Surely You're Joking, Mr. Feynman" (W. W. Norton & Co, New York 1985, ISBN 0-393-01921-7).
  • catch sight of someone — If you catch sight of someone, you suddenly see them, often briefly.
  • centimeter-gram-second — designating or of a system of measurement in which the centimeter, gram, and second are the units of length, mass, and time, respectively
  • charity begins at home — If you say charity begins at home, you mean that people should deal with the needs of people close to them before they think about helping others.
  • colliding-beam machine — a particle accelerator in which positively and negatively charged particles circulate in opposite directions and collide head-on.
  • combinatorial topology — the branch of topology that deals with the properties of geometric figures by considering the figures as being composed of elementary geometric figures, as points or lines.
  • common situs picketing — the picketing of an entire construction project by a union having a dispute with only one subcontractor working at the site.
  • common snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • common-situs picketing — the picketing of an entire construction site by a union striking against a particular contractor or subcontractor working on only one section
  • compactness preserving — (theory)   In domain theory, a function f is compactness preserving if f c is compact whenever c is.
  • company sergeant major — the senior Warrant Officer II in a British or Commonwealth regiment or battalion, responsible under the company second in command for all aspects of duty and discipline of the NCOs and men in that subunit
  • comparative government — the study and comparison of different forms of government.
  • computational geometry — (mathematics)   The study of algorithms for combinatorial, topological, and metric problems concerning sets of points, typically in Euclidean space. Representative areas of research include geometric search, convexity, proximity, intersection, and linear programming.
  • computational learning — grammatical inference
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • cosmological principle — the theory that the universe is uniform, homogenous, and isotropic, and therefore appears the same from any position
  • criminal investigation — an investigation by the police into a crime
  • denominational college — a college associated with a particular religious denomination
  • digital control system — (systems)   (DCS) A digital computer used for real-time control of a dynamic system, usually in an industrial environment, possibly as part of a Supervisory Control and Data Acquisition (SCADA) system. A DCS samples feedback from the system under control and modifies the control signals in an attempt to achieve some desired behaviour. Analysis of such digital-analogue feedback systems can involve mathematical methods such as difference equations, Laplace transforms, z transfer functions, state space models and state transition matrices.
  • digital radio mondiale — (communications)   (DRM) A form of monaural digital broadcast using carrier frequencies below 30 MHz. DRM uses MPEG-4 AAC Main Profile and SBR at data rates of 16-25 kbps.
  • directory system agent — (DSA) The software that provides the X.500 Directory Service for a portion of the directory information base. Generally, each DSA is responsible for the directory information for a single organisation or organisational unit.
  • electromagnetic moment — a measure of the magnetic strength of a magnet or current-carrying coil, expressed as the torque produced when the magnet or coil is set with its axis perpendicular to unit magnetic flux density. It is measured in ampere metres squared
  • emergency road service — a form of motoring insurance that sends assistance to drivers when their vehicles break down on a journey; it is provided either by the national or regional automobile association or by a private insurance company
  • emotional intelligence — empathy and social skills
  • evolutionary algorithm — (EA) An algorithm which incorporates aspects of natural selection or survival of the fittest. An evolutionary algorithm maintains a population of structures (usually randomly generated initially), that evolves according to rules of selection, recombination, mutation and survival, referred to as genetic operators. A shared "environment" determines the fitness or performance of each individual in the population. The fittest individuals are more likely to be selected for reproduction (retention or duplication), while recombination and mutation modify those individuals, yielding potentially superior ones. EAs are one kind of evolutionary computation and differ from genetic algorithms. A GA generates each individual from some encoded form known as a "chromosome" and it is these which are combined or mutated to breed new individuals. EAs are useful for optimisation when other techniques such as gradient descent or direct, analytical discovery are not possible. Combinatoric and real-valued function optimisation in which the optimisation surface or fitness landscape is "rugged", possessing many locally optimal solutions, are well suited for evolutionary algorithms.
  • fall prey to something — To fall prey to something bad means to be taken over or affected by it.
  • flushed with something — very excited because of some success or triumph
  • free and common socage — Medieval History. land held by a tenant who rendered certain honorable and nonservile duties to his lord.
  • fresh out of something — If you are fresh out of something, you have recently used the last of it and have none left.
  • fringed with something — having a specified thing around the edge
  • front of house manager — A front of house manager is responsible for the reception and reservations at a hotel.
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • gallamine triethiodide — a neuromuscular blocking drug, C 30 H 60 I 3 N 3 O 3 , similar to curare, used as a skeletal muscle relaxant in conjunction with surgical anesthesia.
  • galvanomagnetic effect — any of several phenomena that occur when an electric current is passed through a conductor or semiconductor situated in a magnetic field, as the Hall effect.
  • genitourinary medicine — the branch of medical science concerned with the study and treatment of diseases of the genital and urinary organs, esp sexually transmitted diseases
  • geographic determinism — a doctrine that regards geographical conditions as the determining or molding agency of group life.
  • geometric distribution — the distribution of the number, x, of independent trials required to obtain a first success: where the probability in each is p, the probability that x = r is p(1-p)r–1, where r = 1, 2, 3, …, with mean 1/p

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