0%

24-letter words containing a, b, t, e

  • chesapeake bay retriever — a strongly built variety of retriever with a short thick, slightly wavy coat in straw colour, reddish gold, or brown
  • combat infantryman badge — a badge awarded to an infantryman in recognition of satisfactory performance of duty in ground combat against the enemy.
  • crypt breakers workbench — (cbw) A freely distributable multi-window integrated workbench of tools for cryptanalysis of files encrypted with the 4.2BSD Unix crypt command. It was originally written by Robert W. Baldwin at MIT.
  • descriptive bibliography — the aspect of bibliography concerned with the close physical study and description of books and other works.
  • developmental disability — a disability, as mental retardation or cerebral palsy, that begins at an early age and continues indefinitely, leading to substantial handicap.
  • dibasic sodium phosphate — sodium phosphate (def 2).
  • dibasic-sodium-phosphate — Also called monobasic sodium phosphate. a white, crystalline, slightly hygroscopic, water-soluble powder, NaH 2 PO 4 , used chiefly in dyeing and in electroplating.
  • disestablishmentarianism — a person who favors the separation of church and state, especially the withdrawal of special rights, status, and support granted an established church by a state; an advocate of disestablishing a state church.
  • disturbance of the peace — a malicious and willful intrusion on the peace and quiet of a community or neighbourhood
  • double overhead camshaft — a pair of overhead camshafts, one to operate the intake valves and the other to operate the exhaust valves. Abbreviation: DOHC.
  • double-crested cormorant — a North American cormorant, Phalacrocorax auritus, having tufts of black and white feathers on the sides of the head.
  • dream of the red chamber — Chinese Hung Lou Mêng or Hong Lou Meng. an 18th-century Chinese novel by Ts'ao Hsüeh-ch'in, completed by Kao E, in 120 chapters.
  • electronic whiteboarding — audiographic teleconferencing
  • erythroblastosis fetalis — an anaemic blood disease of a fetus or newborn child, characterized by erythroblasts in the circulating blood: caused by a blood incompatibility between mother and fetus
  • ethyl-para-aminobenzoate — benzocaine
  • european investment bank — a financial institution of the European Union which is based in Luxembourg and which provides loans, especially to the less economically developed countries of the EU
  • exponential distribution — a continuous single-parameter distribution used esp when making statements about the length of life of certain materials or waiting times between randomly occurring events. Its density function is p(x) = λe–λx for positive λ and nonnegative x, and it is a special case of the gamma distribution
  • flexible assembly system — A flexible assembly system is a set of machines or robots that can assemble many different kinds of products.
  • give sb/sth a wide berth — If you give someone or something a wide berth, you avoid them because you think they are unpleasant or dangerous, or simply because you do not like them.
  • global network navigator — (GNN) A collection of free services provided by O'Reilly & Associates. The Whole Internet Catalog describes the most useful Net resources and services with live links to those resources. The GNN Business Pages list companies on the Internet. The Internet Help Desk provides help in starting Internetq exploration. NetNews is a weekly publication that reports on the news of the Internet, with weekly articles on Internet trends and special events, sports, weather, and comics. There are also pages aobut travel and personal finance. E-mail: <[email protected]>. Telephone: (800) 998 9938 (USA), +1 (707) 829 0515 (outside USA).
  • go (a person) one better — to outdo or surpass (a person)
  • gottfried von strassburg — early 13th-century German poet; author of the incomplete epic Tristan and Isolde, the version of the legend that served as the basis of Wagner's opera
  • great saint bernard pass — St. Bernard, Great.
  • have a tiger by the tail — to find oneself in a situation that has turned out to be much more difficult to control than one had expected
  • high bypass ratio engine — a type of by-pass engine in which a large fan driven by a turbine and housed in a short duct forces air rearwards around the exhaust gases in order to increase the propulsive thrust
  • hyperbetalipoproteinemia — An abnormally high level of betalipoprotein in the blood.
  • intelligent backtracking — (algorithm)   An improved backtracking algorithm for Prolog interpreters, which records the point at which each logic variable becomes bound and, when a given set of bindings leads to failure, ignores any choice point which does not bind any of those variables. No choice from such a choice point can succeed since it does not change the bindings which caused the failure.
  • irritable bowel syndrome — any combination of common disturbances of the bowel, as diarrhea or constipation, occurring with abdominal pain, sometimes accompanied by psychological stress. Abbreviation: IBS.
  • komi autonomous republic — an autonomous republic in the NW Russian Federation in Europe. 145,221 sq. mi. (376,122 sq. km). Capital: Syktyvkar.
  • lab for computer science — MIT. http://lcs.mit.edu/.
  • laryngotracheobronchitis — A respiratory disease, a form of croup.
  • lead someone by the nose — to make someone do unquestioningly all one wishes; dominate someone
  • lease with option to buy — A lease with option to buy is a lease that states that the person leasing the property has the right to purchase it at the end of the lease period.
  • leave much to be desired — be inadequate
  • like a red rag to a bull — If you describe something as a red rag to a bull, you mean that it is certain to make a particular person or group very angry.
  • mari autonomous republic — autonomous republic in the Russian Federation in Europe. 8994 sq. mi. (23,294 sq. km). Capital: Ioshkar-Ola.
  • mathematical probability — the probability of an event consisting of n out of m possible equally likely occurrences, defined to be n/m
  • maximum lifetime benefit — The maximum lifetime benefit of a health insurance plan is the maximum amount of money that it will pay out.
  • mean time between faults — Mean Time Between Failures
  • network addressable unit — (networking)   (NAU) The SNA term for an addressable entity. Examples include PUs, LUs, and SSCPs.
  • neutrosophic probability — (logic)   An extended form of probability based on Neutrosophy, in which a statement is held to be t true, i indeterminate, and f false, where t, i, f are real values from the ranges T, I, F, with no restriction on T, I, F or the sum n=t+i+f.
  • not sb's place to do sth — If you say that it is not your place to do something, you mean that it is not right or appropriate for you to do it, or that it is not your responsibility to do it.
  • object management system — In an IPSE, the system which maintains information about the system under development.
  • object-oriented analysis — (programming)   (OOA) The first phase of object-oriented design.
  • object-oriented database — (database)   (OODB) A system offering DBMS facilities in an object-oriented programming environment. Data is stored as objects and can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved (inheritance) as are references between objects. Queries can be faster because joins are often not needed (as in a relational database). This is because an object can be retrieved directly without a search, by following its object id. The same programming language can be used for both data definition and data manipulation. The full power of the database programming language's type system can be used to model data structures and the relationship between the different data items. OODBs typically provide better support for versioning. An object can be viewed as the set of all its versions. Also, object versions can be treated as full fledged objects. OODBs also provide systematic support for triggers and constraints which are the basis of active databases. Most, if not all, object-oriented application programs that have database needs will benefit from using an OODB.
  • object-oriented language — object-oriented programming
  • orbital angular momentum — the component of angular momentum of an electron in an atom or a nucleon in a nucleus, arising from its orbital motion rather than from its spin.
  • other things being equal — If you say 'other things being equal' or 'all things being equal' when talking about a possible situation, you mean if nothing unexpected happens or if there are no other factors which affect the situation.
  • passive balance of trade — a negative balance of trade
  • people's liberation army — See under Huk (def 1).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?