0%

16-letter words containing o, t, e, r

  • barometric error — error of a timepiece due to the fluctuations in density of the atmosphere through which the balance or pendulum moves.
  • baron tweedsmuir — the title of Scottish novelist John Buchan
  • bartholomeu dias — Bartholomeu [bahr-too-loo-me-oo] /ˌbɑr tʊ lʊˈmɛ ʊ/ (Show IPA), c1450–1500, Portuguese navigator: discoverer of the Cape of Good Hope.
  • basic dichromate — an orange-red, amorphous, water-insoluble powder, Bi 2 O 3 ⋅2CrO 3 , used chiefly as a pigment in paints.
  • batch processing — manufacturing products or treating materials in batches, by passing the output of one process to subsequent processes
  • bathroom cabinet — a wall-mounted cabinet in a bathroom, typically with a mirror front and used for the storage of medicines and toiletries
  • bathythermograph — a device for measuring the temperature of the ocean at any specific depth down to c. 1,800 m (c. 5,900 ft)
  • batlle y ordonez — José [haw-se] /hɔˈsɛ/ (Show IPA), 1856–1929, Uruguayan statesman: president of Uruguay 1903–07, 1911–15.
  • battery-operated — powered, driven, or operated with batteries
  • bayonet practice — drill in the use of a bayonet
  • be on the market — to be offered for sale
  • be out of breath — If you are out of breath, you are breathing very quickly and with difficulty because you have been doing something energetic.
  • be rolling in it — If you say that someone is rolling in it or is rolling in money, you mean that they are very rich.
  • beat to the draw — to be quicker than (another) in doing something, as in drawing one's weapon
  • bed-sitting room — a combined bedroom and sitting room serving as a one-room apartment
  • before your time — If you say that something was before your time, you mean that it happened or existed before you were born or before you were able to know about it or remember it.
  • behavior pattern — a recurrent way of acting by an individual or group toward a given object or in a given situation.
  • behavior therapy — therapy employing behavior modification
  • benzotrichloride — a colorless or yellowish liquid, C 7 H 5 Cl 3 , used chiefly in the manufacture of dyes.
  • benzotrifluoride — a colorless, flammable liquid, C 7 H 5 F 3 , used chiefly as an intermediate in the manufacture of dyes and pharmaceuticals, and as a solvent.
  • berkeley network — (B-NET) Top level Unix Ethernet software developed at the University of California at Berkeley. There are no formal specifications but UCB's 4.2BSD Unix implementation on the VAX is the de facto standard. Distributed by Unisoft. Includes net.o driver routines for specific hardware, pseudo ttys, daemons, hostname command to set/get name, /etc/hosts database of names and Internet addresses of other hosts, /etc/hosts.equiv host-wide database to control remote access, .rhosts per user version of hosts.equiv. UCB's implementation of the Internet Protocol includes trailers to improve performance on paged memory management systems such as VAXen. These trailers are an exception to the Internet Protocol specification.
  • bermuda palmetto — a palm, Sabal bermudana, of Bermuda, having small, roundish, black fruit and leaves that are checkered beneath.
  • bernoulli effect — the decrease in pressure as the velocity of a fluid increases.
  • bertillon system — a system formerly in use for identifying persons, esp criminals, by means of a detailed record of physical characteristics
  • best-before date — a date on packaged food indicating how long it is safe to keep it
  • beta abstraction — [lambda-calculus] The conversion of an expression to an application of a lambda abstraction to an argument expression. Some subterm of the original expression becomes the argument of the abstraction and the rest becomes its body. E.g. 4+1 --> (\ x . x+1) 4 The opposite of beta abstraction is beta reduction. These are the two kinds of beta conversion.
  • bidirectionality — capable of reacting or functioning in two, usually opposite, directions.
  • billy goat beard — a man's beard that is long under the chin and shaved elsewhere
  • binary operation — a mathematical operation in which two elements are combined to yield a single result: Addition and multiplication are binary operations on the set of real numbers.
  • binomial theorem — a mathematical theorem that gives the expansion of any binomial raised to a positive integral power, n. It contains n + 1 terms: (x + a)n = xn + nxn–1a + [n(n–1)/2] xn–2a2 +…+ (nk) xn–kak + … + an, where (nk) = n!/(n–k)!k!, the number of combinations of k items selected from n
  • biodegradability — capable of decaying through the action of living organisms: biodegradable paper; biodegradable detergent.
  • biodeterioration — biodegradation.
  • bioenvironmental — pertaining to the environment of living organisms: Bioenvironmental engineers seek to reduce air and water pollution.
  • biometeorologist — the scientific study of the effects of natural or artificial atmospheric conditions, as temperature and humidity, on living organisms.
  • biometric device — biometrics
  • bird's-nest soup — a rich spicy Chinese soup made from the outer part of the nests of SE Asian swifts of the genus Collocalia
  • bite your tongue — either of the two fleshy parts or folds forming the margins of the mouth and functioning in speech.
  • bitterroot range — range of the Rocky Mountains, along the Ida.-Mont. border: highest peak, c. 11,000 ft (3,353 m)
  • bitterroot river — a river in SW Montana, flowing N to the Clark Fork River. 120 miles (193 km) long.
  • bleeder resistor — a resistor connected across the output terminals of a power supply in order to improve voltage regulation and to discharge filter capacitors
  • block-structured — (language)   Any programming language in which sections of source code contained within pairs of matching delimiters such as "" and "" (e.g. in C) or "begin" and "end" (e.g. Algol) are executed as a single unit. A block of code may be the body of a subroutine or function, or it may be controlled by conditional execution (if statement) or repeated execution (while statement, for statement, etc.). In all but the most primitive block structured languages a variable's scope can be limited to the block in which it is declared. Block-structured languages support structured programming where each block can be written without detailed knowledge of the inner workings of other blocks, thus allowing a top-down design approach. See also abstract data type, module.
  • board and batten — a siding consisting of wide boards or of sheets of plywood set vertically with butt joints covered by battens.
  • bog whortleberry — a plant, Vaccinium uliginosum, of mountain regions, having pink flowers and black fruits
  • bomb calorimeter — a device for determining heats of combustion by igniting a sample in a high pressure of oxygen in a sealed vessel and measuring the resulting rise in temperature: used for measuring the calorific value of foods
  • boolean-operator — any operation in which each of the operands and the result take one of two values.
  • bootstrap loader — (operating system)   A short program loaded from non-volatile storage and used to bootstrap a computer. On early computers great efforts were expended on making the bootstrap loader short, in order to make it easy to toggle in via the front panel switches. It was just clever enough to read in a slightly more complex program (usually from punched cards or paper tape), to which it handed control. This program in turn read the application or operating system from a magnetic tape drive or disk drive. Thus, in successive steps, the computer "pulled itself up by its bootstraps" to a useful operating state. Nowadays the bootstrap loader is usually found in ROM or EPROM, and reads the first stage in from a fixed location on the disk, called the "boot block". When this program gains control, it is powerful enough to load the actual OS and hand control over to it. A diskless workstation can use bootp to load its OS from the network.
  • bootstrap memory — memory that allows new programs to be entered because some simple preliminary instructions or information are already built in.
  • bordeaux mixture — a fungicide consisting of a solution of equal quantities of copper sulphate and quicklime
  • border leicester — a breed of sheep originally developed in the border country between Scotland and England by crossing English Leicesters with Cheviots: large numbers in Scotland, Australia, and New Zealand. It has a long white fleece with no wool on the head
  • boston cream pie — a cake of two layers with icing and a creamy filling
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?