0%

19-letter words containing f, e, t, a, l

  • differential backup — (operating system)   A kind of backup that copies all files that have changed since the last full backup. Each differential backup will include all files in previous differential backups since the full backup so to restore a version of a file, you only need to search the full backup and the relevant differential backup. Some systems support differential backup by associating an "Archive" flag with each file and setting this flag whenever the file is modified to indicate that it should be included in the next backup. A differential backup does not change this flag, whereas an incremental backup resets it.
  • differential driver — (hardware)   An electronic device (commonly an integrated circuit), containing two amplifiers, used to drive a differential line.
  • digital certificate — (communications, security)   An attachment to an electronic mail message used for security purposes, e.g. to verify that a user sending a message is who he or she claims to be, and to provide the receiver with the means to encode a reply. An individual wishing to send an encrypted message applies for a digital certificate from a certificate authority (CA). The CA issues an encrypted digital certificate containing the applicant's public key and a variety of other identification information. The CA makes its own public key readily available on the Internet. The recipient of an encrypted message uses the CA's public key to decode the digital certificate attached to the message, verifies it as issued by the CA and then obtains the sender's public key and identification information held within the certificate.
  • disablement benefit — (in Britain) a noncontributory benefit payable to a person disabled through injury or disease caused by their work
  • drink the health of — to salute or celebrate with a toast
  • effective half-life — the time required for half of a quantity of radioactive material absorbed by a living tissue or organism to be removed by both elimination and decay
  • effervescent tablet — Effervescent tablets break down quickly when they are dropped into water or another liquid.
  • 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.
  • electrostatic field — an electric field associated with static electric charges
  • entry qualification — the qualifications and conditions required to join an organization, club, etc
  • estate of the realm — an order or class of persons in a political community, regarded collectively as a part of the body politic: usually regarded as being the lords temporal (peers), lords spiritual, and commons
  • facultative apomict — a plant that can reproduce sexually or asexually.
  • fall by the wayside — to cease or fail to continue doing something
  • fall in love (with) — to begin to feel love (for)
  • family practitioner — medical specialization in general practice, requiring training beyond that of general practice and leading to board certification.
  • family-sized packet — a large packet
  • farnesyltransferase — One of the three enzymes in the prenyltransferase group, believed to play an important role in development of progeria and various cancers.
  • fault tolerant unix — (operating system)   (FTX) Stratus's own Unix System V Release 4 multiprocessor operating system. In 2016, FTX is supported but no longer developed. FTX was one of three operating systems supplied by Stratus on their hardware, the other two, HP-UX and VOS, were the more common choices, FTX was only sold on an exceptional basis. Early FTX 3.x releases used an in-house virtual disk layer (VDL) driver, but later releases switched to a version of Veritas VxVM. FTX supported many of the proprietary communications boards (ISDN, serial, parallel, X.25, etc.).
  • fault tree analysis — (programming)   A form of safety analysis that assesses hardware safety to provide failure statistics and sensitivity analyses that indicate the possible effect of critical failures.
  • fault-based testing — (testing)   Software testing using test data designed to demonstrate the absence of a set of pre-specified faults; typically, frequently occurring faults. For example, to demonstrate that the software handles or avoids divide by zero correctly, the test data would include zero.
  • feather-tail glider — pygmy glider.
  • february revolution — Russian Revolution (def 1).
  • february-revolution — Also called February Revolution. the uprising in Russia in March, 1917 (February Old Style), in which the Czarist government collapsed and a provisional government was established.
  • feel strongly about — to have decided opinions concerning
  • fellow countrywoman — a fellow countrywoman is a female citizen of the same state as the person speaking, writing, or being referred to
  • fellow-servant rule — the common-law rule that the employer is not liable to an employee for injuries resulting from the negligence of a fellow employee.
  • female impersonator — a male performer who dresses as and impersonates women.
  • fertility treatment — the application of any of various methods or procedures to a woman or man to increase the woman's chances of conceiving a baby
  • fifth-wheel trailer — a horizontal ring or segment of a ring, consisting of two bands that slide on each other, placed above the front axle of a carriage and designed to support the forepart of the body while allowing it to turn freely in a horizontal plane.
  • figurative language — language that contains or uses figures of speech, especially metaphors.
  • financial statement — a document that records the financial activities and state of an organization or person
  • first international — a socialistic organization (1864–76) formed to unite and promote the interests of workers throughout the world. Compare international (def 6).
  • first person plural — a grammatical category of pronouns and verbs used by the speaker to refer to or talk about himself together with others
  • 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.
  • flame-of-the-forest — a leguminous tree, Butea frondosa, native to E India and Myanmar, having hanging clusters of scarlet flowers
  • flannelmouth sucker — a sucker, Catostomus latipinnis, of the Colorado River and its tributaries.
  • flavor of the month — Informal. the subject of intense, usually temporary interest; the current fashion.
  • floating restaurant — a boat or ship that has been converted for use as a restaurant
  • florida velvet bean — a tropical vine, Mucuna deeringiana, of the legume family, having showy, purple flowers in drooping clusters and black, hairy pods: grown as an ornamental.
  • fluoride toothpaste — toothpaste containing a small amount of fluoride as protection against tooth decay
  • 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.
  • fraternal insurance — insurance underwritten by a fraternal society, under either a legal reserve plan or an assessment plan.
  • full-wave rectifier — a rectifier that transmits both halves of a cycle of alternating current as a direct current.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?