0%

24-letter words containing f, a, n, l, e, t

  • functional specification — (programming, project)   A description of what a system (e.g. a piece of software) does or should do (but not how it should do it). The functional specification is one of the inputs to the design process. See IEEE/ANSI Std. 610.12-1990.
  • general of the air force — the highest ranking officer in the U.S. Air Force.
  • general protection fault — General Protection Failure
  • graphical user interface — a software interface designed to standardize and simplify the use of computer programs, as by using a mouse to manipulate text and images on a display screen featuring icons, windows, and menus.
  • ground-fault interrupter — a circuit breaker that senses currents caused by ground faults and quickly shuts off power before damage can occur to generating equipment.
  • gulf cooperation council — an association of Persian Gulf nations formed for the purpose of collective defense against aggression. Abbreviation: GCC.
  • implicit differentiation — a method of finding the derivative of an implicit function by taking the derivative of each term with respect to the independent variable while keeping the derivative of the dependent variable with respect to the independent variable in symbolic form and then solving for that derivative.
  • independent logical file — (database)   (ILF) One kind of dynamic database management system. Examples of ILF databases are INQUIRE, ADABAS, NOMAD, FOCUS and DATACOM.
  • knowledge sharing effort — (project)   An ARPA project developing techniques and methods for building large-scale knowledge bases which are sharable and reusable.
  • lab for computer science — MIT. http://lcs.mit.edu/.
  • land of the midnight sun — any of those countries containing land within the Arctic Circle where there is a midnight sun in midsummer, especially Norway, Sweden, or Finland.
  • leave someone to himself — not to control or direct someone
  • line of least resistance — the easiest, but not necessarily the best or most honourable, course of action
  • liquid components of gas — Liquid components of gas are associated hydrocarbons in natural gas, which include ethane, propane, and butane.
  • local government officer — an employee of a local council
  • longitudinal coefficient — the ratio of the immersed volume of a hull to the product obtained by multiplying its length on the water line by the immersed area of the midship transverse section, all assuming a given depth of immersion of the hull.
  • look someone in the face — to look directly at a person without fear or shame
  • low voltage differential — (hardware)   (LVD) A method of driving SCSI cables that will be formalised in the SCSI-3 specifications. LVD uses less power than the current differential drive (HVD), is less expensive and will allow the higher speeds of Ultra-2 SCSI. LVD requires 3.3 Volts DC instead of 5 Volts DC for HVD.
  • make one's presence felt — If you make your presence felt, you do something which makes people notice you or pay attention to you.
  • maximum lifetime benefit — The maximum lifetime benefit of a health insurance plan is the maximum amount of money that it will pay out.
  • mean length of utterance — the mean number of morphemes produced per sentence, used especially as a measure of child language development. Abbreviation: MLU.
  • mean time between faults — Mean Time Between Failures
  • mediterranean flour moth — a small cosmopolitan moth, Anagasta kuehniella, whose larvae damage stored foodstuffs, as grain and flour.
  • multiple-valued function — function (def 4b).
  • near field communication — a short-range wireless communication system that uses radio waves to enable a phone or other mobile device to interact with another device or card reader: Near Field Communication essentially lets your phone replace your credit cards. Abbreviation: NFC.
  • non-proliferation treaty — an international agreement signed in 1968 which aims to reduce the spread of nuclear weapons
  • open data-link interface — (networking, standard)   (ODI) A Novell-developed network card API that provides media and protocol independence. It allows the sharing of a single card by multiple transport layer protocols and resolves conflicts.
  • particulate fluidization — Particulate fluidization is a condition when particles in a fluidized bed are individually suspended.
  • passive balance of trade — a negative balance of trade
  • permeability coefficient — the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained
  • photomechanical transfer — a method of producing photographic prints or offset printing plates from paper negatives by a chemical transfer process rather than by exposure to light
  • portable document format — (file format)   (PDF) The native file format for Adobe Systems' Acrobat. PDF is the file format for representing documents in a manner that is independent of the original application software, hardware, and operating system used to create those documents. A PDF file can describe documents containing any combination of text, graphics, and images in a device-independent and resolution independent format. These documents can be one page or thousands of pages, very simple or extremely complex with a rich use of fonts, graphics, colour, and images.
  • professional association — a body of persons engaged in the same profession, formed usually to control entry into the profession, maintain standards, and represent the profession in discussions with other bodies
  • professional corporation — a corporation formed by one or more licensed practitioners, especially medical or legal, to operate their practices on a corporate plan. Abbreviation: PC, P.C.
  • program information file — (file format)   Under Windows, a file providing information on how a non-Windows application program should be run, including how much memory should be allocated to it and what graphics interface it requires.
  • public relations officer — a person who is responsible for communications with the public
  • pure functional language — purely functional language
  • quick-assembly furniture — furniture such as shelves and cupboards which you buy as a number of separate pieces and assemble yourself
  • referential transparency — (programming)   An expression E is referentially transparent if any subexpression and its value (the result of evaluating it) can be interchanged without changing the value of E. This is not the case if the value of an expression depends on global state which can change value. The most common example of changing global state is assignment to a global variable. For example, if y is a global variable in: f(x) { return x+y; } g(z) { a = f(1); y = y + z; return a + f(1); } function g has the "side-effect" that it alters the value of y. Since f's result depends on y, the two calls to f(1) will return different results even though the argument is the same. Thus f is not referentially transparent. Changing the order of evaluation of the statements in g will change its result. We could make f above referentially transparent by passing in y as an argument: f(x, y) = x+y Similarly, g would need to take y as an argument and return its new value as part of the result: g(z, y) { a = f(1, y); y' = y+z; return (a + f(1, y'), y'); } Referentially transparent programs are more amenable to formal methods and easier to reason about because the meaning of an expression depends only on the meaning of its subexpressions and not on the order of evaluation or side-effects of other expressions. We can stretch the concept of referential transparency to include input and output if we consider the whole program to be a function from its input to its output. The program as a whole is referentially transparent because it will always produce the same output when given the same input. This is stretching the concept because the program's input may include what the user types, the content of certain files or even the time of day. If we do not consider global state like the contents of files as input, then writing to a file and reading what was written behaves just like assignment to a global variable. However, if we must consider the state of the universe as an input rather than global state then any deterministic system would be referentially transparent! See also extensional equality, observational equivalence.
  • self-extensible language — ["SEL - A Self-Extensible Programming Language", G. Molnar, Computer J 14(3):238-242 (Aug 1971)].
  • serial interface adaptor — (SIA) The Ethernet driver chip used on a Filtabyte Ethernet card.
  • single transferable vote — of or relating to a system of voting in which voters list the candidates in order of preference. Any candidate achieving a predetermined proportion of the votes in a constituency is elected. Votes exceeding this amount and those cast for the bottom candidate are redistributed according to the stated preferences. Redistribution continues until all the seats are filled
  • split image range finder — a range finder in which opposing halves of a split field move relative to each other and coincide when the object centered in the field is in focus.
  • stratified random sample — a random sample of a population in which the population is first divided into distinct subpopulations, or strata, and random samples are then taken separately from each stratum.
  • telephony user interface — (communications)   (TUI) Either a software interface to telephony (e.g. a phone-capable PC) or a DTMF-based interface to software (e.g. voicemail).
  • telescope user interface — (hardware, interface)   (TUI) A remote control interface for a telescope.
  • the department of health — a department of the government of the United Kingdom concerned with governmental policy relating to health in England but not elsewhere in the United Kingdom
  • the last of the mohicans — a historical novel (1826) by James Fenimore Cooper.
  • the villain of the piece — If you say that someone is the villain of the piece, you are saying in a slightly humorous way that they are seen by some people as the cause of all the trouble in a particular situation.
  • think (all) the world of — to admire or love greatly
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?