0%

22-letter words containing g, r, o, u

  • 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.
  • absolute configuration — the spatial arrangement of atoms or groups in a chemical compound about an asymmetric atom
  • acoustic spectrography — a technique for analyzing sound by separating it into its component frequencies.
  • against the run of sth — If something happens against the run of play or against the run of events, it is different from what is generally happening in a game or situation.
  • aggressive accountancy — the falsification of a company's accounts to give an unduly favourable impression of its financial position
  • agro-industrialization — to industrialize the agriculture of: to agro-industrialize a developing nation.
  • 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)
  • arab republic of egyptArab Republic of. a republic in NE Africa. 386,198 sq. mi. (1,000,252 sq. km). Capital: Cairo. Formerly (1958–71) United Arab Republic.
  • arseniuretted hydrogen — arsine (def 1).
  • 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
  • bankruptcy proceedings — the legal business of a bankruptcy case
  • bark up the wrong tree — to misdirect one's attention, efforts, etc; be mistaken
  • be brought to bed (of) — to give birth (to)
  • being from outer space — a monster; an imaginary creature
  • blue-winged kookaburra — a related smaller bird D. Leachii, of tropical Australia and New Guinea
  • borel-lebesgue theorem — Heine-Borel theorem.
  • bridge of san luis rey — a novel (1927) by Thornton Wilder.
  • bring down the curtain — If something brings down the curtain on an event or situation, it causes or marks the end of it.
  • buffered write-through — (memory management)   A variation of write-through where the cache uses a "write buffer" to hold data being written back to main memory. This frees the cache to service read requests while the write is taking place. There is usually only one stage of buffering so subsequent writes must wait until the first is complete. Most accesses are reads so buffered write-through is only useful for very slow main memory.
  • bug-for-bug compatible — Same as bug-compatible, with the additional implication that much tedious effort went into ensuring that each (known) bug was replicated.
  • 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).
  • cognitive architecture — (architecture)   A computer architecure involving non-deterministic, multiple inference processes, as found in neural networks. Cognitive architectures model the human brain and contrast with single processor computers. The term might also refer to software architectures, e.g. fuzzy logic.
  • 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.
  • common snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • comparative musicology — ethnomusicology.
  • 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
  • concurrent engineering — a method of designing and marketing new products in which development stages are run in parallel rather than in series, to reduce lead times and costs
  • contextual advertising — a form of targeted advertising used on websites or other media, such as content displayed in mobile browsers
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • course author language — (language)   (CAL) The CAI language for the IBM 360.
  • cut a long story short — to leave out details in a narration
  • 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.
  • diachronic linguistics — historical linguistics.
  • 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.
  • distributed generation — A distributed generation system involves a person or company generating some of their power requirements in different ways, such as locally, or using renewable energy, in order to avoid taking it all from the grid.
  • distributed processing — a system consisting of a network of microcomputers performing certain functions and linked with a main computer used for more complex tasks
  • drive-through delivery — childbirth after which the mother has a very brief hospital stay.
  • 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.
  • for a laugh/for laughs — If you do something for a laugh or for laughs, you do it as a joke or for fun.
  • fresh out of something — If you are fresh out of something, you have recently used the last of it and have none left.
  • 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.
  • 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
  • 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
  • give it up for someone — to applaud someone
  • glucose tolerance test — a diagnostic procedure in which a measured amount of glucose is ingested and blood samples are taken periodically as a means of detecting diabetes mellitus.
  • go through one's paces — to show one's abilities, skills, etc.

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