0%

23-letter words containing f, a, n

  • fractional distillation — the separation of volatile components of different boiling points in a mixture by the gradual increase of temperature and the separate collection of each component.
  • fraunhofer gesellschaft — (company)   (FhG, FhG IIS, Institut für Integrierte Schaltungen) A german company, named after the physicist. IIS is Integrated Circuit Institute. FhG are known for their research on audio compression, especially MPEG-1 Layer-3 (MP3).
  • free on-line dictionary — Free On-line Dictionary of Computing
  • friction reducing agent — A friction reducing agent is an additive used to reduce friction exerted downhole on tools and pipes.
  • frictional unemployment — those people who are in the process of moving from one job to another and who therefore appear in the unemployment statistics collected at any given time
  • friedel-crafts reaction — a reaction for the synthesis of hydrocarbons and ketones by the alkylation or acylation of an aromatic compound in the presence of a catalyst, typically anhydrous aluminum chloride.
  • front-end hydrogenation — Front-end hydrogenation is a catalytic process in the early stages of refining which involves the reaction of the carbon-carbon double bond in alkenes with hydrogen.
  • frozen food compartment — a compartment of a refrigerator or fridge-freezer for the storage of frozen food
  • function graph language — (language)   (FGL) The machine language for the AMPS (Applicative Multi-Processing System) proposed by Robert Keller, Gary Lindstrom and Suhas Patil at the University of Utah.
  • function point analysis — (programming)   (FPA) A standard metric for the relative size and complexity of a software system, originally developed by Alan Albrecht of IBM in the late 1970s. Functon points (FPs) can be used to estimate the relative size and complexity of software in the early stages of development - analysis and design. The size is determined by identifying the components of the system as seen by the end-user: the inputs, outputs, inquiries, interfaces to other systems, and logical internal files. The components are classified as simple, average, or complex. All of these values are then scored and the total is expressed in Unadjusted FPs (UFPs). Complexity factors described by 14 general systems characteristics, such as reusability, performance, and complexity of processing can be used to weight the UFP. Factors are also weighted on a scale of 0 - not present, 1 - minor influence, to 5 - strong influence. The result of these computations is a number that correlates to system size. Although the FP metric doesn't correspond to any actual physical attribute of a software system (such as lines of code or the number of subroutines) it is useful as a relative measure for comparing projects, measuring productivity, and estimating the amount a development effort and time needed for a project. See also International Function Point Users Group.
  • functional requirements — (specification)   What a system should be able to do, the functions it should perform. This term is used at both the user requirements analysis and software requirements specifications phases in the software life-cycle. An example of a non-functional requirement is an initialisation sequence incorporated into the software that is specific to a given customer.
  • fundamental interaction — any of the four basic interactions that occur in nature: the gravitational, electromagnetic, strong, and weak interactions
  • galilean transformation — the equations in classical mechanics that relate position and time in two frames of reference that are moving uniformly with respect to each other. Compare inertial system, relativity (def 2).
  • ge information services — (networking, company)   One of the leading on-line services, started on 1st October 1985, providing subscribers with hundreds of special interest areas, computer hardware and software support, award-winning multi-player games, the most software files in the industry (over 200 000), worldwide news, sports updates, business news, investment strategies, and Internet electronic mail and fax (GE Mail). Interactive conversations (Chat Lines) and bulletin boards (Round Tables) with associated software archives are also provided. GEnie databases (through the ARTIST gateway) allow users to search the full text of thousands of publications, including Dun & Bradstreet Company Profiles; a GEnie NewsStand with more than 900 newspapers, magazines, and newsletters; a Reference Center with information ranging from Agriculture to World History; the latest in medical information from MEDLINE; and patent and trademark registrations. Telephone: +1 (800) 638 9636. TDD: +1 (800) 238 9172. E-mail: <[email protected]>.
  • german southwest africa — a former name of Namibia.
  • great-great-grandfather — grandfather of a grandparent
  • greek-letter fraternity — a fraternity whose name consists usually of two or three Greek letters, as Sigma Delta Phi (ΣΔΦ).
  • have a way of doing sth — If you say that someone or something has a way of doing a particular thing, you mean that they often do it.
  • have bats in the belfry — to be mad or eccentric; have strange ideas
  • have the makings of sth — If you say that a person or thing has the makings of something, you mean it seems possible or likely that they will become that thing, as they have the necessary qualities.
  • have tickets on oneself — to be conceited
  • heaviside unit function — the function that is zero for any number less than zero and that is 1 for any number greater than or equal to zero.
  • hermit of st. augustine — a member of an order of mendicant friars, founded in 1256.
  • horsehair-blight fungus — a fungal parasite, Marasmius equicrinis, that causes a disease of certain tropical plants, especially tea.
  • hunchback of notre dame — French Notre Dame de Paris. a novel (1831) by Victor Hugo.
  • hydrochlorofluorocarbon — Any of a class of inert compounds of carbon, hydrogen, hydrocarbons, chlorine, and fluorine, used in place of chlorofluorocarbons as being somewhat less destructive to the ozone layer.
  • identification bracelet — a bracelet, usually of metal links, having an identification plate for the name of the wearer.
  • in a class of one's own — If someone is in a class of their own, they have more of a particular skill or quality than anyone else. If something is in a class of its own, it is better than any other similar thing.
  • in a manner of speaking — a way of doing, being done, or happening; mode of action, occurrence, etc.: I don't like the manner in which he complained.
  • in a world of one's own — If you say that someone is in a world of their own, you mean that they seem not to notice other people or the things going on around them.
  • in favour/out of favour — If someone or something is in favour, people like or support them. If they are out of favour, people no longer like or support them.
  • in the arms of morpheus — sleeping
  • in the nature of things — If you say that something is in the nature of things, you mean that you would expect it to happen in the circumstances mentioned.
  • in your heart of hearts — If you believe or know something in your heart of hearts, that is what you really believe or think, even though it may sometimes seem that you do not.
  • informatics corporation — (company)   Renamed to Sterling Software Corp.
  • inherently safer design — Inherently safer design is when a lot of consideration is given to safety when designing a process.
  • initial public offering — An initial public offering is the first offering of stock when a company goes public.
  • installable file system — (operating system)   (IFS or "File System Driver", "FSD") An API that allows you to extend OS/2 to access files stored on disk in formats other than FAT and HPFS, and access files that are stored on a network file server. For example an IFS could provide programs running under OS/2 (including DOS and Windows programs) with access to files stored under Unix using the Berkeley fast file system. The other variety of IFS (a "remote file system" or "redirector") allows file sharing over a LAN, e.g. using Unix's Network File System protocol. In this case, the IFS passes a program's file access requests to a remote file server, possibly also translating between different file attributes used by OS/2 and the remote system. Documentation on the IFS API has been available only by special request from IBM. An IFS is structured as an ordinary 16-bit DLL with entry points for opening, closing, reading, and writing files, the swapper, file locking, and Universal Naming Convention. The main part of an IFS that runs in ring 0 is called by the OS/2 kernel in the context of the caller's process and thread. The other part that runs in ring 3 is a utility library with entry points for FORMAT, RECOVER, SYS, and CHKDSK.
  • integrated fire control — an electronic system that locates and tracks a target, computes the data, and employs a weapon to destroy it.
  • interchange file format — (file format)   (IFF, full name "EA IFF 1985") A generic file format published by Electronic Arts as an open standard. IFF is chunk-based and hierarchical so files can include other files. It is easily extensible and an all round Good Idea. An IFF file starts with one of the following "group IDs": 'FORM', 'LIST' or 'CAT '. This is followed by an unsigned 32-bit number of bytes in the remainder of the file. Then comes an ID that indicates which type of IFF file this is. The main image type is ILBM, audio is either AIFF or 8SVX, animations are ANIM etc. An IFF file will probably have a filename extension related to this file type stored in the file. The rest of the file is divided into chunks each of which also has a four-byte header and byte count.
  • interfascicular cambium — cambium that develops between the vascular bundles.
  • internal rate of return — an interest rate giving a net present value of zero when applied to the expected cash flow of a project. Its value, compared to the cost of the capital involved, is used to determine the project's viability
  • interval of convergence — an interval associated with a given power series such that the series converges for all values of the variable inside the interval and diverges for all values outside it.
  • islamic fundamentalists — Muslims who believe in, advocate or support a conservative adherence to literal or traditional interpretations of the Qu'ran and the Sunnah
  • kinetic theory of gases — a theory that the particles in a gas move freely and rapidly along straight lines but often collide, resulting in variations in their velocity and direction. Pressure is interpreted as arising from the impacts of these particles with the walls of a container.
  • l'apres-midi d'un faune — L'Après-midi d'un Faune.
  • lackland air force base — U.S. Air Force installation in SW central Texas, SW of San Antonio.
  • laughlin air force base — U.S. Air Force installation in SW Texas, SE of Del Rio.
  • law enforcement officer — an official employee who prevents and detects crime and who maintains and upholds the police, such as a police officer, sheriff, customs officer etc
  • least significant digit — the digit farthest to the right in a number. Abbreviation: LSD.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?