0%

18-letter words containing t, o, u, r

  • electroluminescent — Having the quality of electroluminescence.
  • electrostatic unit — any unit that belongs to a system of electrical cgs units in which the electric constant is given the value of unity and is taken as a pure number
  • electrotherapeutic — Relating to electrotherapeutics.
  • emergent evolution — the doctrine that, in the course of evolution, some entirely new properties, such as life and consciousness, appear at certain critical points, usually because of an unpredictable rearrangement of the already existing entities
  • energy consumption — amount of energy used
  • engelbart, douglas — Douglas Engelbart
  • equinoctial circle — celestial equator
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • european community — an economic and political association of European States that came into being in 1967, when the legislative and executive bodies of the European Economic Community merged with those of the European Coal and Steel Community and the European Atomic Energy Community: subsumed into the European Union in 1993
  • evolution strategy — (ES) A kind of evolutionary algorithm where individuals (potential solutions) are encoded by a set of real-valued "object variables" (the individual's "genome"). For each object variable an individual also has a "strategy variable" which determines the degree of mutation to be applied to the corresponding object variable. The strategy variables also mutate, allowing the rate of mutation of the object variables to vary. An ES is characterised by the population size, the number of offspring produced in each generation and whether the new population is selected from parents and offspring or only from the offspring. ES were invented in 1963 by Ingo Rechenberg, Hans-Paul Schwefel at the Technical University of Berlin (TUB) while searching for the optimal shapes of bodies in a flow.
  • executive director — a member of the board of directors of a company who is also an employee (usually full-time) of that company and who often has a specified area of responsibility, such as finance or production
  • executive producer — a producer of a film or television programme who is involved with business or technical issues rather than the technical aspects of film or television production
  • extemporaneousness — The degree or property of being extemporaneous.
  • fall to the ground — (of a plan, theory, etc) to be rendered invalid, esp because of lack of necessary information
  • fast-food industry — the industry surrounding fast-food restaurants
  • fettuccine alfredo — fettuccine in cream sauce with grated Parmesan cheese.
  • fibrocartilaginous — a type of cartilage having a large number of fibers.
  • first class module — (programming)   A module that is a first class data object of the programming language, e.g. a record containing functions. In a functional language, it is standard to have first class programs, so program building blocks can have the same status.
  • first duke of york — a member of the royal house of England that ruled from 1461 to 1485.
  • first-in first-out — (algorithm)   (FIFO, or "queue") A data structure or hardware buffer from which items are taken out in the same order they were put in. Also known as a "shelf" from the analogy with pushing items onto one end of a shelf so that they fall off the other. A FIFO is useful for buffering a stream of data between a sender and receiver which are not synchronised - i.e. not sending and receiving at exactly the same rate. Obviously if the rates differ by too much in one direction for too long then the FIFO will become either full (blocking the sender) or empty (blocking the receiver). A Unix pipe is a common example of a FIFO. A FIFO might be (but isn't ever?) called a LILO - last-in last-out. The opposite of a FIFO is a LIFO (last-in first-out) or "stack".
  • fitness instructor — physical trainer, exercise teacher
  • floating underflow — underflow
  • fluorescent screen — a transparent screen coated on one side with a phosphor that fluoresces when exposed to X-rays or cathode rays
  • football supporter — a person who supports a particular football team
  • for the rest of us — (abuse)   (From the Macintosh slogan "The computer for the rest of us") 1. Used to describe a spiffy product whose affordability shames other comparable products, or (more often) used sarcastically to describe spiffy but very overpriced products. 2. Describes a program with a limited interface, deliberately limited capabilities, non-orthogonality, inability to compose primitives, or any other limitation designed to not "confuse" a naïve user. This places an upper bound on how far that user can go before the program begins to get in the way of the task instead of helping accomplish it. Used in reference to Macintosh software which doesn't provide obvious capabilities because it is thought that the poor luser might not be able to handle them. Becomes "the rest of *them*" when used in third-party reference; thus, "Yes, it is an attractive program, but it's designed for The Rest Of Them" means a program that superficially looks neat but has no depth beyond the surface flash. See also point-and-drool interface, user-friendly.
  • forethoughtfulness — The condition of being forethoughtful.
  • forget-me-not blue — a shade of blue similar to the shade of the flowers of a forget-me-not
  • foundation garment — an undergarment, as a girdle or corset, worn by women to support or give shape to the contours of the body.
  • fourth commandment — “Remember the sabbath day, to keep it holy”: fourth of the Ten Commandments.
  • fourth normal form — database normalisation
  • fracture toughness — The fracture toughness of a material is how likely it is to resist fracture.
  • free-range poultry — poultry kept in natural nonintensive conditions
  • frequency function — probability density function (def 2).
  • from hand to mouth — the terminal, prehensile part of the upper limb in humans and other primates, consisting of the wrist, metacarpal area, fingers, and thumb.
  • from the ground up — the solid surface of the earth; firm or dry land: to fall to the ground.
  • from the housetops — publicly and widely
  • front of the house — façade of residential building, house front
  • fuller rose beetle — a beetle, Pantomorus godmani, that feeds on the leaves of roses as well as on those of citrus and other fruit trees.
  • fulminating powder — powder that explodes by percussion.
  • functional program — (language)   A program employing the functional programming approach or written in a functional language.
  • funding operations — the conversion of government floating stock or short-term debt into holdings of long-term bonds
  • gamma distribution — a continuous two-parameter distribution from which the chi-square and exponential distributions are derived, written Gamma (α. β), where α and β are greater than zero, and defined in terms of the gamma function
  • gastroduodenostomy — See under gastroenterostomy.
  • geodetic surveying — the surveying of the earth's surface, making allowance for its curvature and giving an accurate framework for smaller-scale surveys
  • get off the ground — project: start well
  • get one's irish up — of, relating to, or characteristic of Ireland, its inhabitants, or their language.
  • glomerulonephritis — a kidney disease affecting the capillaries of the glomeruli, characterized by albuminuria, edema, and hypertension.
  • gnu superoptimiser — (GSO) A function sequence generator that uses an exhaustive generate-and-test approach to find the shortest instruction sequence for a given function. Written by Torbjorn Granlund <[email protected]> and Tom Wood. You have to tell the superoptimiser which function and which CPU you want to get code for. This is useful for compiler writers. FTP superopt-2.2.tar.Z from a GNU archive site. Generates code for DEC Alpha, SPARC, Intel 80386, 88000, RS/6000, 68000, 29000 and Pyramid (SP, AP and XP).
  • go for the jugular — Anatomy. of or relating to the throat or neck. noting or pertaining to any of certain large veins of the neck, especially one (external jugular vein) collecting blood from the superficial parts of the head or one (internal jugular vein) collecting blood from within the skull.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?