0%

13-letter words containing b, y, r

  • bay for blood — If you say that people are baying for blood, you mean that they are demanding that someone should be hurt or punished.
  • 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.
  • beast of prey — any animal that hunts other animals for food
  • beauty editor — the person in charge of a section of newspaper or magazine devoted to cosmetics, etc
  • beauty parlor — A beauty parlor is a place where women can go to have beauty treatments, for example, to have their hair, nails, or makeup done.
  • bedtime story — a story read or told to a child at bedtime
  • behaviourally — from a behavioural point of view
  • belligerently — aggressively
  • belly of pork — a fatty cut of meat from the pig's belly
  • belly-flopper — an awkward, usually unintentional dive in which the front of the body strikes the water horizontally, the abdomen or chest bearing the brunt of the impact.
  • beneficiary's — a person or group that receives benefits, profits, or advantages.
  • benzoyl group — the univalent group C 7 H 5 O–, derived from benzoic acid.
  • berkeley logo — (language)   A Logo interpreter by Brian Harvey <[email protected]>. Berkeley Logo programs will run on Unix, IBM PC, or Macintosh. It doesn't do anything fancy about graphics and only allows one turtle. Version: 4.6, as of 2000-03-21.
  • berkeley unix — Berkeley Software Distribution
  • berkeley yacc — (tool)   (byacc, previously Zeus, then Zoo) Probably the best variant of the Yacc parser generator. Written by Robert Corbett <[email protected]>.
  • beverly hills — a town in SW California, near Los Angeles: famous as the home of film stars. Pop: 34 941 (2003 est)
  • 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.
  • bharat natyam — a form of Indian classical ballet
  • bharata natya — a traditional south Indian dance style, formerly performed only by devadasis.
  • bias-ply tire — a vehicle tire in which the main plies or cords run across the bead.
  • bibliothecary — a librarian
  • bibliotherapy — the use of reading as therapy
  • big gray wall — (jargon)   What faces a VMS user searching for documentation. A full VMS kit comes on a pallet, the documentation taking up around 15 feet of shelf space before the addition of layered products such as compilers, databases, multi-vendor networking, and programming tools. Recent (since VMS version 5) DEC documentation comes with grey binders; under VMS version 4 the binders were orange and under version 3 they were blue. Often contracted to "Gray Wall".
  • big-heartedly — in a big-hearted manner
  • bill of entry — a list of goods received at a customs house for export or import
  • bimolecularly — in a bimolecular fashion
  • 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 pulsar — a pulsar in a binary system.
  • 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.
  • binary weapon — a chemical weapon consisting of a projectile containing two substances separately that mix to produce a lethal agent when the projectile is fired
  • bioautography — an analytical technique in which organic compounds are separated by chromatography and identified by studying their effects on microorganisms.
  • birthday bash — a birthday party
  • birthday cake — a special cake eaten at a birthday party
  • birthday card — a greeting card sent on someone's birthday
  • birthday girl — the girl or woman whose birthday is being celebrated
  • birthday suit — If you are in your birthday suit, you are not wearing any clothes.
  • bite your lip — If you bite your lip, you try very hard not to show the anger or distress that you are feeling.
  • bittersweetly — in a bittersweet manner
  • black country — a district in the English Midlands, around Birmingham: so called from the soot and grime produced by the many local industries.
  • black hickory — a species of smooth-barked hickory, Carya tomentosa, with fragrant foliage that turns bright yellow in autumn
  • blarney stone — a stone in Blarney Castle, in the SW Republic of Ireland, said to endow whoever kisses it with the gift of the gab and skill in flattery
  • bloody caesar — a drink consisting of vodka, juice made from clams and tomatoes, and usually Worcester sauce and hot pepper sauce
  • boardroom pay — the salaries and bonuses given to the directors of a company
  • bobby dazzler — a person or thing that is outstanding or excellent.
  • bobby-dazzler — anything outstanding, striking, or showy, esp an attractive girl
  • bodily injury — The bodily injury section of a liability insurance policy usually covers hospital bills for the injured parties as well as related expenses such as rehabilitation, medicines, and lost income.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?