0%

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

  • a mixed bunch of flowers — a bunch of flowers of different, complementary, kinds
  • adaptable user interface — (tool, product)   (AUI, Oracle Toolkit) A toolkit from Oracle allowing applications to be written which will be portable between different windowing systems. AUI provides one call level interface along with a resource manager and editor across a range of "standard" GUIs, including Macintosh, Microsoft Windows and the X Window System.
  • 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
  • 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 called within the bar — to be appointed as a Queen's Counsel
  • 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.
  • bradley fighting vehicle — a 25-ton, tracked U.S. armored personnel carrier of the 1980s, designed to carry nine soldiers into battle and armed with a 25mm rapid-fire cannon, a machine gun, and an antitank missile launcher.
  • bread-and-butter pickles — a sweet pickle relish made of sliced cucumbers, onions, and, often, bell peppers with mustard seed, turmeric, etc.
  • bread-and-butter pudding — a pudding made by soaking layers of bread and butter scattered with currants or raisins in a mixture of milk, beaten egg, and sugar and baking the result
  • 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.
  • 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.
  • disestablishmentarianism — a person who favors the separation of church and state, especially the withdrawal of special rights, status, and support granted an established church by a state; an advocate of disestablishing a state church.
  • disturbance of the peace — a malicious and willful intrusion on the peace and quiet of a community or neighbourhood
  • 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
  • give sb/sth 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.
  • 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
  • great saint bernard pass — St. Bernard, Great.
  • hardware circular buffer — (programming, hardware)   digital signal processors which support hardware circular buffers automatically generate and increment pointers for memory accesses which wrap to the beginning of the buffer when its end is reached, thus saving the time and instructions otherwise needed to ensure that the address pointer stays within the boundary of the buffer, and speeding the execution of repetitive DSP algorithms.
  • hyaline membrane disease — respiratory distress syndrome.
  • 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.
  • la belle dame sans merci — a ballad (1819) by Keats.
  • 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.
  • 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.
  • 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
  • san bernardino mountains — mountain range in S Calif., south of the Mojave Desert: highest peak, 11,502 ft (3,506 m)
  • senegambia confederation — an economic and political union (1982–89) between Senegal and The Gambia
  • skeleton in the cupboard — a scandalous fact or event in the past that is kept secret
  • st.-bruno-de-montarville — a town in S Quebec, in E Canada, near Montreal.

On this page, we collect all 24-letter words with A-B-R-I-D. 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-B-R-I-D 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?