0%

18-letter words containing u, l, e

  • dysfunctionalities — Plural form of dysfunctionality.
  • east indian walnut — lebbek.
  • eastern algonquian — a subgroup of the Algonquian language family, comprising the languages spoken aboriginally from Nova Scotia to northeastern North Carolina.
  • ecumenical council — a solemn assembly in the Roman Catholic Church, convoked and presided over by the pope and composed of cardinals, bishops, and certain other prelates whose decrees, when confirmed by the pope, become binding.
  • eighty-column mind — (abuse)   The sort said to be possessed by persons for whom the transition from punched card to paper tape was traumatic (nobody has dared tell them about disks yet). It is said that these people, including (according to an old joke) the founder of IBM, will be buried "face down, 9-edge first" (the 9-edge being the bottom of the card). This directive is inscribed on IBM's 1402 and 1622 card readers and is referenced in a famous bit of doggerel called "The Last Bug", the climactic lines of which are as follows: He died at the console Of hunger and thirst. Next day he was buried, Face down, 9-edge first. The eighty-column mind is thought by most hackers to dominate IBM's customer base and its thinking. See fear and loathing, card walloper.
  • eighty-twenty rule — (programming)   The program-design version of the law of diminishing returns. The 80/20 rule says that roughly 80% of the problem can be solved with 20% of the effort that it would take to solve the whole problem. For example, parsing e-mail addresses in "From:" lines in e-mail messages is notoriously difficult if you follow the RFC 2822 specification. However, about 60% of actual "From:" lines are in the format "From: Their Name <[email protected]>", with a far more constrained idea of what can be in "user" or "host" than in RFC 2822. Another 25% just add double-quotes around "Their Name". Matching just those two patterns would thus cover 85% of "From:" lines, with a tiny portion of the code required to fully implement RFC2822. (Adding support for "From: [email protected]" and "From: [email protected] (Their Name) " brings coverage to almost 100%, leaving only really baroque things that RFC-2822 permits, like "From: Pete(A wonderful \) chap)
  • ejaculatio praecox — premature ejaculation during sexual intercourse
  • electrical circuit — An electrical circuit is a complete route that an electric current can flow around.
  • electrical failure — an instance when an electricity supply stops working
  • electroacupuncture — the insertion into the body of one or more needles through which an electric current is passed
  • 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.
  • elementary student — primary school pupil
  • 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
  • engelbart, douglas — Douglas Engelbart
  • entrepreneurialism — The spirit or state of acting in an entrepreneurial manner.
  • equinoctial circle — celestial equator
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • equivalent circuit — an arrangement of simple electrical components that is electrically equivalent to a complex circuit and is used to simplify circuit analysis
  • established church — a Church that is officially recognized as a national institution, esp the Church of England
  • ethnomusicological — Relating to or pertaining to ethnomusicology.
  • 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).
  • euglenoid movement — the expansion and contraction of the cell body of various flagellates
  • 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.
  • exclusive brethren — one of the two main divisions of the Plymouth Brethren, which, in contrast to the Open Brethren, restricts its members' contacts with those outside the sect
  • executable content — (operating system)   Executable programs sent by one computer to another via a network. For example a Java applet is executable content. Usage: rare.
  • fall to the ground — (of a plan, theory, etc) to be rendered invalid, esp because of lack of necessary information
  • federal funds rate — The federal funds rate is the overnight rate between banks.
  • fehling's solution — a blue solution of copper sulfate, Rochelle salt, and sodium hydroxide, used to test for the presence of a sugar, aldehyde, etc.
  • fettuccine alfredo — fettuccine in cream sauce with grated Parmesan cheese.
  • field of quotients — a field whose elements are pairs of elements of a given commutative integral domain such that the second element of each pair is not zero. The field of rational numbers is the field of quotients of the integral domain of integers.
  • fire in your belly — If you say that someone has fire in their belly, you are expressing approval of them because they are energetic, enthusiastic, and have very strong feelings.
  • 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.
  • fissure of rolando — central sulcus.
  • fissure of sylvius — lateral fissure.
  • fitzwilliam museum — a museum, attached to Cambridge University and founded in 1816, noted esp for its paintings and collections devoted to the applied arts
  • flash butt welding — a method of welding metal edge-to-edge with a powerful electric flash followed by the application of pressure.
  • floating underflow — underflow
  • flowers of sulphur — minute crystals of sulphur obtained by condensing sulphur vapour on a cold surface
  • fluegelman, andrew — Andrew Fluegelman
  • fluorescent screen — a transparent screen coated on one side with a phosphor that fluoresces when exposed to X-rays or cathode rays
  • fluorodeoxyglucose — (carbohydrate) A fluorine analog of glucose that is used in positron emission tomography.
  • football supporter — a person who supports a particular football team
  • 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
  • formal equivalence — the relation that holds between two open sentences when their universal closures are materially equivalent
  • four-color problem — the problem, solved in 1976, of proving the theorem that any geographic map can be colored using only four colors so that no connected countries with a common boundary are colored the same color.
  • four-legged friend — a four-legged animal, esp a dog
  • frederick douglassFrederick, 1817–95, U.S. ex-slave, abolitionist, and orator.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?