0%

23-letter words containing f, a, l, t

  • fendalton shopping cart — a four-wheel drive recreational vehicle
  • ferric ammonium oxalate — a green, crystalline, water-soluble, synthetically produced powder, (NH 4) 3 Fe(C 2 O 4) 3 ⋅3H 2 O, used chiefly in the manufacture of blueprint paper.
  • fetal tissue transplant — a surgical procedure in which tissue from an aborted fetus is grafted into a patient to replace or improve defective tissue, especially to treat Parkinson's disease or other neurological disorders.
  • field effect transistor — a transistor in which the output current is varied by varying the value of an electric field within a region of the device. Abbreviation: FET.
  • field-effect transistor — a transistor in which the output current is varied by varying the value of an electric field within a region of the device. Abbreviation: FET.
  • fifth marquis lansdowneHenry Charles Keith, 5th Marquis of Lansdowne, Lansdowne, 5th Marquis of.
  • finite element analysis — Finite element analysis is a type of computer-based analysis which calculates variations of quantities such as temperature or stress in a body by dividing it into small parts with no spaces between them.
  • first earl of leicesterRobert, 1st Earl of Leicester, 1532?–88, British statesman and favorite of Queen Elizabeth.
  • first earl of straffordThomas, 1st Earl of Strafford, Strafford, 1st Earl of.
  • first strike capability — the ability to use nuclear missiles in an opening attack calculated to destroy the enemy's nuclear weapons
  • fish in troubled waters — any of various cold-blooded, aquatic vertebrates, having gills, commonly fins, and typically an elongated body covered with scales.
  • floating-point specrate — SPECrate_fp92
  • flow-matic or flowmatic — (Originally B-0) Possibly the first English-like DP language. Developed at Remington Rand in 1958 for the UNIVAC I.
  • forest tent caterpillar — any of the larvae of several moths of the genus Malacosoma, which feed on the leaves of orchard and shade trees and live colonially in a tentlike silken web.
  • four colour map theorem — (mathematics, application)   (Or "four colour theorem") The theorem stating that if the plane is divided into connected regions which are to be coloured so that no two adjacent regions have the same colour (as when colouring countries on a map of the world), it is never necessary to use more than four colours. The proof, due to Appel and Haken, attained notoriety by using a computer to check tens of thousands of cases and is thus not humanly checkable, even in principle. Some thought that this brought the philosophical status of the proof into doubt. There are now rumours of a simpler proof, not requiring the use of a computer. See also chromatic number
  • 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
  • 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.
  • fully associative cache — (memory management)   A type of cache in which data from any address can be stored in any cache location. The whole address must be used as the tag (the value that identifies a block of data in the cache). All tags must be compared simultaneously (associatively) with the requested address and if one matches then its associated data is accessed. This requires an associative memory to hold the tags which makes this form of cache more expensive. It does however solve the problem of contention for cache locations (cache conflict) since a block need only be flushed when the whole cache is full and then the block to flush can be selected in a more efficient way. The alternatives are direct mapped cache or set associative cache.
  • 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).
  • gastroesophageal reflux — a chronic condition in which acid from the stomach flows back into the lower esophagus, causing pain or tissue damage.
  • greek-letter fraternity — a fraternity whose name consists usually of two or three Greek letters, as Sigma Delta Phi (ΣΔΦ).
  • have bats in the belfry — to be mad or eccentric; have strange ideas
  • have tickets on oneself — to be conceited
  • horsehair-blight fungus — a fungal parasite, Marasmius equicrinis, that causes a disease of certain tropical plants, especially tea.
  • identification bracelet — a bracelet, usually of metal links, having an identification plate for the name of the wearer.
  • 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
  • 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.
  • light and shade surface — (in architectural shades and shadows) a surface in a plane tangent to the parallel rays from the theoretical light source, treated as a shade surface.
  • liquefied petroleum gas — a mixture of various petroleum gases, esp propane and butane, stored as a liquid under pressure and used as an engine fuel
  • lower of cost or market — Lower of cost or market is a method of valuing assets where the asset is valued at either the historical cost or the fair market value, whichever is lower.
  • made out of whole cloth — completely fictitious or false; made up
  • magnetic field strength — that part of the magnetic induction that is determined at any point in space by the current density and displacement current at that point independently of the magnetic or other physical properties of the surrounding medium. Symbol: H.
  • make allowances for sth — If you make allowances for something, you take it into account in your decisions, plans, or actions.
  • meaningful relationship — a romantic relationship based upon mutual respect and supportiveness and marked by a sense of commitment and fulfillment.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?