0%

21-letter words containing i, n, t, e, s, f

  • fraudulent conversion — conversion committed with the intent to defraud
  • french fried potatoes — a more formal name for chips
  • friends with benefits — friends who have a casual sexual relationship with no expectation of commitment
  • general of the armies — a special rank held by John J. Pershing, equivalent to general of the army.
  • get into the swing of — If you get into the swing of something, you become very involved in it and enjoy what you are doing.
  • highest common factor — greatest common divisor. Abbreviation: H.C.F.
  • house of prostitution — a brothel.
  • hubble classification — a method of classifying galaxies depending on whether they are elliptical, spiral, barred spiral, or irregular
  • identification papers — documents that serve to establish someone's identity
  • in (or out of) phase — in (or not in) a state of exactly parallel movements, oscillations, etc.; in (or not in) synchronization
  • in a state of undress — If someone is in a state of undress, they do not have all their clothes on.
  • in phase/out of phase — If two things are out of phase with each other, they are not working or happening together as they should. If two things are in phase, they are working or occurring together as they should.
  • in the course of time — eventually
  • in the first instance — You say in the first instance to mention something that is the first step in a series of actions.
  • infectious ectromelia — ectromelia (def 2).
  • inflationary universe — a version of the big bang theory in which the universe underwent very rapid growth during the first fraction of a second before it settled down to its current rate of expansion.
  • information scientist — someone who works in information science
  • insurance certificate — a certificate that shows that a person or organization has insurance
  • interest-rate futures — financial futures based on projected movements of interest rates
  • isolation transformer — An isolation transformer is a transformer with physically separate primary and secondary windings, that prevent it from transferring unwanted noise from the input circuit to the output windings.
  • joint chiefs of staff — the chiefs of staff of the army and the air force, the commandant of the marine corps, and the chief of naval operations, together with a chairman selected from one of the branches of the armed forces, serving as the principal military advisory body to the president, the National Security Council, and the secretary of defense.
  • lafcadio's adventures — French Les Caves du Vatican. a novel (1914) by André Gide.
  • law of thermodynamics — any of three principles variously stated in equivalent forms, being the principle that the change of energy of a thermodynamic system is equal to the heat transferred minus the work done (first law of thermodynamics) the principle that no cyclic process is possible in which heat is absorbed from a reservoir at a single temperature and converted completely into mechanical work (second law of thermodynamics) and the principle that it is impossible to reduce the temperature of a system to absolute zero in a finite number of operations (third law of thermodynamics)
  • leaning tower of pisa — a round, marble campanile in Pisa, Italy, begun in 1174 and now 17 feet (5.2 meters) out of the perpendicular in its height of 179 feet (54 meters).
  • learning difficulties — difficulty experienced in reaching the average standard of people of the same age group as regards intellectual and cognitive skills and performance
  • least significant bit — (data)   (LSB) Bit zero, the bit of a binary number giving the number of ones, the last or rightmost bit when the number is written in the usual way.
  • linear transformation — linear map
  • liquefied natural gas — a mixture of various gases, esp methane, liquefied under pressure for transportation and used as an engine fuel
  • lost in the underflow — (jargon)   Too small to be worth considering; more specifically, small beyond the limits of accuracy or measurement. This is a reference to "floating point underflow". The Hacker's Jargon File claimed that it is also a pun on "undertow" (a kind of fast, cold current that sometimes runs just offshore and can be dangerous to swimmers). "Well, sure, photon pressure from the stadium lights alters the path of a thrown baseball, but that effect gets lost in the underflow". Compare epsilon, epsilon squared; see also overflow bit.
  • luminous flux density — luminous flux per unit of cross-sectional area.
  • macintosh file system — (file system)   A file on the Macintosh consists of two parts, called forks. The "data fork" contains the data which would normally be stored in the file on other operating systems. The "resource fork" contains a collection of arbitrary attribute/value pairs, including program segments, icon bitmaps, and parametric values. Yet more information regarding Macintosh files is stored by the Finder in a hidden file, called the "Desktop Database". Because of the complications in storing different parts of a Macintosh file in non-Macintosh file systems that only handle consecutive data in one part, it is common to only send the Data fork or to convert the Macintosh file into some other format before transferring it.
  • magnetic flux density — Also called magnetic flux density. a vector quantity used as a measure of a magnetic field. Symbol: B.
  • magnetofluid dynamics — magnetohydrodynamics.
  • manufacturing process — chain of production
  • minister of the crown — any Government minister of cabinet rank
  • muon-catalysed fusion — an experimental form of nuclear fusion in which hydrogen and deuterium muonic atoms are formed. Because the mass of the muon is much larger than that of the electron, the atoms are smaller, and the nuclei are close enough for fusion to occur
  • necrotising fasciitis — a disease caused by the bacterium streptococcus pyogenes, in which the fasciae of the muscles or other organs become inflamed, resulting in rapid destruction of overlying tissues
  • neither fish nor fowl — any of various cold-blooded, aquatic vertebrates, having gills, commonly fins, and typically an elongated body covered with scales.
  • network filing system — (spelling)   Misnomer for Network File System.
  • nightmare file system — Pejorative hackerism for Sun's Network File System (NFS). In any nontrivial network of Suns where there is a lot of NFS cross-mounting, when one Sun goes down, the others often freeze up. Some machine tries to access the down one, and (getting no response) repeats indefinitely. This causes it to appear dead to some messages (what is actually happening is that it is locked up in what should have been a brief excursion to a higher spl level). Then another machine tries to reach either the down machine or the pseudo-down machine, and itself becomes pseudo-down. The first machine to discover the down one is now trying both to access the down one and to respond to the pseudo-down one, so it is even harder to reach. This situation snowballs very quickly, and soon the entire network of machines is frozen - worst of all, the user can't even abort the file access that started the problem! Many of NFS's problems are excused by partisans as being an inevitable result of its statelessness, which is held to be a great feature (critics, of course, call it a great misfeature). ITS partisans are apt to cite this as proof of Unix's alleged bogosity; ITS had a working NFS-like shared file system with none of these problems in the early 1970s. See also broadcast storm.
  • nine times out of ten — If you say that something happens or is the case nine times out of ten or ninety-nine times out of a hundred, you mean that it happens on nearly every occasion or is almost always the case.
  • no smoke without fire — the evidence strongly suggests something has indeed happened
  • nominative of address — a noun naming the person to whom one is speaking.
  • of one's own volition — If you do something of your own volition, you do it because you have decided for yourself that you will do it and not because someone else has told you to do it.
  • one-way hash function — (algorithm)   (Or "message digest function") A one-way function which takes a variable-length message and produces a fixed-length hash. Given the hash it is computationally infeasible to find a message with that hash; in fact one can't determine any usable information about a message with that hash, not even a single bit. For some one-way hash functions it's also computationally impossible to determine two messages which produce the same hash. A one-way hash function can be private or public, just like an encryption function. MD5, SHA and Snefru are examples of public one-way hash functions. A public one-way hash function can be used to speed up a public-key digital signature system. Rather than sign a long message, which can take a long time, compute the one-way hash of the message, and sign the hash.
  • pacific standard time — See under standard time.
  • pathfinder prospectus — a prospectus regarding the flotation of a new company that contains only sufficient details to test the market reaction
  • persistence of memory — a painting (1931) by Salvador Dali.
  • persistence of vision — the retention of a visual image for a short period of time after the removal of the stimulus that produced it: the phenomenon that produces the illusion of movement when viewing motion pictures.
  • powersoft corporation — (company)   A leading vendor of client/server application development tools. In February 1994, Watcom became a wholly-owned subsidiary of Powersoft Corporation which merged with Sybase on 13 February 1995. In April 1995, the new company is the fastest growing top-ten software company and the seventh largest software company in the world. Headquarters: Concord, Massachusetts, USA.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?