0%

19-letter words containing c, l, u, t, e

  • electroluminescence — Luminescence produced electrically, especially in a phosphor by the application of a voltage.
  • electron multiplier — a device for amplifying and measuring a flux of electrons. Each electron hits an anode surface and releases secondary electrons that are accelerated to a second surface; after several such stages a measurable pulse of current is obtained
  • electrostatic units — the system of CGS electric and magnetic units that assigns the value of one to the dielectric constant of a vacuum
  • electrotherapeutics — (medicine) the use of electricity in therapeutics.
  • entry qualification — the qualifications and conditions required to join an organization, club, etc
  • euclidean algorithm — Euclid's Algorithm
  • executive privilege — Executive privilege is the right that a member of the executive branch of government has to withhold information about matters that they consider to be confidential.
  • facultative apomict — a plant that can reproduce sexually or asexually.
  • fellow countrywoman — a fellow countrywoman is a female citizen of the same state as the person speaking, writing, or being referred to
  • fetch-execute cycle — (architecture, processor)   The sequence of actions that a central processing unit performs to execute each machine code instruction in a program. At the beginning of each cycle the CPU presents the value of the program counter on the address bus. The CPU then fetches the instruction from main memory (possibly via a cache and/or a pipeline) via the data bus into the instruction register. From the instruction register, the data forming the instruction is decoded and passed to the control unit which sends a sequence of control signals to the relevant function units of the CPU to perform the actions required by the instruction such as reading values from registers, passing them to the ALU to add them together and writing the result back to a register. The program counter is then incremented to address the next instruction and the cycle is repeated. The fetch-execute cycle was first proposed by John von Neumann.
  • flannelmouth sucker — a sucker, Catostomus latipinnis, of the Colorado River and its tributaries.
  • focal plane shutter — an opaque shield in a camera, lying in the focal plane of the lens, that, when tripped, admits light to expose the film or plate for a predetermined period, usually a fraction of a second
  • focal-plane shutter — a camera shutter situated directly in front of the film.
  • four colour theorem — four colour map theorem
  • fractional currency — coins or paper money of a smaller denomination than the basic monetary unit.
  • fraternal insurance — insurance underwritten by a fraternal society, under either a legal reserve plan or an assessment plan.
  • full-wave rectifier — a rectifier that transmits both halves of a cycle of alternating current as a direct current.
  • functional currency — Functional currency is the main currency used by a business.
  • functional database — (database, language)   A database which uses a functional language as its query language. Databases would seem to be an inappropriate application for functional languages since, a purely functional language would have to return a new copy of the entire database every time (part of) it was updated. To be practically scalable, the update mechanism must clearly be destructive rather than functional; however it is quite feasible for the query language to be purely functional so long as the database is considered as an argument. One approach to the update problem would use a monad to encapsulate database access and ensure it was single threaded. Alternative approaches have been suggested by Trinder, who suggests non-destructive updating with shared data structures, and Sutton who uses a variant of a Phil Wadler's linear type system. There are two main classes of functional database languages. The first is based upon Backus' FP language, of which FQL is probably the best known example. Adaplan is a more recent language which falls into this category. More recently, people have been working on languages which are syntactically very similar to modern functional programming languages, but which also provide all of the features of a database language, e.g. bulk data structures which can be incrementally updated, type systems which can be incrementally updated, and all data persisting in a database. Examples are PFL [Poulovassilis&Small, VLDB-91], and Machiavelli [Ohori et al, ACM SIGMOD Conference, 1998].
  • functional language — (language)   A language that supports and encourages functional programming.
  • functional medicine — individualized medical care that recognizes the interactions between genetic and environmental factors and between the body's interconnected systems.
  • gastrocolic omentum — the peritoneal fold attached to the stomach and the colon and hanging over the small intestine.
  • general linguistics — the study of the characteristics of language in general rather than of a particular language; theoretical, rather than applied, linguistics.
  • genetic counselling — the provision of advice for couples with a history of inherited disorders who wish to have children, including the likelihood of having affected children and the course and management of the disorder, etc
  • geneva nomenclature — an internationally accepted system for naming organic carbon compounds.
  • gloucester old spot — a hardy rare breed of pig, white with a few black markings, that originally lived off windfalls in orchards in the Severn valley
  • goldbach conjecture — an unproved theorem that every even integer greater than 2 can be written as the sum of two prime numbers.
  • gulf of carpentaria — a shallow inlet of the Arafura Sea, in N Australia between Arnhem Land and Cape York Peninsula
  • gulf of tehuantepec — an inlet of the Pacific on the south coast of the Isthmus of Tehuantepec in S Mexico
  • handlebar moustache — a man's moustache having long, curved ends that resemble the handlebars of a bicycle.
  • hatfield-mccoy feud — a blood feud between two mountain clans on the West Virginia–Kentucky border, the Hatfields of West Virginia and the McCoys of Kentucky, that grew out of their being on opposite sides during the Civil War and was especially violent during 1880–90.
  • haul over the coals — a black or dark-brown combustible mineral substance consisting of carbonized vegetable matter, used as a fuel. Compare anthracite, bituminous coal, lignite.
  • humanist technology — (philosophy)   Technology centered around the interests, needs, and well-being of humans.
  • hyperbolic function — a function of an angle expressed as a relationship between the distances from a point on a hyperbola to the origin and to the coordinate axes, as hyperbolic sine or hyperbolic cosine: often expressed as combinations of exponential functions.
  • immunohistochemical — (biology) Of, pertaining to, or by means of immunohistochemistry, the use of immunological techniques to study the chemistry of tissues.
  • in particular terms — If you say something in particular terms, you say it using a particular type or level of language or using language which clearly shows your attitude.
  • incomplete fracture — a fracture extending partly across the bone.
  • inconsequentialness — The quality or state of being inconsequential.
  • industrial accident — an accident that happens to an employee of an industrial company during the course of their work
  • industrial medicine — the study and practice of the health care of employees of large organizations, including measures to prevent accidents, industrial diseases, and stress in the workforce and to monitor the health of executives
  • intellectualization — to seek or consider the rational content or form of.
  • internal-combustion — of or relating to an internal-combustion engine.
  • internuncial neuron — interneuron
  • jacques montgolfier — Jacques Étienne [zhahk ey-tyen] /ʒɑk eɪˈtyɛn/ (Show IPA), 1745–99, and his brother Joseph Michel [zhaw-zef mee-shel] /ʒɔˈzɛf miˈʃɛl/ (Show IPA) 1740–1810, French aeronauts: inventors of the first practical balloon 1783.
  • jerusalem artichoke — Also called girasol. a sunflower, Helianthus tuberosus, having edible, tuberous, underground stems or rootstocks.
  • judicial separation — a decree of legal separation of spouses that does not dissolve the marriage bond.
  • lame duck amendment — an amendment to the U.S. Constitution, ratified in 1933, that abolished the December to March session of those Congressmen defeated for reelection in November.
  • least recently used — (operating systems) (LRU) A rule used in a paging system which selects a page to be paged out if it has been used (read or written) less recently than any other page. The same rule may also be used in a cache to select which cache entry to flush. This rule is based on temporal locality - the observation that, in general, the page (or cache entry) which has not been accessed for longest is least likely to be accessed in the near future.
  • left-luggage locker — a coin-operated locker in which luggage can be left
  • left-luggage office — a checkroom for baggage.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?