0%

17-letter words containing o, t, l, i, c

  • employee discount — When the employees of a store or other retail business are entitled to an employee discount, they do not have to pay the full price for goods they buy in the store.
  • employment office — any of a number of government offices established to collect and supply to the unemployed information about job vacancies and to employers information about availability of prospective workers
  • encephalomyelitic — Relating to encephalomyelitis.
  • encephalomyelitis — Inflammation of the brain and spinal cord, typically due to acute viral infection.
  • epistemologically — In a manner that pertains to epistemology.
  • equinoctial point — either of the two points at which the celestial equator intersects the ecliptic
  • ethnomusicologist — A researcher in the field of ethnomusicology.
  • exception handler — Special code which is called when an exception occurs during the execution of a program. If the programmer does not provide a handler for a given exception, a built-in system exception handler will usually be called resulting in abortion of the program run and some kind of error indication being returned to the user. Examples of exception handler mechanisms are Unix's signal calls and Lisp's catch and throw.
  • exceptional child — a gifted child
  • exclamation point — exclamation mark
  • executive council — (in Australia and New Zealand) a body consisting of ministers of the Crown presided over by the Governor or Governor-General that formally approves Cabinet decisions, etc
  • exfoliating cream — a granular cosmetic preparation that removes dead cells from the skin's surface
  • explicit function — a function whose values may be computed directly, as y = x2 + 1
  • facsimile catalog — a catalog that includes small reproductions of the items listed, as paintings, slides, designs, or the like.
  • fermentation lock — a valve placed on the top of bottles of fermenting wine to allow bubbles to escape
  • ferroelectric ram — Ferroelectric Random Access Memory
  • field post office — a place to which mail intended for military units in the field is sent to be sorted and forwarded
  • fingertip control — control exercised through your fingertips, e.g. by touching a touchscreen
  • first call on sth — If you have first call on something, you will be asked before anyone else whether you want to buy or use it.
  • first-loss policy — an insurance policy for goods in which a total loss is extremely unlikely and the insurer agrees to provide cover for a sum less than the total value of the property
  • first-order logic — (language, logic)   The language describing the truth of mathematical formulas. Formulas describe properties of terms and have a truth value. The following are atomic formulas: True False p(t1,..tn) where t1,..,tn are terms and p is a predicate. If F1, F2 and F3 are formulas and v is a variable then the following are compound formulas: The "order" of a logic specifies what entities "For all" and "Exists" may quantify over. First-order logic can only quantify over sets of atomic propositions. (E.g. For all p . p => p). Second-order logic can quantify over functions on propositions, and higher-order logic can quantify over any type of entity. The sets over which quantifiers operate are usually implicit but can be deduced from well-formedness constraints. In first-order logic quantifiers always range over ALL the elements of the domain of discourse. By contrast, second-order logic allows one to quantify over subsets.
  • flagrante delicto — Law. in the very act of committing the offense.
  • flight of capital — When people lose confidence in a particular economy or market and withdraw their investment from it, you can refer to a flight of capital from that economy or market.
  • floating currency — a currency that is free to fluctuate against other currencies in accordance with market forces
  • floating dry dock — a dock that floats and can be lowered in the water for the entrance of a ship, and then raised for use as a dry dock
  • florentine stitch — a straight stitch worked in a high and low relief pattern to form a variety of zigzag or oblique designs.
  • flowering currant — an ornamental shrub, Ribes sanguineum, growing to 2 to 3 metres (6 to 9ft) in height, with red, crimson, yellow, or white flowers: family Saxifragaceae
  • flowering tobacco — any plant belonging to the genus Nicotiana, of the nightshade family, as N. alata and N. sylvestris, having clusters of fragrant flowers that usually bloom at night, grown as an ornamental.
  • fluid lubrication — lubrication in which bearing surfaces are separated by an oil film sustained by the motion of the parts
  • fluorescent light — a fluorescent lamp in domestic or commercial use; a fluorescent strip
  • fluorescent strip — a fluorescent light in the form of a long strip
  • fractal dimension — (mathematics)   A common type of fractal dimension is the Hausdorff-Besicovich Dimension, but there are several different ways of computing fractal dimension. Fractal dimension can be calculated by taking the limit of the quotient of the log change in object size and the log change in measurement scale, as the measurement scale approaches zero. The differences come in what is exactly meant by "object size" and what is meant by "measurement scale" and how to get an average number out of many different parts of a geometrical object. Fractal dimensions quantify the static *geometry* of an object. For example, consider a straight line. Now blow up the line by a factor of two. The line is now twice as long as before. Log 2 / Log 2 = 1, corresponding to dimension 1. Consider a square. Now blow up the square by a factor of two. The square is now 4 times as large as before (i.e. 4 original squares can be placed on the original square). Log 4 / log 2 = 2, corresponding to dimension 2 for the square. Consider a snowflake curve formed by repeatedly replacing ___ with _/\_, where each of the 4 new lines is 1/3 the length of the old line. Blowing up the snowflake curve by a factor of 3 results in a snowflake curve 4 times as large (one of the old snowflake curves can be placed on each of the 4 segments _/\_). Log 4 / log 3 = 1.261... Since the dimension 1.261 is larger than the dimension 1 of the lines making up the curve, the snowflake curve is a fractal. [sci.fractals FAQ].
  • fractionalization — Separation into parts by fractionalizing.
  • fraternal society — a club or other association, usually of men, having a limited membership and devoted to professional, religious, charitable, or social activities.
  • french revolution — the revolution that began in 1789, overthrew the absolute monarchy of the Bourbons and the system of aristocratic privileges, and ended with Napoleon's overthrow of the Directory and seizure of power in 1799.
  • fulgencio batista — Fulgencio [fool-hen-syaw] /fulˈhɛn syɔ/ (Show IPA), (Fulgencio Batista y Zaldívar) 1901–73, Cuban military leader: dictator of Cuba 1934–40; president 1940–44, 1952–59.
  • function complete — (programming)   State of a software component or system such that each function described by the software's functional specification can be reached by at least one functional path, and attempts to operate as specified.
  • function inlining — (programming)   Defining a member function's implementation within the class where it was also declared. This is usually reserved for small functions since the inline function must be re-compiled for every instance of the class.
  • functional change — a change in the grammatical function of a word, as in the use of the noun input as a verb or the noun fun as an adjective.
  • functional isomer — any of several structural isomers that have the same molecular formula but with the atoms connected in different ways and therefore falling into different functional groups.
  • genealogical tree — family tree.
  • 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.
  • gestatorial chair — a ceremonial chair on which the pope is carried
  • gigaelectron volt — one billion electron-volts. Abbreviation: GeV, Gev.
  • glastonbury chair — a folding chair having legs crossed front-to-back and having arms connected to the back and to the front seat rail.
  • globus hystericus — the sensation of having a lump in the throat or difficulty in swallowing for which no medical cause can be found.
  • go like hot cakes — to be sold very quickly or in large quantities
  • good-time charlie — an affable, sociable, pleasure-loving man.
  • guilty conscience — Your conscience is the part of your mind that tells you whether what you are doing is right or wrong. If you have a guilty conscience, you feel guilty about something because you know it was wrong. If you have a clear conscience, you do not feel guilty because you know you have done nothing wrong.
  • gunboat diplomacy — diplomatic relations involving the use or threat of military force, especially by a powerful nation against a weaker one.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?