0%

18-letter words containing b, p, t

  • 16-bit application — (operating system)   Software for MS-DOS or Microsoft Windows which originally ran on the 16-bit Intel 8088 and 80286 microprocessors. These used a segmented address space to extend the range of addresses from what is possible with just a 16-bit address. Programs with more than 64 kilobytes of code or data therefore had to waste time switching between segments. Furthermore, programming with segments is more involved than programming in a flat address space, giving rise to warts like memory models in C and C++. Compare 32-bit application.
  • 32-bit application — (architecture, operating system)   IBM PC software that runs in a 32-bit flat address space. The term 32-bit application came about because MS-DOS and Microsoft Windows were originally written for the Intel 8088 and 80286 microprocessors. These are 16 bit microprocessors with a segmented address space. Programs with more than 64 kilobytes of code and/or data therefore had to switch between segments quite frequently. As this operation is quite time consuming in comparison to other machine operations, the application's performance may suffer. Furthermore, programming with segments is more involved than programming in a flat address space, giving rise to some complications in programming languages like "memory models" in C and C++. The shift from 16-bit software to 32-bit software on IBM PC clones became possible with the introduction of the Intel 80386 microprocessor. This microprocessor and its successors support a segmented address space with 16-bit and 32 bit segments (more precisely: segments with 16- or 32-bit address offset) or a linear 32-bit address space. For compatibility reasons, however, much of the software is nevertheless written in 16-bit models. See also Win32s.
  • a plague on sb/sth — You say a plague on a particular person or thing when you are very irritated by them and do not want to bother with them any more.
  • a slap on the back — congratulation
  • aarp probe packets — (networking)   AARP packets sent out on a nonextended AppleTalk network to discover whether a randomly selected node ID is being used by any node. If not, the sending node uses the node ID. If so, it chooses a different ID and sends more AARP probe packets.
  • absorption costing — a method of cost accounting in which overheads are apportioned to cost centres, where they are absorbed using predetermined rates
  • abstract data type — (programming)   (ADT) A kind of data abstraction where a type's internal form is hidden behind a set of access functions. Values of the type are created and inspected only by calls to the access functions. This allows the implementation of the type to be changed without requiring any changes outside the module in which it is defined. A classic example of an ADT is a stack data type for which functions might be provided to create an empty stack, to push values onto a stack and to pop values from a stack.
  • adjustable spanner — a tool with adjustable jaws used for turning bolts, etc
  • adobe type manager — (text, tool, product)   (ATM) Software that produces PostScript outline fonts on screen and paper. There are versions that run under Microsoft Windows and on the Macintosh. ATM can do hinting, multiple master and anti-aliasing.
  • algebraic topology — the branch of mathematics that deals with the application of algebraic methods to topology, especially the study of homology and homotopy.
  • apartment building — An apartment building or apartment house is a tall building which contains different apartments on different floors.
  • apprentice plumber — a trainee plumber
  • appropriation bill — a bill to set apart money for a specific purpose
  • arachibutyrophobia — Fear of peanut butter sticking to the roof of one's mouth.
  • assignment problem — (mathematics, algorithm)   (Or "linear assignment") Any problem involving minimising the sum of C(a, b) over a set P of pairs (a, b) where a is an element of some set A and b is an element of set B, and C is some function, under constraints such as "each element of A must appear exactly once in P" or similarly for B, or both. For example, the a's could be workers and the b's projects. The problem is "linear" because the "cost function" C() depends only on the particular pairing (a, b) and is independent of all other pairings.
  • autobiographically — In a autobiographical manner.
  • bachelor apartment — a flat consisting of one room that is used as a sitting room and bedroom, as well as a kitchenette and a bathroom
  • bachelorette party — A bachelorette party is a party for a woman who is getting married very soon, to which only women are invited.
  • balanced computing — (jargon)   Matching computer tools to job activities so that the computer system structure parallels the organisation structure and work functions. Both personal computers and employees operate in a decentralised environment with monitoring of achievement of management objectives from centralised corporate systems.
  • ballistic pendulum — a device consisting of a large mass hung from a horizontal bar by two rods, used to measure the velocity of an object, as a bullet, by retaining the object upon impact, its velocity being a function of the displacement of the mass.
  • band-tailed pigeon — a wild pigeon, Columba fasciata, of western North America, having a gray band on its tail.
  • bankers-acceptance — a draft or bill of exchange that a bank has accepted. Abbreviation: BA. Also called banker's acceptance. Compare acceptance (def 6).
  • barbershop quartet — a group of four singers who perform a style of music sung in four-part harmony
  • baritone saxophone — the second lowest instrument in the family of saxophones
  • basement apartment — an apartment below the ground floor of a building
  • beautiful hook-tip — a similar but unrelated species, Laspeyria flexula
  • beauty competition — a competition in which the participants, usually women, are judged on their attractiveness, with a prize, and often a title, awarded to the winner
  • before the present — See B.P (def 4).
  • behaviour patterns — the characteristic ways in which a person or animal acts
  • benchmark position — a public service job used for comparison with a similar position, such as a position in commerce, for wage settlements
  • berwick-upon-tweed — a town in N England, in N Northumberland at the mouth of the Tweed: much involved in border disputes between England and Scotland between the 12th and 16th centuries; neutral territory 1551–1885. Pop: 12 870 (2001)
  • beta-naphthylamine — a white to reddish, crystalline, water-soluble, extremely toxic solid, C 10 H 9 N, used chiefly in the manufacture of azo dyes.
  • beyond one's depth — in water deeper than one is tall
  • bichromate process — any of several methods of photography in which the light-sensitive medium is alkaline bichromate associated with a colloid such as gum, albumen, or gelatin.
  • biological parents — the biological mother and father of a child
  • biological therapy — biotherapy
  • bipolar transistor — (electronics)   A transistor made from a sandwich of n- and p-type semiconductor material: either npn or pnp. The middle section is known as the "base" and the other two as the "collector" and "emitter". When used as an amplifying element, the base to emitter junction is in a "forward-biased" (conducting) condition, and the base to collector junction is "reverse-biased" or non-conducting. Small changes in the base to emitter current (the input signal) cause either holes (for pnp devices) or free electrons (for npn) to enter the base from the emitter. The attracting voltage of the collector causes the majority of these charges to cross into and be collected by the collector, resulting in amplification. Contrast field effect transistor.
  • birth control pill — an oral contraceptive for women, containing the hormones estrogen and progesterone or progesterone alone, that inhibits ovulation, fertilization, or implantation of a fertilized ovum, causing temporary infertility.
  • birth-control pill — an oral contraceptive for women, containing the hormones estrogen and progesterone or progesterone alone, that inhibits ovulation, fertilization, or implantation of a fertilized ovum, causing temporary infertility.
  • bitwise complement — The bitwise complement of a bit field is a bit field of the same length but with each zero changed to a one and vice versa. This is the same as the ones complement of a binary integer.
  • blocking capacitor — a capacitor that blocks the passage of direct current but allows alternating current to pass
  • blot sb's copybook — If you blot your copybook, you spoil your good reputation by doing something wrong.
  • blue-plate special — an inexpensive restaurant meal served at a fixed price on a large plate, originally blue
  • bomb disposal unit — a unit of the police or armed services specializing in bomb disposal
  • borax pentahydrate — a white, crystalline, water-soluble solid, Na 2 B 4 O 7 ⋅5H 2 O, used chiefly for killing weeds, as a water softener, and as a disinfectant and deodorizing agent.
  • bore the pants off — to bore extremely
  • born to the purple — being of royal or high birth
  • bottlenose dolphin — any dolphin of the genus Tursiops, esp T. truncatus, some of which have been kept in captivity and trained to perform tricks
  • boundedly complete — (theory)   (Or "consistently complete") In domain theory, a complete partial order is boundedly complete if every bounded subset has a least upper bound.
  • brand-name product — A brand-name product is one which is made by a well-known manufacturer and has the manufacturer's label on it.

On this page, we collect all 18-letter words with B-P-T. It’s easy to find right word with a certain length. It is the easiest way to find 18-letter word that contains in B-P-T to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?