0%

17-letter words containing g, e, o, m, t, r

  • gastrojejunostomy — See under gastroenterostomy.
  • general sarmiento — a city in E Argentina, a suburb of Buenos Aires.
  • genetic algorithm — (GA) An evolutionary algorithm which generates each individual from some encoded form known as a "chromosome" or "genome". Chromosomes are combined or mutated to breed new individuals. "Crossover", the kind of recombination of chromosomes found in sexual reproduction in nature, is often also used in GAs. Here, an offspring's chromosome is created by joining segments choosen alternately from each of two parents' chromosomes which are of fixed length. GAs are useful for multidimensional optimisation problems in which the chromosome can encode the values for the different variables being optimised.
  • geomagnetic storm — magnetic storm.
  • geothermal energy — Geothermal energy is energy from temperature differences inside the earth's crust.
  • glove compartment — a compartment in the dashboard of an automobile for storing small items.
  • go on the rampage — If people go on the rampage, they rush about in a wild or violent way, causing damage or destruction.
  • go the extra mile — make an exceptional effort
  • good-time charlie — an affable, sociable, pleasure-loving man.
  • government action — intervention by a government, esp to influence financial markets
  • government broker — the government-appointed stockbroker whose job is to sell government securities on the stock exchange, as instructed by the Bank of England
  • grandmother clock — a pendulum clock similar to a grandfather's clock but shorter.
  • great-grandmother — a grandmother of one's father or mother.
  • grist to the mill — If you say that something is grist to the mill, you mean that it is useful for a particular purpose or helps support someone's point of view.
  • gustavo a. madero — official name of Guadalupe Hidalgo.
  • haemoglobinometer — an instrument used to determine the haemoglobin content of blood
  • hermaphrodite rig — jackass rig.
  • hyperpigmentation — coloration, especially of the skin.
  • ideogrammatically — In terms of, or by means of, ideograms.
  • image recognition — (graphics, artificial intelligence)   The identification of objects in an image. This process would probably start with image processing techniques such as noise removal, followed by (low-level) feature extraction to locate lines, regions and possibly areas with certain textures. The clever bit is to interpret collections of these shapes as single objects, e.g. cars on a road, boxes on a conveyor belt or cancerous cells on a microscope slide. One reason this is an AI problem is that an object can appear very different when viewed from different angles or under different lighting. Another problem is deciding what features belong to what object and which are background or shadows etc. The human visual system performs these tasks mostly unconsciously but a computer requires skillful programming and lots of processing power to approach human performance.
  • immigrant workers — people who work in a country they arrived to in order to settle there
  • improper integral — Also called infinite integral. a definite integral in which one or both of the limits of integration is infinite.
  • improvement grant — a sum of money provided by a government, local authority, or public fund to finance the amelioration of a building, area of land, etc
  • intergovernmental — involving two or more governments or levels of government.
  • intragovernmental — Within a government.
  • irrigation system — a system of supplying (land) with water by means of artificial canals, ditches, etc, esp to promote the growth of food crops
  • judgment of paris — the decision by Paris to award Aphrodite the golden apple of discord competed for by Aphrodite, Athena, and Hera.
  • lagrange's method — a procedure for finding maximum and minimum values of a function of several variables when the variables are restricted by additional conditions.
  • langmuir isotherm — A Langmuir isotherm is a classical relationship between the concentrations of a solid and a fluid, used to describe a state of no change in the sorption process.
  • let something rip — If you let something rip, you do it as quickly or as forcefully as possible. You can say 'let it rip' or 'let her rip' to someone when you want them to make a vehicle go as fast as it possibly can.
  • light mineral oil — a colorless, oily, almost tasteless, water-insoluble liquid, usually of either a standard light density (light mineral oil) or a standard heavy density (heavy mineral oil) consisting of mixtures of hydrocarbons obtained from petroleum by distillation: used chiefly as a lubricant, in the manufacture of cosmetics, and in medicine as a laxative.
  • madiba generation — the generation born around 1994, when Nelson Mandela became the first president of a multiracial South Africa
  • magnetic roasting — roasting of a nonmagnetic ore to render it magnetic so that it can be separated from gangue by means of a magnetic field.
  • magnetic rotation — Faraday effect.
  • magnetizing force — that part of the magnetic induction that is determined at any point in space by the current density and displacement current at that point independently of the magnetic or other physical properties of the surrounding medium. Symbol: H.
  • magnetoresistance — a change in the electrical resistance of a material upon exposure to a magnetic field.
  • man enough to/for — If you say that a man is man enough to do something, you mean that he has the necessary courage or ability to do it.
  • management course — a course provided by an educational establishment such as a university, which teaches skills concerning the management of a company, business, etc
  • managing director — manager who oversees a project
  • margaret hamilton — (person)   (born 1936-08-17) A computer scientist, systems engineer and business owner, credited with coining the term software engineering. Margaret Hamilton published over 130 papers, proceedings and reports about the 60 projects and six major programs in which she has been involved. In 1965 she became Director of Software Programming at MIT's Charles Stark Draper Laboratory and Director of the Software Engineering Division of the MIT Instrumentation Laboratory, which developed on-board flight software for the Apollo space program. At NASA, Hamilton pioneered the Apollo on-board guidance software that navigated to and landed on the Moon and formed the basis for software used in later missions. At the time, programming was a hands-on, engineering descipline; computer science and software engineering barely existed. Hamilton produced innovations in system design and software development, enterprise and process modelling, development paradigms, formal systems modelling languages, system-oriented objects for systems modelling and development, automated life-cycle environments, software reliability, software reuse, domain analysis, correctness by built-in language properties, open architecture techniques for robust systems, full life-cycle automation, quality assurance, seamless integration, error detection and recovery, man-machine interface systems, operating systems, end-to-end testing and life-cycle management. She developed concepts of asynchronous software, priority scheduling and Human-in-the-loop decision capability, which became the foundation for modern, ultra-reliable software design. The Apollo 11 moon landing would have aborted when spurious data threatened to overload the computer, but thanks to the innovative asynchronous, priority based scheduling, it eliminated the unnecessary processing and completed the landing successfully. In 1986, she founded Hamilton Technologies, Inc., developed around the Universal Systems Language and her systems and software design paradigm of Development Before the Fact (DBTF).
  • margaret of anjou — 1430–82, queen of Henry VI of England.
  • mass spectrograph — a mass spectroscope for recording a mass spectrum on a photographic plate.
  • megaelectron volt — million electron volts.
  • memetic algorithm — (algorithm)   A genetic algorithm or evolutionary algorithm which includes a non-genetic local search to improve genotypes. The term comes from the Richard Dawkin's term "meme". One big difference between memes and genes is that memes are processed and possibly improved by the people that hold them - something that cannot happen to genes. It is this advantage that the memetic algorithm has over simple genetic or evolutionary algorithms. These algorithms are useful in solving complex problems, such as the "Travelling Salesman Problem," which involves finding the shortest path through a large number of nodes, or in creating artificial life to test evolutionary theories. Memetic algorithms are one kind of metaheuristic. (07 July 1997)
  • memory management — (memory management, storage)   A collection of techniques for providing sufficient memory to one or more processes in a computer system, especially when the system does not have enough memory to satisfy all processes' requirements simultaneously. Techniques include swapping, paging and virtual memory. Memory management is usually performed mostly by a hardware memory management unit.
  • messier catalogue — a catalogue of 103 nonstellar objects, such as nebulae and galaxies, prepared in 1781–86. An object is referred to by its number in this catalogue, for example the Andromeda Galaxy is referred to as M31
  • methylidyne group — the trivalent group ≡CH.
  • micropaleontology — the branch of paleontology dealing with the study of microscopic fossils.
  • mileage indicator — a device on a vehicle such as a car, plane, etc which indicates the number of miles travelled
  • military governor — the military officer in command of a military government.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?