0%

19-letter words containing f, n, u

  • freeze-frame button — a control button on a remote control device, used to stop a moving image to view it as a still
  • freezing injunction — an order enabling the court to freeze the assets of a defendant, esp to prevent him or her taking them abroad
  • friend of the court — amicus curiae.
  • 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.
  • functional medicine — individualized medical care that recognizes the interactions between genetic and environmental factors and between the body's interconnected systems.
  • future date testing — (testing)   The process of setting a computer's date to a future date to test a program's (expected or unexpected) date sensitivity. Future date testing only shows the effects of dates on the computer(s) under scrutiny, it does not take into account knock-on effects of dates on other connected systems.
  • go out of one's way — manner, mode, or fashion: a new way of looking at a matter; to reply in a polite way.
  • godfrey of bouillon — (Duke of Lower Lorraine) 1060?–1100, French leader of the First Crusade 1096–99.
  • greenhouse whitefly — See under whitefly.
  • greenstick fracture — an incomplete fracture of a long bone, in which one side is broken and the other side is still intact.
  • guerrilla financing — the use of unconventional and marginally legal means to capitalize enterprises
  • 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
  • heat of sublimation — the heat absorbed by one gram or unit mass of a substance in the process of changing, at a constant temperature and pressure, from a solid to a gaseous state. Compare sublime (def 10).
  • hexafluoroplatinate — (chemistry) The univalent anion PtF6- prepared by reacting platinum hexafluoride with certain metals or other elements.
  • house of correction — a place for the confinement and reform of persons convicted of minor offenses and not regarded as confirmed criminals.
  • house of councilors — the upper house of the Japanese diet.
  • huffing and puffing — empty threats or objections; bluster
  • 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.
  • hyperfine structure — the splitting of the lines of an atomic spectrum, produced by the angular momentum of the nucleus of the atom.
  • idea of pure reason — any of the three undemonstrable entities (a personal soul, a cosmos, and a supreme being) implicit in the fact of a subject and an object of knowledge, and in the need for some principle uniting them.
  • in consequence (of) — as a result (of)
  • in definite pronoun — a pronoun, as English some, any, somebody, that leaves unspecified the identity of its referent.
  • in the line of duty — If you do something or if it happens to you in the line of duty, you do it or it happens as part of your regular work or as a result of it.
  • in tune/out of tune — A person or musical instrument that is in tune produces exactly the right notes. A person or musical instrument that is out of tune does not produce exactly the right notes.
  • incomplete fracture — a fracture extending partly across the bone.
  • index-tracking fund — an investment fund that is administered so that its value changes in line with a given share index
  • indian paint fungus — a common woody hoof-shaped fungus, Echinodontium tinctorium, found on conifers in western North America and believed to have been used as a dye by Pacific Northwest Indians.
  • inductive inference — grammatical inference
  • isthmus of san blas — the narrowest part of the Isthmus of Panama. Width: about 50 km (30 miles)
  • 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.
  • juan de fuca strait — strait between Vancouver Island and NW Wash.: c. 100 mi (161 km) long
  • judgment by default — a judgment in the plaintiff's favour when the defendant fails to plead or to appear
  • judicial conference — a conference of judges held to discuss improvements in methods or judicial procedure through court rules or otherwise.
  • keep an eye out for — the organ of sight, in vertebrates typically one of a pair of spherical bodies contained in an orbit of the skull and in humans appearing externally as a dense, white, curved membrane, or sclera, surrounding a circular, colored portion, or iris, that is covered by a clear, curved membrane, or cornea, and in the center of which is an opening, or pupil, through which light passes to the retina.
  • kingdom of burgundy — a kingdom in E France, established in the early 6th century ad, eventually including the later duchy of Burgundy, Franche-Comté, and the Kingdom of Provence: known as the Kingdom of Arles from the 13th century
  • knights of columbus — an international fraternal and benevolent organization of Roman Catholic men, founded in New Haven, Connecticut, in 1882.
  • lagrangian function — kinetic potential.
  • land of opportunity — Arkansas (used as a nickname).
  • landrum-griffin act — an act of Congress (1959) outlawing secondary boycotts, requiring public disclosure of the financial records of unions, and guaranteeing the use of secret ballots in union voting.
  • languages of choice — C and Lisp. Nearly every hacker knows one of these, and most good ones are fluent in both. Smalltalk and Prolog are also popular in small but influential communities. There is also a rapidly dwindling category of older hackers with Fortran, or even assembler, as their language of choice. They often prefer to be known as Real Programmers, and other hackers consider them a bit odd (see "The Story of Mel"). Assembler is generally no longer considered interesting or appropriate for anything but HLL implementation, glue, and a few time-critical and hardware-specific uses in systems programs. Fortran occupies a shrinking niche in scientific programming. Most hackers tend to frown on languages like Pascal and Ada, which don't give them the near-total freedom considered necessary for hacking (see bondage-and-discipline language), and to regard everything even remotely connected with COBOL or other traditional card walloper languages as a total and unmitigated loss.
  • lift the curtain on — to begin
  • lift up one's voice — to speak out loudly
  • limit of resolution — the capacity of an optical system to resolve point objects as separate images.
  • lose in the shuffle — to leave out or disregard in the confusion of things
  • luminous efficiency — the perceived brightness of light as a ratio of the total luminous flux to total radiant flux of the source; a measure of brightness obtained by dividing the source's luminous flux by the consumption of its energy.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?