0%

19-letter words containing a, n, c, o, l

  • distillation column — a type of still fitted with interior baffles, used for fractional distillation. Compare still2 (def 1).
  • dobsonian telescope — a relatively inexpensive Newtonian telescope, suitable for visual but not photographic use, in which the tube assembly slips freely in the lower base.
  • draw the color line — to impose or accept the color line
  • dynamic translation — (architecture)   A virtual machine implementation approach, used to speed up execution of byte-code programs. To execute a program unit such as a method or a function, the virtual machine compiles its bytecodes into (hardware) machine code. The translated code is also placed in a cache, so that next time that unit's machine code can be executed immediately, without repeating the translation. This technique was pioneered by the commercial Smalltalk implementation currently known as VisualWorks, in the early 1980s. Currently it is also used by some implementations of the Java Virtual Machine under the name JIT (Just In Time compilation).
  • dynatron oscillator — type of oscillator
  • eastern coral snake — any of numerous venomous elapid snakes, found chiefly in the New World tropics, as Micrurus fulvius (eastern coral snake) of the southeastern U.S., often brilliantly marked with bands of red, yellow, and black.
  • eat someone's lunch — to take into the mouth and swallow for nourishment; chew and swallow (food).
  • echoencephalography — a device that employs reflected ultrasonic waves to examine the position of brain structures.
  • ecumenical movement — See under ecumenical (def 4).
  • educational adviser — a person who provides advice and training to teachers about teaching methods and educational policies
  • eilean donan castle — a castle near the Kyle of Lochalsh in Highland, Scotland: built in the 13th century; famous for its picturesque setting
  • elastic deformation — In elastic deformation a material changes shape when a stress is applied to it but goes back to its original state when the stress is removed.
  • electro-shock baton — a baton used as a weapon to pass an electric current through part of the body
  • electrode potential — the potential difference developed when an electrode of an element is placed in a solution containing ions of that element
  • electrodynamometers — Plural form of electrodynamometer.
  • electrohydrodynamic — (physics) Of or pertaining to electrohydrodynamics.
  • electromagnetically — By means of electromagnetism.
  • electromechanically — In an electromechanical way.
  • electron micrograph — a photograph or image of a specimen taken using an electron microscope
  • electronegativities — Plural form of electronegativity.
  • electronic graphics — (on television) the production of graphic designs and text by electronic means
  • electronic keyboard — a typewriter keyboard used to operate an electronic device such as a computer, word processor, etc
  • electronic magazine — (messaging, publication, web)   (e-zine) A regular publication on some particular topic distributed in digital form, chiefly now via the web but also by electronic mail or floppy disk. E-zines are often distributed for free by enthusiasts.
  • electrostatic units — the system of CGS electric and magnetic units that assigns the value of one to the dielectric constant of a vacuum
  • elevator controller — An archetypal dumb embedded-systems application, like toaster (which superseded it). During one period (1983--84) in the deliberations of ANSI X3J11 (the C standardisation committee) this was the canonical example of a really stupid, memory-limited computation environment. "You can't require "printf(3)" to be part of the default run-time library - what if you're targeting an elevator controller?" Elevator controllers became important rhetorical weapons on both sides of several holy wars.
  • emotional blackmail — a way of persuading someone to do something they do not want to do by making them feel guilty about it
  • enabling technology — technology that enables the user to perform a task or to improve his or her overall performance: e.g. the internet
  • entry qualification — the qualifications and conditions required to join an organization, club, etc
  • euclidean algorithm — Euclid's Algorithm
  • evaporative cooling — a method of reducing temperature that uses evaporation
  • exhibitionistically — In an exhibitionistic manner.
  • expressionistically — In an expressionistic manner.
  • fallacy of division — the fallacy of inferring that a property of the whole is also a property of parts or members of the whole (opposed to fallacy of composition).
  • false consciousness — a Marxist theory that people are unable to see things, especially exploitation, oppression, and social relations, as they really are; the hypothesized inability of the human mind to develop a sophisticated awareness of how it is developed and shaped by circumstances.
  • family practitioner — medical specialization in general practice, requiring training beyond that of general practice and leading to board certification.
  • fellow countrywoman — a fellow countrywoman is a female citizen of the same state as the person speaking, writing, or being referred to
  • female circumcision — clitoridectomy.
  • financial ombudsman — any of five British ombudsmen: the Banking Ombudsman, set up in 1986 to investigate complaints from bank customers; the Building Society Ombudsman, set up in 1987 to investigate complaints from building society customers; the Insurance Ombudsman, set up in 1981 to investigate complaints by policyholders (since 1988 this ombudsman has also operated a Unit Trust Ombudsman scheme); the Investment Ombudsman set up in 1989 to investigate complaints by investors (the Personal Investment Authority Ombudsman is responsible for investigating complaints by personal investors); and the Pensions Ombudsman, set up in 1993 to investigate complaints regarding pension schemes
  • first-sale doctrine — a legal principle allowing the purchaser of a lawfully made copy of a copyright-protected work to sell or give away that copy without permission but not to reproduce it.
  • flag of convenience — the foreign flag under which merchant ships register in order to save on taxes or wages, or to avoid government regulations.
  • 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.
  • fractal compression — (algorithm)   A technique for encoding images using fractals.
  • fractional currency — coins or paper money of a smaller denomination than the basic monetary unit.
  • functional analysis — the branch of mathematics that deals with the theory of vector spaces and linear functionals.
  • functional calculus — the branch of symbolic logic that includes the sentential calculus and that deals with sentential functions and quantifiers and with logical relations between sentences containing quantifiers.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?