0%

27-letter words containing a, d, i, b, t

  • (not) all beer and skittles — (not) pure pleasure and enjoyment
  • a spider's web of something — a tangled arrangement
  • add 1 to cobol giving cobol — (humour, language)   (From COBOL's equivalent syntax to C's C++) A tongue-in-cheek suggestion by Bruce Clement for an object-oriented COBOL.
  • as sensible as a dictionary — (humour)   In Lewis Carroll's Through the Looking Glass and what Alice found there, in the chapter The Garden of Live Flowers, the Red Queen is talking to Alice about what she's been up to: "I only wanted to see what the garden was like, your Majesty -" "That's right," said the Queen, patting her on the head, which Alice didn't like at all, "though, when you say "garden" - I've seen gardens, compared with which this would be a wilderness." Alice didn't dare argue the point, but went on: "- and I thought I'd try and find my way to the top of that hill -" "When you say "hill"", the Queen interrupted, "I could show you hills, in comparison with which you'd call that a valley." "No, I shouldn't," said Alice, surprised into contradicting her at last: "a hill can't be a valley, you know. That would be nonsense -" The Red Queen shook her head. "You may call it "nonsense" if you like," she said, "but I've heard nonsense, compared with which that would be as sensible as a dictionary!" Alice curtseyed again, as she was a little afraid from the Queen's tone that she was a little offended: and they walked on in silence till they got to the top of the little hill. Thanks to Simon James for the text and to Sean Gugler for the URLs.
  • audit bureau of circulation — an organization that collects, audits, and publishes monthly circulation figures for newspapers and magazines
  • balance of payments deficit — a situation in which imports of goods, services, investment income and transfers exceed the exports of goods, services, investment income and transfers.
  • beard the lion (in his den) — to approach, oppose, etc. an influential or feared person, as in a place where that person has the advantage
  • binary-coded decimal system — a numerical system in which each decimal digit is represented by a unique collection of binary digits, not necessarily the same as those used in binary notation. Abbreviation: BCD.
  • block and list manipulation — BALM
  • blood is thicker than water — People say 'blood is thicker than water' when they mean that their loyalty to their family is greater than their loyalty to anyone else.
  • borland international, inc. — Borland Software Corporation
  • british standards institute — (body, standard)   (BSI) The British member of ISO.
  • bury one's head in the sand — to refuse to face a problem
  • capabilities maturity model — Capability Maturity Model
  • central provinces and berar — a former province of central India: renamed Madhya Pradesh in 1950, Berar being transferred to Maharashtra in 1956
  • certificate of indebtedness — a short-term, negotiable, interest-bearing note representing indebtedness.
  • certified public accountant — A certified public accountant is someone who has received a certificate stating that he or she is qualified to work as an accountant within a particular state. The abbreviation CPA is also used.
  • charge of the light brigade — a poem (1854) by Tennyson, celebrating the British cavalry attack on the Russian position at Balaklava during the Crimean War.
  • chief cook and bottlewasher — a person or machine that washes bottles.
  • communicable disease center — former name of Centers for Disease Control.
  • cosmic background radiation — electromagnetic radiation coming from every direction in the universe, considered the remnant of the big bang and corresponding to the black-body radiation of 3 K, the temperature to which the universe has cooled.
  • countably additive function — a set function that upon operating on the union of a countable number of disjoint sets gives the same result as the sum of the functional values of each set.
  • democratic-republican party — the antifederalist party originally led by Thomas Jefferson, which developed into the modern Democratic Party
  • dibasic potassium phosphate — potassium monophosphate. See under potassium phosphate.
  • disability living allowance — a tax-free allowance made by the government to people who have difficulty in walking or need help with personal care
  • distributed array processor — a type of computer system that uses a coordinated array of separate processors applied to a single problem
  • distributed data management — (protocol, database)   (DDM) An IBM data protocol architecture for data management services across distributed systems in an SNA environment. DDM provides a common data management language for data interchange among different IBM system platforms. Products supporting DDM include AS/400, System/36, System/38 and CICS/DDM. On the AS/400, DDM controls remote file processing. DDM enables application programs running on one AS/400 system to access data files stored on another system supporting DDM. Similarly, other systems that have DDM can access files in the database of the local AS/400 system. DDM makes it easier to distribute file processing between two or more systems.
  • distributed data processing — a method of organizing data processing that uses a central computer in combination with smaller local computers or terminals, which communicate with the central computer and perhaps with one another.
  • european broadcasting union — a union of 75 broadcasting organisations from 56 (mainly European) countries and which is responsible for the production of programmes such as the Eurovision Song Contest and the FIFA World Cup
  • familiarity breeds contempt — Familiarity is used especially in the expression familiarity breeds contempt to say that if you know a person or situation very well, you can easily lose respect for that person or become careless in that situation.
  • far be it from me to do sth — You say far be it from me to disagree, or far be it from me to criticize, when you are disagreeing or criticizing and you want to appear less hostile.
  • give sb/sthing 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.
  • healing by second intention — an act or instance of determining mentally upon some action or result.
  • high-deductible health plan — In the U.S., a high-deductible health plan is a health insurance plan with lower premiums and higher deductibles than usual.
  • internet architecture board — (IAB) The technical body that oversees the development of the Internet suite of protocols. It has two task forces: the Internet Engineering Task Force and the Internet Research Task Force. "IAB" previously stood for Internet Activities Board.
  • introgressive-hybridization — the introduction of genes from one species into the gene pool of another species, occurring when matings between the two produce fertile hybrids.
  • joint and several liability — legal responsibility for the whole of a debt for which you are only partially responsible
  • laban dance notation system — a system of movement notation, using symbols on a staff, that records the parts of a dancer's body, direction inspace, dynamics, and tempo for all kinds of movement: used to record and reconstruct forms of dance and movement.
  • metallic wood-boring beetle — any of numerous metallic green, blue, copper, or black beetles of the family Buprestidae, the larvae of which bore into the wood of trees.
  • monoamine oxidase inhibitor — any of various substances, as isocarboxazid and phenelzine, that block enzymatic breakdown of certain monoamine neurotransmitters: used to treat severe depression. Abbreviation: MAOI.
  • object relational modelling — object relational mapping
  • object-oriented programming — (programming)   (OOP) The use of a class of programming languages and techniques based on the concept of an "object" which is a data structure (abstract data type) encapsulated with a set of routines, called "methods", which operate on the data. Operations on the data can only be performed via these methods, which are common to all objects that are instances of a particular "class". Thus the interface to objects is well defined, and allows the code implementing the methods to be changed so long as the interface remains the same. Each class is a separate module and has a position in a "class hierarchy". Methods or code in one class can be passed down the hierarchy to a subclass or inherited from a superclass. This is called "inheritance". A procedure call is described as invoking a method on an object (which effectively becomes the procedure's first argument), and may optionally include other arguments. The method name is looked up in the object's class to find out how to perform that operation on the given object. If the method is not defined for the object's class, it is looked for in its superclass and so on up the class hierarchy until it is found or there is no higher superclass. OOP started with SIMULA-67 around 1970 and became all-pervasive with the advent of C++, and later Java. Another popular object-oriented programming language (OOPL) is Smalltalk, a seminal example from Xerox's Palo Alto Research Center (PARC). Others include Ada, Object Pascal, Objective C, DRAGOON, BETA, Emerald, POOL, Eiffel, Self, Oblog, ESP, LOOPS, POLKA, and Python. Other languages, such as Perl and VB, permit, but do not enforce OOP.
  • pour oil on troubled waters — any of a large class of substances typically unctuous, viscous, combustible, liquid at ordinary temperatures, and soluble in ether or alcohol but not in water: used for anointing, perfuming, lubricating, illuminating, heating, etc.
  • product liability insurance — Product liability insurance is insurance for a producer or supplier of goods against injury to third parties or loss of or damage to their property that is caused by a fault in the goods.
  • public broadcasting service — a network of independent, noncommercial television stations that operate with public and government funding instead of with revenues from advertising. Abbreviation: PBS.
  • public service broadcasting — publicly-funded broadcasting
  • public works administration — the U.S. federal agency (1933–44) that instituted and administered projects for the construction of public works. Abbreviation: PWA, P.W.A.
  • rise/raise sb from the dead — When Christians say that Jesus Christ rose from the dead or raised someone from the dead, they mean that Jesus came back to life after he had died, or brought a dead person back to life.
  • the odds are in sb's favour — If you say that the odds are in someone's favour, you mean that they are likely to succeed in what they are doing.
  • to build up a head of steam — to develop power

On this page, we collect all 27-letter words with A-D-I-B-T. It’s easy to find right word with a certain length. It is the easiest way to find 27-letter word that contains in A-D-I-B-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?