0%

24-letter words containing a, d, o, r, b

  • a mixed bunch of flowers — a bunch of flowers of different, complementary, kinds
  • additional member system — a system of voting in which people vote separately for the candidate and the party of their choice. Parties are allocated extra seats if the number of constituencies they win does not reflect their overall share of the vote
  • adjustable-rate mortgage — a mortgage that provides for periodic changes in the interest rate, based on changing market condtions. Abbreviation: ARM.
  • advance purchase booking — Advance purchase booking is an arrangement that allows you to book and pay for a hotel room before you arrive, usually at a discounted rate.
  • ambassador extraordinary — a diplomatic minister of the highest rank sent on a special mission
  • backup domain controller — (networking)   (BDC) A server in a network of Microsoft Windows computers that maintains a copy of the SAM database and handles access requests that the Primary Domain Controller (PDC) doesn't respond to. There may be zero or more BDCs in a network. They increase reliability and reduce load on the PDC.
  • bad command or file name — (operating system)   The error message printed by MS DOS when it can't find a program or command to execute due to a typing error, incorrect PATH variable, or misplaced or missing executable.
  • be as good as one's word — to live up to one's promises
  • beta-adrenergic receptor — a site on a cell, as of the heart, that, upon interaction with epinephrine or norepinephrine, controls heartbeat and heart contractability, vasodilation, smooth muscle inhibition, and other physiological processes.
  • bidouilleurs sans argent — (body)   (BSA, French for "Moneyless Hackers") An association which aim is to help computer users who can't afford to buy commercial software. The main purpose of the association is the promotion of free software, and distribution of ex-commercial software. This is clearly an answer to the repressive attitude of the "other" BSA. Among BSA members are Richard Stallman, creator of the GNU project.
  • broad-leaved bottle tree — any of several trees of the genus Brachychiton, native to Australia, characterized by a bottle-shaped swelling of the trunk, as B. rupestris (narrow-leaved bottle tree) or B. australis (broad-leaved bottle tree)
  • broadleaved spindle tree — a flowering tree, Euonymus Latifolius, native to some parts of Western Europe and widely planted as an ornamental
  • bureau of indian affairs — the US federal government agency responsible for managing 66 million acres of land held in trust for Native Americans as well as for administering their trust assets
  • butylated hydroxyanisole — Chemistry, Pharmacology. BHA.
  • butylated hydroxytoluene — BHT.
  • by/through the back door — If you say that someone gets or does something by the back door or through the back door, you are criticizing them for doing it secretly and unofficially.
  • campbell-stokes recorder — an instrument for recording hours of sunshine per day, consisting of a solid glass sphere that focuses rays of sunlight onto a light-sensitive card on which a line is burnt
  • carbamylchloride choline — carbachol.
  • cerebrovascular accident — a sudden interruption of the blood supply to the brain caused by rupture of an artery in the brain (cerebral haemorrhage) or the blocking of a blood vessel, as by a clot of blood (cerebral occlusion)
  • combat infantryman badge — a badge awarded to an infantryman in recognition of satisfactory performance of duty in ground combat against the enemy.
  • descriptive bibliography — the aspect of bibliography concerned with the close physical study and description of books and other works.
  • disturbance of the peace — a malicious and willful intrusion on the peace and quiet of a community or neighbourhood
  • do no harm/do sb no harm — If you say that something would do no harm, or do someone no harm, you are recommending a course of action which you think is worthwhile, helpful, or useful.
  • double overhead camshaft — a pair of overhead camshafts, one to operate the intake valves and the other to operate the exhaust valves. Abbreviation: DOHC.
  • double-crested cormorant — a North American cormorant, Phalacrocorax auritus, having tufts of black and white feathers on the sides of the head.
  • dream of the red chamber — Chinese Hung Lou Mêng or Hong Lou Meng. an 18th-century Chinese novel by Ts'ao Hsüeh-ch'in, completed by Kao E, in 120 chapters.
  • electronic whiteboarding — audiographic teleconferencing
  • exponential distribution — a continuous single-parameter distribution used esp when making statements about the length of life of certain materials or waiting times between randomly occurring events. Its density function is p(x) = λe–λx for positive λ and nonnegative x, and it is a special case of the gamma distribution
  • gottfried von strassburg — early 13th-century German poet; author of the incomplete epic Tristan and Isolde, the version of the legend that served as the basis of Wagner's opera
  • head and shoulders above — vastly superior to
  • hydrochlorofluorocarbons — Plural form of hydrochlorofluorocarbon.
  • in words of one syllable — simply; bluntly
  • irritable bowel syndrome — any combination of common disturbances of the bowel, as diarrhea or constipation, occurring with abdominal pain, sometimes accompanied by psychological stress. Abbreviation: IBS.
  • leave much to be desired — be inadequate
  • like a red rag to a bull — If you describe something as a red rag to a bull, you mean that it is certain to make a particular person or group very angry.
  • local loopback addresses — The special Internet address, 127.0.0.1, defined by the Internet Protocol. A host can use local the loopback address to send messages to itself.
  • logical block addressing — (storage)   (LBA) A hard disk sector addressing scheme used on all SCSI hard disks, and on ATA-2 conforming IDE hard disks. The addressing conversion is performed by the hard disk firmware. Prior to LBA, combined limitations of IBM PC BIOS and ATA restricted the useful capacity of IDE hard disks on IBM PCs and compatibles to 1024 cylinders * 63 sectors per track * 16 heads * 512 bytes per sector = 528 million bytes = 504 megabytes. Modern BIOSes select LBA mode automatically, and work around the 1024-cylinder BIOS limit by representing a hard disk to the OS as having e.g. half as many cylinders and twice as many heads. However, there is still an unbreakable BIOS disk size limit of 1024 cylinders * 63 sectors per track * 256 heads * 512 bytes per sector = 8 gigabytes, but modern OSes (including Windows 9x, Windows NT and Linux) are not affected by it, since they issue direct LBA-based calls, bypassing the BIOS hard disk services completely.
  • nalbuphine hydrochloride — an opiate drug used as a painkiller
  • national war labor board — the board (1942–45) that mediated and arbitrated labor disputes. Abbreviation: NWLB, WLB.
  • network addressable unit — (networking)   (NAU) The SNA term for an addressable entity. Examples include PUs, LUs, and SSCPs.
  • object-oriented analysis — (programming)   (OOA) The first phase of object-oriented design.
  • object-oriented database — (database)   (OODB) A system offering DBMS facilities in an object-oriented programming environment. Data is stored as objects and can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved (inheritance) as are references between objects. Queries can be faster because joins are often not needed (as in a relational database). This is because an object can be retrieved directly without a search, by following its object id. The same programming language can be used for both data definition and data manipulation. The full power of the database programming language's type system can be used to model data structures and the relationship between the different data items. OODBs typically provide better support for versioning. An object can be viewed as the set of all its versions. Also, object versions can be treated as full fledged objects. OODBs also provide systematic support for triggers and constraints which are the basis of active databases. Most, if not all, object-oriented application programs that have database needs will benefit from using an OODB.
  • object-oriented language — object-oriented programming
  • passive balance of trade — a negative balance of trade
  • polychlorinated biphenyl — PCB.
  • portable document format — (file format)   (PDF) The native file format for Adobe Systems' Acrobat. PDF is the file format for representing documents in a manner that is independent of the original application software, hardware, and operating system used to create those documents. A PDF file can describe documents containing any combination of text, graphics, and images in a device-independent and resolution independent format. These documents can be one page or thousands of pages, very simple or extremely complex with a rich use of fonts, graphics, colour, and images.
  • portable scheme debugger — (PSD) A package for source code debugging of R4RS-compliant Scheme under GNU Emacs by Kellom ?ki Pertti <[email protected]>. Version 1.1. Distributed under GNU GPL. It works with scm, Elk and Scheme->C.
  • probability distribution — a distribution of all possible values of a random variable together with an indication of their probabilities.
  • read someone like a book — to understand a person, or his motives, character, etc, thoroughly and clearly
  • robot exclusion standard — standard for robot exclusion

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