0%

22-letter words containing o, n, t, l, g, i

  • absolute configuration — the spatial arrangement of atoms or groups in a chemical compound about an asymmetric atom
  • agro-industrialization — to industrialize the agriculture of: to agro-industrialize a developing nation.
  • alternative technology — a form of technology that challenges conventional technology, often being promoted as more in harmony with nature
  • anatolian shepherd dog — a large powerfully-built dog of a breed with a large head and a short dense cream or fawn coat, originally used for guarding sheep
  • animal rights movement — a group of people who campaign for the rights of animals to be protected from exploitation and abuse by humans
  • ankylosing spondylitis — inflammation of the spine causing two or more vertebrae to become fused
  • annotated bibliography — list of reference works
  • antireflection coating — a thin film consisting of one or more layers of transparent material applied to lenses to reduce reflection.
  • ars longa, vita brevis — art (is) long, life (is) short
  • as broad as it is long — amounting to the same thing; without advantage either way
  • 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
  • baldassare castiglione — Baldassare [bahl-dahs-sah-re] /ˌbɑl dɑsˈsɑ rɛ/ (Show IPA), 1478–1529, Italian diplomat and author.
  • 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.
  • bidirectional printing — (hardware)   A feature of a printer whose printer head can print both when moving left to right and when moving right to left. Also known as "boustrophedonic".
  • big bend national park — a national park in W Texas, on the Rio Grande. 1080 sq. mi. (2800 sq. km).
  • book of original entry — a book in which transactions are recorded before being transferred into a ledger.
  • 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).
  • central locking device — a small device that controls the central locking on a motor vehicle
  • classical conditioning — the alteration in responding that occurs when two stimuli are regularly paired in close succession: the response originally given to the second stimulus comes to be given to the first
  • coiled tubing drilling — Coiled tubing drilling is drilling using a narrow (1.75 to 3.5in) seamless tube of high-grade steel, wound onto a reel.
  • 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 snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • 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
  • congressional district — (in the US) an electoral division of a state, entitled to send one member to the US House of Representatives
  • contextual advertising — a form of targeted advertising used on websites or other media, such as content displayed in mobile browsers
  • cotton-wool generation — the children and teenagers of the early 21st century, viewed as having been overprotected while growing up
  • criminal investigation — an investigation by the police into a crime
  • de broglie wave length — the postulate of wave mechanics that a particle of mass m moving at a velocity v will have the properties of a wave of wavelength h / mv (de Broglie wavelength) where h is Planck's constant.
  • debt collection agency — a company that collects debts on behalf of creditors
  • delaunay triangulation — (mathematics, graphics)   (After B. Delaunay) For a set S of points in the Euclidean plane, the unique triangulation DT(S) of S such that no point in S is inside the circumcircle of any triangle in DT(S). DT(S) is the dual of the voronoi diagram of S.
  • denominational college — a college associated with a particular religious denomination
  • descriptive cataloging — the aspect of cataloging concerned with the bibliographic and physical description of a book, recording, or other work, accounting for such items as author or performer, title, edition, and imprint as opposed to subject content.
  • diachronic linguistics — historical linguistics.
  • 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.
  • dilation and curettage — a surgical method for the removal of diseased tissue or an early embryo from the lining of the uterus by means of scraping.
  • direct public offering — A direct public offering is stock offered directly for sale to investors by a company without the use of underwriters or brokers.
  • educational psychology — a branch of psychology concerned with developing effective educational techniques and dealing with psychological problems in schools.
  • educational technology — the use of technology, such as computers, within education, to aid the learning process
  • 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
  • emotional intelligence — empathy and social skills
  • engineering consultant — a consultant specializing in engineering
  • 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.
  • extension language kit — (language)   (Elk) A Scheme interpreter by Oliver Laumann <[email protected]> and Carsten Bormann <[email protected]> of the Technical University of Berlin. Elk was designed to be used as a general extension language. New types and primitive procedures can easily be added. It has first-class environments, dynamic-wind, fluid-let, macros, autoloading and a dump. It provides interfaces to Xlib, Xt and various widget sets; dynamic loading of extensions and object files; almost all artificial limitations removed; generational/incremental garbage collector; Unix system call extensions; Records (structures) and bit strings. Version: 2.2 is mostly R3RS compatible and runs on Unix, Ultrix, VAX, Sun-3, Sun-4, 68000, i386, MIPS, IBM PC RT, RS/6000, HP700, SGI, Sony, MS-DOS (gcc+DJGPP or go32).
  • fall prey to something — To fall prey to something bad means to be taken over or affected by it.
  • fitzgerald contraction — the hypothesis that a moving body exhibits a contraction in the direction of motion when its velocity is close to the speed of light.
  • floating exchange rate — a system in which the value of a currency fluctuates against other currencies in accordance with market forces
  • flushed with something — very excited because of some success or triumph

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