0%

20-letter words containing l, i, m, t

  • football hooliganism — the actions or behaviour of a football hooligan
  • fractionating column — a long vertical cylinder used in fractional distillation, in which internal reflux enables separation of high and low boiling fractions to take place
  • frequency modulation — FM.
  • fulminate of mercury — a gray, crystalline solid, Hg(CNO) 2 , used chiefly in the manufacture of commercial and military detonators.
  • fulminating compound — a fulminate.
  • fundamental particle — elementary particle.
  • genetically modified — biologically altered
  • gentleman-in-waiting — a man who comes from a family of high social standing and who is attached to a royal household or to the household of a person of high rank
  • geological timescale — any division of geological time into chronological units, whether relative (with units in the correct temporal sequence) or absolute (with numerical ages attached)
  • get away from it all — If you get away from it all, you have a holiday in a place that is very different from where you normally live and work.
  • glucosamine sulphate — a compound used in some herbal remedies and dietary supplements, esp to strengthen joint cartilage
  • gravimetric analysis — analysis by weight.
  • guillaume de machaut — Guillaume de [French gee-yohm duh] /French giˈyoʊm də/ (Show IPA), Guillaume de Machaut.
  • hail-fellow-well-met — friendly but insincere
  • have an itching palm — to desire money greedily
  • helmeted guinea fowl — the common guinea fowl in its wild state.
  • hexadecimal notation — a number system having a base 16; the symbols for the numbers 0–9 are the same as those used in the decimal system, and the numbers 10–15 are usually represented by the letters A–F. The system is used as a convenient way of representing the internal binary code of a computer
  • hexafluoroantimonate — (inorganic chemistry) The anion SbF6- or any salt containing this anion; it is used as an acidic catalyst in epoxide opening reactions.
  • horizontal microcode — (processor)   Microcode using horizontal encoding.
  • houses of parliament — In Britain, the Houses of Parliament are the British parliament, which consists of two parts, the House of Commons and the House of Lords. The buildings where the British parliament does its work are also called the Houses of Parliament.
  • hypercholesterolemia — the presence of an excessive amount of cholesterol in the blood.
  • hypercholesterolemic — (pathology) Of, pertaining to, or having hypercholesterolemia.
  • hyperlipoproteinemia — Pathology. any of various disorders of lipoprotein metabolism, usually characterized by abnormally high levels of cholesterol and certain lipoproteins in the blood.
  • implicit parallelism — (parallel)   A feature of a programming language for a parallel processing system which decides automatically which parts to run in parallel. The best way of providing implicit parallelism is still (1995) an active research topic. The problem is to generate the right number of parallel tasks of the right size (or "granularity"). Too many tasks and the system gets bogged down in house-keeping, or memory for waiting tasks runs out, too few tasks and processors are left idle. The best performance is usually achieved with explicit parallelism where the programmer can annotate his program to indicate which parts should be executed as independent parallel tasks.
  • in double-quick time — In double-quick time means the same as double-quick.
  • in the public domain — able to be discussed and examined freely by the general public
  • incomplete dominance — the appearance in a heterozygote of a trait that is intermediate between either of the trait's homozygous phenotypes.
  • incremental analysis — (testing)   Partial analysis of an incomplete product to allow early feedback on its development.
  • incremental recorder — a device for recording data as it is generated, usually on paper tape or magnetic tape, and feeding it into a computer
  • independently-minded — self-reliant and seeking autonomy
  • industrial democracy — control of an organization by the people who work for it, esp by workers holding positions on its board of directors
  • information builders — Distributors of LEVEL5 OBJECT. Telephone +1 800 969 INFO.
  • information overload — an excess of incoming information, as might confront a pedestrian on a crowded city street, that forces one to be selective in the information received and retained.
  • initial program load — (operating system)   (IPL) The procedure used to (re-)start a computer system by copying the operating system kernel into main memory and running it. Part of the boot sequence.
  • inland revenue stamp — a certificate issued by the Inland Revenue to acknowledge payment of tax
  • insulin-coma therapy — a former treatment for mental illness, especially schizophrenia, employing insulin-induced hypoglycemia as a method for producing convulsive seizures.
  • intelligent terminal — (hardware)   (or "smart terminal", "programmable terminal") A terminal that often contains not only a keyboard and screen, but also comes with a disk drive and printer, so it can perform limited processing tasks when not communicating directly with the central computer. Some can be programmed by the user to perform many basic tasks, including both arithmetic and logic operations. In some cases, when the user enters data, the data will be checked for errors and some type of report will be produced. In addition, the valid data that is entered may be stored on the disk, it will be transmitted over communication lines to the central computer. An intelligent terminal may have enough computing capability to draw graphics or to offload some kind of front-end processing from the computer it talks to. The development of workstations and personal computers has made this term and the product it describes semi-obsolescent, but one may still hear variants of the phrase "act like a smart terminal" used to describe the behaviour of workstations or PCs with respect to programs that execute almost entirely out of a remote server's storage, using said devices as displays. The term once meant any terminal with an addressable cursor; the opposite of a glass tty. Today, a terminal with merely an addressable cursor, but with none of the more-powerful features mentioned above, is called a dumb terminal. There is a classic quote from Rob Pike (inventor of the blit terminal): "A smart terminal is not a smart*ass* terminal, but rather a terminal you can educate". This illustrates a common design problem: The attempt to make peripherals (or anything else) intelligent sometimes results in finicky, rigid "special features" that become just so much dead weight if you try to use the device in any way the designer didn't anticipate. Flexibility and programmability, on the other hand, are *really* smart. Compare hook.
  • intercalary meristem — meristem in the internode of a stem.
  • internal hemorrhoids — Usually, hemorrhoids. Pathology. an abnormally enlarged vein mainly due to a persistent increase in venous pressure, occurring inside the anal sphincter of the rectum and beneath the mucous membrane (internal hemorrhoid) or outside the anal sphincter and beneath the surface of the anal skin (external hemorrhoid)
  • international master — a chess player of high ability but below the level of International Grand Master, as determined through specified types of international competitions.
  • international system — an internationally accepted coherent system of physical units, derived from the MKSA (meter-kilogram-second-ampere) system, using the meter, kilogram, second, ampere, kelvin, mole, and candela as the basic units (SI units) respectively of the fundamental quantities of length, mass, time, electric current, temperature, amount of substance, and luminous intensity. Abbreviation: SI.
  • intestinal amebiasis — amebic dysentery.
  • investment portfolio — the whole range of financial investments held by an individual investor or a financial organization
  • java development kit — (language, compiler)   (JDK) A free Sun Microsystems product which provides the environment required for programming in Java. The JDK is available for a variety of platforms, but most notably Sun Solaris and Microsoft Windows.
  • java virtual machine — (language, architecture)   (JVM) A specification for software which interprets Java programs that have been compiled into byte-codes, and usually stored in a ".class" file. The JVM instruction set is stack-oriented, with variable instruction length. Unlike some other instruction sets, the JVM's supports object-oriented programming directly by including instructions for object method invocation (similar to subroutine call in other instruction sets). The JVM itself is written in C and so can be ported to run on most platforms. It needs thread support and I/O (for dynamic class loading). The Java byte-code is independent of the platform. There are also some hardware implementations of the JVM.
  • justifiable homicide — murder committed under extenuating circumstances
  • laboratory equipment — apparatus for scientific research and experiments
  • last of the mohicans — a historical novel (1826) by James Fenimore Cooper.
  • laurentian mountains — a range of low mountains in E Canada, in Quebec between the St Lawrence River and Hudson Bay. Highest point: 1191 m (3905 ft)
  • legislative assembly — the legislature of France 1791–92.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?