0%

13-letter words containing b, e, r, n

  • battlegrounds — Plural form of battleground.
  • bazillionaire — (humorous) An incredibly rich person.
  • bbn butterfly — (computer)   A supercomputer developed at BBN Technologies, named after the "butterfly" multi-stage switching network around which it was built. It could have up to 512 CPUs connected to allow every CPU access to every other CPU's memory, albeit with about 15 times the latency than for its own. The earlier GP-1000 models used up to 256 Motorola 68020s. The later TC-2000 models used up to 512 Motorola 88100s. Language developed for, or ported to, the BBN Butterfly were Butterfly Common LISP, Butterfly Scheme, Delirium, and MultiScheme.
  • be hard going — If you say that something is hard going, you mean it is difficult and requires a lot of effort.
  • be spoken for — If a person or thing is spoken for or has been spoken for, someone has claimed them or asked for them, so no-one else can have them.
  • bead and reel — a convex molding having the form of elongated beads alternating with disks placed edge-on, or with spherical beads, or with both.
  • beanbag chair — a chair like a large beanbag covered with vinyl, fabric, etc. and filled with foam pellets, as of polystyrene, that shift about to fit one's body
  • bearing plate — a heavy metal plate for receiving and distributing concentrated weight, as from a column or one end of a truss.
  • bearing sword — a large sword carried for its owner by a squire or servant because of its size.
  • bed and board — sleeping accommodation and meals
  • bedroom scene — a scene in which lovers are in bed
  • bedtime drink — a drink before bed, often made with milk
  • beehive round — an artillery shell that ejects thousands of naillike metal projectiles on exploding.
  • beer-swilling — in the habit of drinking a lot of beer
  • beetlebrained — stupid
  • beleaguerment — a blockade or siege
  • belligerently — aggressively
  • bench warrant — a warrant issued by a judge or court directing that an offender be apprehended
  • benching iron — a triangular, pronged plate driven into the ground to provide a temporary bench mark or turning point.
  • bend sinister — a diagonal line bisecting a shield from the top right to the bottom left, typically indicating a bastard line
  • beneficiary's — a person or group that receives benefits, profits, or advantages.
  • benefit fraud — the illegal activity of claiming benefit payments which a person is not entitled to
  • benito juarez — Benito (Pablo) [be-nee-taw pah-vlaw] /bɛˈni tɔ ˈpɑ vlɔ/ (Show IPA), 1806–72, president of Mexico 1857–72.
  • benton harbor — a city in SW Michigan, on Lake Michigan.
  • benzoyl group — the univalent group C 7 H 5 O–, derived from benzoic acid.
  • berchtesgaden — a town in Germany, in SE Bavaria: site of the fortified mountain retreat of Adolf Hitler. Pop: 7667 (2003 est)
  • bergamot mint — an aromatic herb, Mentha piperita citrata, having a lemonlike odor when crushed.
  • bergen-belsen — Belsen.
  • bering strait — a strait between Alaska and Russia, connecting the Bering Sea and the Arctic Ocean
  • berkeleianism — the philosophical system of George Berkeley, holding that objects exist only when perceived, that God's perception sustains the universe, and that there is no independent substratum or substance in which these perceptions inhere
  • berkeley unix — Berkeley Software Distribution
  • bermuda onion — a large white or yellow onion with a mild flavor, grown in Texas, California, etc.
  • bernoulli box — (storage)   A high capacity storage device, Iomega Corporation's first popular product, that spins a mylar disk over a read-write head using the Bernoulli principle.
  • beta carotene — a yellowish form of carotene: a dietary deficiency of this is associated with a greater risk of certain cancers
  • beta-carotene — the most abundant of various isomers of carotene, C 40 H 56 , that can be converted by the body to vitamin A.
  • bethnal green — a former borough of London, England, N of the Thames.
  • bewilderingly — extremely confusing: a bewildering schedule of events.
  • beyond number — too numerous to be counted
  • beyond recall — If something is beyond recall, it is no longer possible to remember how it was or to bring it back to its original condition.
  • bib and brace — a work garment consisting of trousers and an upper front part supported by straps over the shoulders
  • bible reading — a passage from the Bible, esp one read in a service
  • bidirectional — (of a printhead) capable of printing from left to right and from right to left
  • bighorn-river — a river flowing from central Wyoming to the Yellowstone River in S Montana. 336 miles (540 km) long.
  • bikini briefs — a pair of men's or women's underpants that barely cover the groin area
  • bilinear form — a function or functional of two variables that is linear with respect to each variable when the other variable is held fixed.
  • bill of entry — a list of goods received at a customs house for export or import
  • binary number — a number expressed in binary notation, as 1101.101 = 1 × 23 + 1 × 22 + 0 × 21 + 1 × 20 + 1 × 2–1 + 0 × 2–2 + 1 × 2–3 = 13 5⁄8
  • binary prefix — (unit)   (Or "IEC prefix") A prefix used with a unit of data to mean multiplication by a power of 1024. Binary prefixes are most often used with "byte" (e.g. "kilobyte") but also with bit (e.g. "megabit"). For example, the term kilobyte has historically been used to mean 1024 bytes, and megabyte to mean 1,048,576 bytes. The multipliers 1024 and 1,048,576 are powers of 1024, which is itself a power of two (1024 = 2^10). It is this factor of two that gives the name "binary prefix". This is in contrast to a decimal prefix denoting a power of 1000, which is itself a power of ten (1000 = 10^3). Decimal prefixes are used in science and engineering and are specified in widely adopted SI standards. Note that the actual prefix - kilo or mega - is the same, it is the interpretation that differs. The difference between the two interpretations increases with each multiplication, so while 1000 and 1024 differ by only 2.4%, 1000^6 and 1024^6 differ by 15%. The 1024-based interpretation of prefixes is often still used informally and especially when discussing the storage capacity of random-access memory. This has lead to storage device manufacturers being accused of false marketing for using the decimal interpretation where customers might assume the larger, historical, binary interpretation. In an attempt to clarify the distinction, in 1998 the IEC specified that kilobyte, megabyte, etc. should only be used for powers of 1000 (following SI). They specified new prefixes for powers of 1024 containing "bi" for "binary": kibibyte, mebibyte, etc.; an idea originally propsed by IUPAC. IEC also specified new abbreviations Ki, Mi, etc. for the new prefixes. Many other standards bodies such as NIST, IEEE and BIPM support this proposal but as of 2013 its use is rare in non-technical circles. Specific units of IEC 60027-2 A.2 and ISO/IEC 80000
  • binary search — (algorithm)   A search algorithm which repeatedly divides an ordered search space in half according to how the required (key) value compares with the middle element. The following pseudo-C routine performs a binary search return the index of the element of vector "thing[first..last]" equal to "target": if (target < thing[first] || target > thing[last]) return NOT_FOUND; while (first < last) { mid = (first+last)/2; /* truncate to integer */ if (target == thing[mid]) return mid; if (target < thing[mid]) last = mid-1; else first = mid+1; } if (target == thing[last]) return last; return NOT_FOUND; (2003-01-14)
  • binary system — a system involving only two elements, as 0 and 1 or yes and no.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?