0%

20-letter words containing l, a, m, b

  • district of columbia — a federal area in the E United States, on the Potomac, coextensive with the federal capital, Washington. 69 sq. mi. (179 sq. km). Abbreviation: DC (for use with zip code), D.C.
  • drum and bugle corps — a marching band of drum players and buglers.
  • dry-bulb temperature — A dry-bulb temperature is the temperature of a dry surface in a vapor-gas environment.
  • dynamic link library — Dynamically Linked Library
  • effective computable — (theory)   A term describing a function for which there is an effective algorithm that correctly calculates the function. The algorithm must consist of a finite sequence of instructions.
  • employer's liability — an employer's legal responsibility to pay damages to an employee who has been injured or who has contracted an illness because of the work he or she does
  • endorsement in blank — an endorsement on a bill of exchange, cheque, etc, naming no payee and thus making the endorsed sum payable to the bearer
  • environment variable — (programming, operating system)   A variable that is bound in the current environment. When evaluating an expression in some environment, the evaluation of a variable consists of looking up its name in the environment and substituting its value. Most programming languages have some concept of an environment but in Unix shell scripts it has a specific meaning slightly different from other contexts. In shell scripts, environment variables are one kind of shell variable. They differ from local variables and command line arguments in that they are inheritted by a child process. Examples are the PATH variable that tells the shell the file system paths to search to find command executables and the TZ variable which contains the local time zone. The variable called "SHELL" specifies the type of shell being used. These variables are used by commands or shell scripts to discover things about the environment they are operating in. Environment variables can be changed or created by the user or a program. To see a list of environment variables type "setenv" at the csh or tcsh prompt or "set" at the sh, bash, jsh or ksh prompt. In other programming languages, e.g. functional programming languages, the environment is extended with new bindings when a function's parameters are bound to its actual arguments or when new variables are declared. In a block-structured procedural language, the environment usually consists of a linked list of activation records.
  • equilibrium constant — The equilibrium constant is the ratio between the amount of reactants and the amount of product for a particular chemical reaction, used to calculate chemical behavior.
  • football hooliganism — the actions or behaviour of a football hooligan
  • grievous bodily harm — law: serious injury
  • hindu-arabic numeral — Arabic numeral.
  • in the public domain — able to be discussed and examined freely by the general public
  • information builders — Distributors of LEVEL5 OBJECT. Telephone +1 800 969 INFO.
  • intestinal amebiasis — amebic dysentery.
  • justifiable homicide — murder committed under extenuating circumstances
  • laboratory equipment — apparatus for scientific research and experiments
  • lampbrush chromosome — a chromosome with looped projections resembling a brush
  • law of large numbers — the theorem in probability theory that the number of successes increases as the number of experiments increases and approximates the probability times the number of experiments for a large number of experiments.
  • legislative assembly — the legislature of France 1791–92.
  • marginal probability — (in a multivariate distribution) the probability of one variable taking a specific value irrespective of the values of the others
  • massachusetts ballot — a ballot on which the candidates, with their party designations, are listed alphabetically in columns under the office for which they were nominated.
  • member of parliament — A Member of Parliament is a person who has been elected by the people in a particular area to represent them in a country's parliament. The abbreviation MP is often used.
  • membranous labyrinth — an intricate combination of paths or passages in which it is difficult to find one's way or to reach the exit. Synonyms: maze, network, web.
  • meta-dichlorobenzene — a colorless liquid, C 6 H 4 Cl 2 , soluble in alcohol and ether: used as a fumigant and insecticide.
  • methylbenzyl acetate — methylphenylcarbinyl acetate.
  • miliary tuberculosis — tuberculosis in which the bacilli are spread by the blood from one point of infection, producing small tubercles in other parts of the body.
  • multiplication table — Arithmetic. a tabular listing of the products of any two numbers of a set, usually of the integers 1 through 10 or 1 through 12.
  • navigable semicircle — the less violent half of a cyclone; the half blowing in the direction opposite to that in which the cyclone is moving and in which a vessel can run before the wind.
  • neon lamp (or tube) — a discharge lamp containing neon, that ionizes and glows with a red light (neon light) when an electric current is sent through it: used esp. in advertising signs
  • objective relativism — the doctrine that knowledge of real objects is relative to the individual.
  • particle beam weapon — a weapon that fires particle beams into the atmosphere or space
  • pass in one's marble — to die
  • pentobarbital sodium — a barbiturate drug used in medicine as a sedative and hypnotic. Formula: C11H17N2O3Na
  • periodontal membrane — the collagenous, fibrous connective tissue between the cementum of the tooth and the alveolus.
  • potassium binoxalate — a white, crystalline, hygroscopic, poisonous solid, KHC 2 O 4 , that is usually hydrated: used chiefly for removing ink stains, cleaning metal and wood, and in photography.
  • public administrator — an official of a city, county, or state government.
  • pure lambda-calculus — Lambda-calculus with no constants, only functions expressed as lambda abstractions.
  • republic of maldives — a republic occupying an archipelago of 1087 coral islands in the Indian Ocean, southwest of Sri Lanka: came under British protection in 1887; became independent in 1965 and a republic in 1968; member of the Commonwealth (1982–2016). The economy and infrastructure were severely damaged in the Indian Ocean tsunami of December 2004. Official language: Divehi. Official religion: (Sunni) Muslim. Currency: rufiyaa. Capital: Malé. Pop: 393 988 (2013 est). Area: 298 sq km (115 sq miles)
  • saint john ambulance — an organization that provides first aid and first-aid training
  • scream bloody murder — Law. the killing of another human being under conditions specifically covered in law. In the U.S., special statutory definitions include murder committed with malice aforethought, characterized by deliberation or premeditation or occurring during the commission of another serious crime, as robbery or arson (first-degree murder) and murder by intent but without deliberation or premeditation (second-degree murder)
  • self-belaying system — (in climbing) equipment used to pay out rope as required and thus enable a climber to self-belay
  • semiautobiographical — pertaining to or being a fictionalized account of an author's own life.
  • server message block — (protocol)   (SMB) A client/server protocol that provides file and printer sharing between computers. In addition SMB can share serial ports and communications abstractions such as named pipes and mail slots. SMB is similar to remote procedure call (RPC) specialised for file system access. SMB was developed by Intel, Microsoft, and IBM in the early 1980s. It has also had input from Xerox and 3Com. It is the native method of file and print sharing for Microsoft operating systems; where it is called Microsoft Networking. Windows for Workgroups, Windows 95, and Windows NT all include SMB clients and servers. SMB is also used by OS/2, Lan Manager and Banyan Vines. There are SMB servers and clients for Unix, for example Samba and smbclient. SMB is a presentation layer protocol structured as a large set of commands (Server Message Blocks). There are commands to support file sharing, printer sharing, user authentication, resource browsing, and other miscellaneous functions. As clients and servers may implement different versions ("dialects") of the protocol they negotiate before starting a session. The redirector packages SMB requests into a network control block (NBC) structure that can be sent across the network to a remote device. SMB originally ran on top of the lower level protocols NetBEUI and NetBIOS, but now typically runs over TCP/IP. Microsoft have developed an extended version of SMB for the Internet, the Common Internet File System (CIFS), which in most cases replaces SMB. CIFS runs only runs over TCP/IP.
  • sir william berkeley — Busby [buhz-bee] /ˈbʌz bi/ (Show IPA), (William Berkeley Enos) 1895–1976, U.S. choreographer and musical-film director.
  • sodium metabisulfite — Sodium metabisulfite is a crystalline compound used as an antioxidant.
  • splice the mainbrace — to issue and partake of an extra allocation of alcoholic spirits
  • stefan-boltzmann law — the law stating that the total energy radiated from a blackbody is proportional to the fourth power of its absolute temperature.
  • the (whole) ballgame — the main or decisive factor, event, etc.
  • to burst into flames — If something bursts into flames or bursts into flame, it suddenly starts burning strongly.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?