0%

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

  • 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
  • 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.
  • gastrointestinal tract — organs of digestion
  • generalized coordinate — Usually, generalized coordinates. one of a minimum set of coordinates needed to specify the state or position of a given system.
  • give someone the flick — to dismiss someone from consideration
  • give something a whirl — to attempt or give a trial to something
  • 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.
  • gold-exchange standard — a monetary system in one country in which currency is maintained at a par with that of another country that is on the gold standard.
  • golden-crowned kinglet — a yellowish-green kinglet, Regulus satrapa, of North America, having a yellow or orange patch on the top of the head.
  • government osi profile — (networking, standard)   (GOSIP) A subset of OSI standards specific to US Government procurements, designed to maximize interoperability in areas where plain OSI standards are ambiguous or allow excessive options.
  • graeco-roman wrestling — a style of wrestling in which the legs may not be used to obtain a fall and no hold may be applied below the waist
  • gran turismo omologato — (of an automobile) certified as conforming to the specifications, as fuel capacity and engine displacement, for a class of standard automobiles (Gran Turismo) qualified to engage in various types of competitions. Abbreviation: GTO.
  • gravitational collapse — the final stage of stellar evolution in which a star collapses to a final state, as a white dwarf, neutron star, or black hole, when the star's nuclear reactions no longer generate enough pressure to balance the attractive force of gravity.
  • gravitational constant — constant of gravitation. See under law of gravitation.
  • gravitational redshift — (in general relativity) the shift toward longer wavelengths of electromagnetic radiation emitted by a source in a gravitational field, especially at the surface of a massive star.
  • great glen of scotland — Glen More
  • green around the gills — the respiratory organ of aquatic animals, as fish, that breathe oxygen dissolved in water.
  • greystone technologies — (company)   The producers of the GT/M MUMPS compiler and GT/SQL pre-processor for VAX and DEC Alpha.
  • gridiron-tailed lizard — zebra-tailed lizard.
  • gross national product — the total monetary value of all final goods and services produced in a country during one year. Abbreviation: GNP.
  • gulf of saint lawrence — a deep arm of the Atlantic off the E coast of Canada between Newfoundland and the mainland coasts of Quebec, New Brunswick, and Nova Scotia
  • handle with kid gloves — grant special treatment to
  • hang out one's shingle — a thin piece of wood, slate, metal, asbestos, or the like, usually oblong, laid in overlapping rows to cover the roofs and walls of buildings.
  • have a leg to stand on — If you say that someone does not have a leg to stand on, or hasn't got a leg to stand on, you mean that a statement or claim they have made cannot be justified or proved.
  • historical linguistics — the study of changes in a language or group of languages over a period of time.
  • hold the purse stringshold the purse strings, to have the power to determine how money shall be spent.
  • holy day of obligation — a day on which Roman Catholics are duty-bound to attend Mass and abstain from certain kinds of work.
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • hydrogen embrittlement — the weakening of metal by the sorption of hydrogen during a pickling process, such as that used in plating
  • in on the ground floor — in at the beginning (of a business, etc.) and thus in an especially advantageous position
  • in the lap of the gods — If you say that a situation is in the lap of the gods, you mean that its success or failure depends entirely on luck or on things that are outside your control.
  • industrial archaeology — the study of past industrial machines, works, etc
  • information technology — the development, implementation, and maintenance of computer hardware and software systems to organize and communicate information electronically. Abbreviation: IT.
  • initial program loader — (operating system)   (IPL) A bootstrap loader which loads the part of an operating system needed to load the remainder of the operating system.
  • instruction scheduling — The compiler phase that orders instructions on a pipelined, superscalar, or VLIW architecture so as to maximise the number of function units operating in parallel and to minimise the time they spend waiting for each other. Examples are filling a delay slot; interspersing floating-point instructions with integer instructions to keep both units operating; making adjacent instructions independent, e.g. one which writes a register and another which reads from it; separating memory writes to avoid filling the write buffer. Norman P. Jouppi and David W. Wall, "Available Instruction-Level Parallelism for Superscalar and Superpipelined Processors", Proceedings of the Third International Conference on Architectural Support for Programming Languages and Operating Systems, pp. 272--282, 1989.
  • international telegram — a telemessage sent from the UK to a foreign country
  • judge advocate general — the chief legal officer of an army, navy, or air force.
  • kensington and chelsea — a borough of Greater London, England.
  • knowledge-based system — (artificial intelligence)   (KBS) A program for extending and/or querying a knowledge base. The related term expert system is normally used to refer to a highly domain-specific type of KBS used for a specialised purpose such as medical diagnosis. The Cyc project is an example of a large KBS.
  • label switching router — (networking)   (LSR) A device that typically resides somewhere in the middle of a network and is capable of forwarding datagrams by label switching. In many cases, especially early versions of MPLS networks, a LSR will typically be a modified ATM switch that forwards datagrams based upon a label in the VPI/VCI field.
  • lady's not for burning — a verse play (1948) by Christopher Fry.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?