0%

20-letter words containing b, a, n

  • 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
  • enterprise javabeans — (specification, business, programming)   (EJB) A server-side component architecture for writing reusable business logic and portable enterprise applications. EJB is the basis of Sun's Java 2 Platform, Enterprise Edition (J2EE). Enterprise JavaBean components are written entirely in Java and run on any EJB compliant server. They are operating system, platform, and middleware independent, preventing vendor lock-in. EJB servers provide system-level services (the "plumbing") such as transactions, security, threading, and persistence. The EJB architecture is inherently transactional, distributed, multi-tier, scalable, secure, and wire protocol neutral - any protocol can be used: IIOP, JRMP, HTTP, DCOM etc. EJB 1.1 requires RMI for communication with components. EJB 2.0 is expected to require support for RMI/IIOP. EJB applications can serve assorted clients: browsers, Java, ActiveX, CORBA etc. EJB can be used to wrap legacy systems. EJB 1.1 was released in December 1999. EJB 2.0 is in development. Sun claims broad industry adoption. 30 vendors are shipping server products implementing EJB. Supporting vendors include IBM, Fujitsu, Sybase, Borland, Oracle, and Symantec. An alternative is Microsoft's MTS (Microsoft Transaction Server).
  • 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.
  • federal reserve bank — a U.S. federal banking system that is under the control of a central board of governors (Federal Reserve Board) with a central bank (Federal Reserve Bank) in each of 12 districts and that has wide powers in controlling credit and the flow of money as well as in performing other functions, as regulating and supervising its member banks.
  • 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.
  • football hooliganism — the actions or behaviour of a football hooligan
  • 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
  • general public virus — (software, legal)   A pejorative name for some versions of the GNU project copyleft or General Public License (GPL), which requires that any tools or application programs incorporating copylefted code must be source-distributed on the same terms as GNU code. Thus it is alleged that the copyleft "infects" software generated with GNU tools, which may in turn infect other software that reuses any of its code.
  • 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.
  • grey-crowned babbler — an insect-eating Australian bird, Pomatostomus temporalis of the family Timaliidae
  • hildegard von bingenHildegard von (Hildegard of Bingen"Sibyl of the Rhine") 1098–1178, German nun, healer, writer, and composer.
  • hindu-arabic numeral — Arabic numeral.
  • 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
  • hudson's bay company — a company chartered in England in 1670 to carry on fur trading with the Indians in North America.
  • human parvovirus b19 — Pathology. a mild infection, most often seen in children or young adults, caused by a small virus ((the human parvovirus B19)) and marked by a blotchy rash on the cheeks, arms, and legs.
  • hungarian bromegrass — a pasture grass, Bromus inermis, native to Europe, having smooth blades.
  • hyperbolic cotangent — a hyperbolic function that is the ratio of cosh to sinh, being the reciprocal of tanh; coth
  • in a class by itself — unique
  • in bad circumstances — (of a person) in a bad financial situation
  • in contact (with sb) — If you are in contact with someone, you regularly meet them or communicate with them.
  • in the public domain — able to be discussed and examined freely by the general public
  • independent variable — Mathematics. a variable in a functional relation whose value determines the value or values of other variables, as x in the relation y = 3 x 2 . Compare dependent variable (def 1).
  • indian cucumber root — a North American plant, Medeola virginiana, of the lily family, having whorled leaves, nodding, greenish-yellow flowers, and an edible root.
  • indistinguishability — The state of being indistinguishable.
  • 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.
  • intelligent database — (database)   A database management system which performs data validation and processing traditionally done by application programs. Most DBMSs provide some data validation, e.g. rejecting invalid dates or alphabetic data entered into money fields, but often most processing is done by application programs. There is however no limit to the amount of processing that can be done by an intelligent database as long as the process is a standard function for that data. Examples of techniques used to implement intelligent databases are constraints, triggers and stored procedures. Moving processing to the database aids data integrity because it is guaranteed to be consistent across all uses of the data. Mainframe databases have increasingly become more intelligent and personal computer database systems are rapidly following.
  • intervening variable — a hypothetical variable postulated to account for the way in which a set of independent variables control a set of dependent variables
  • intestinal amebiasis — amebic dysentery.
  • isosorbide dinitrate — a coronary vasodilator, C 6 H 8 N 2 O 8 , used in the prophylaxis and treatment of angina.
  • 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.
  • laboratory assistant — laboratory technician, lab assistant
  • laboratory diagnosis — scientific analysis of a disease
  • laboratory equipment — apparatus for scientific research and experiments
  • labour-saving device — a machine, gadget, etc, that reduces (human) effort, hard work or labour
  • land-office business — a lively, booming, expanding, or very profitable business.
  • 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.
  • like a ton of bricks — (used esp of the manner of punishing or reprimanding someone) with great force; severely
  • live and breathe sth — be passionately interested in sth
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?