0%

20-letter words containing b, o, n, e, t

  • electoral boundaries — the way that a country or area is divided for the purposes of voting in an election
  • elizabeth of hungary — Saint. 1207–31, Hungarian princess who devoted herself to charity and asceticism. Feast day: Nov 17 and 19
  • embryo vitrification — a method of in vitro fertilization in which the embryo is exposed to a vitreous solution and frozen before being thawed and implanted into the uterus
  • enabling legislation — legislation conferring certain specified powers on a person or organization
  • 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.
  • feast of tabernacles — Sukkoth.
  • fold-and-thrust belt — a linear or arcuate region of the earth's surface that has been subjected to severe folding and thrust faulting
  • fontainebleau school — a group of artists, many of them Italian and Flemish, who worked on the decorations of the palace of Fontainebleau in the 16th century.
  • for sb's delectation — If you do something for someone's delectation, you do it to give them enjoyment or pleasure.
  • forbidden transition — an electronic transition in an atom, molecule, etc, that is not permitted by electric dipole selection rules
  • front-to-back engine — an engine in which the crankshaft is arranged front to back along the axis of the vehicle
  • get someone's number — a numeral or group of numerals.
  • gorno-altai republic — a constituent republic of S Russia: mountainous, rising over 4350 m (14 500 ft) in the Altai Mountains of the south. Capital: Gorno-Altaisk. Pop: 202 900 (2002). Area: 92 600 sq km (35 740 sq miles)
  • greatest lower bound — a lower bound that is greater than or equal to all the lower bounds of a given set: 1 is the greatest lower bound of the set consisting of 1, 2, 3. Abbreviation: glb.
  • hit the panic button — an alarm button for use in an emergency, as to summon help.
  • how about something? — what is your wish, opinion, or information concerning something (or someone)?
  • hudson's bay blanket — a woollen blanket with wide stripes
  • hyperbolic cotangent — a hyperbolic function that is the ratio of cosh to sinh, being the reciprocal of tanh; coth
  • 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
  • incontrovertibleness — The quality of being incontrovertible.
  • indian cucumber root — a North American plant, Medeola virginiana, of the lily family, having whorled leaves, nodding, greenish-yellow flowers, and an edible root.
  • information builders — Distributors of LEVEL5 OBJECT. Telephone +1 800 969 INFO.
  • integration by parts — Mathematics. a method of evaluating an integral by use of the formula, ∫udv = uv − ∫vdu.
  • isosorbide dinitrate — a coronary vasodilator, C 6 H 8 N 2 O 8 , used in the prophylaxis and treatment of angina.
  • j robert oppenheimer — J(ulius) Robert, 1904–67, U.S. nuclear physicist.
  • job control language — a language used to construct statements that identify a particular job to be run and specify the job's requirements to the operating system under which it will run. Abbreviation: JCL.
  • knock out of the box — to make so many hits against (an opposing pitcher) as to cause the pitcher's removal
  • laboratory equipment — apparatus for scientific research and experiments
  • like a ton of bricks — (used esp of the manner of punishing or reprimanding someone) with great force; severely
  • longitude by account — the longitude of the position of a vessel as estimated by dead reckoning.
  • mean something to sb — If a name, word, or phrase means something to you, you have heard it before and you know what it refers to.
  • megabytes per second — (unit)   (MBps, MB/s) Millions of bytes per second. A unit of data rate. 1 MB/s = 1,000,000 bytes per second (not 1,048,576).
  • 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.
  • moreton bay chestnut — an Australian leguminous tree, Castanospermum australe, having thin smooth bark and yellow or reddish flowers: used in furniture manufacture
  • 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.
  • 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
  • nickel tetracarbonyl — nickel carbonyl.
  • no love lost between — no liking or affection existing between
  • northern leaf blight — a disease of corn caused by the fungus Exsherohilum turcicum, characterized by elongate tan-gray elliptical spots with subsequent blighting and necrosis of leaves.
  • nostalgie de la boue — a desire for or attraction to crudity, vulgarity, depravity, etc.
  • not to be sneezed at — If you say that something is not to be sneezed at, you mean that it is worth having.
  • obfuscated c contest — (programming)   The International Obfuscated C Code Contest (IOCCC) is an annual contest run since 1984 over Usenet by Landon Curt Noll and friends. The overall winner is whoever produces the most unreadable, creative, and bizarre (but working) C program. Various other prizes are awarded at the judges' whim. C's terse syntax and macro-preprocessor facilities give contestants a lot of maneuvering room. The winning programs often manage to be simultaneously funny, breathtaking works of art and horrible examples of how *not* to code in C. This relatively short and sweet hello, world program demonstrates obfuscated C: /* HELLO WORLD program * by Jack Applin and Robert Heckendorn, 1985 */ main(v,c)char**c;{for(v[c++]="Hello, world!\n)"; (!!c)[*c]&&(v--||--c&&execlp(*c,*c,c[!!c]+!!c,!c)); **c=!c)write(!!*c,*c,!!**c);} Here's another good one: /* Program to compute an approximation of pi * by Brian Westley, 1988 */ #define _ -F<00||--F-OO--; int F=00,OO=00; main(){F_OO();printf("%1.3f\n",4.*-F/OO/OO);}F_OO() { _-_-_-_ _-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_ _-_-_-_ } Note that this program works by computing its own area. For more digits, write a bigger program.
  • object role modeling — (programming)   (ORM) A conceptual modelling approach that pictures the application world as a set of objects that play roles (parts in relationships, which may be unary, binary or higher order). ORM provides both graphical and textual languages that enable models to be expressed naturally. For data modelling purposes, its graphical language is more expressive than ER or UML.
  • objective complement — object complement.
  • off the beaten track — formed or shaped by blows; hammered: a dish of beaten brass.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?