0%

18-letter words containing b, l, i, n

  • diamondback turtle — any edible North American terrapin of the genus Malaclemys, esp M. terrapin, occurring in brackish and tidal waters and having diamond-shaped markings on the shell: family Emydidae
  • didaskaleinophobia — The fear of going to school.
  • disability pension — a pension paid to people who are unable to continue to work because of a disability
  • distinguishability — to mark off as different (often followed by from or by): He was distinguished from the other boys by his height.
  • distribution class — form class
  • division of labour — a system of organizing the manufacture of an article in a series of separate specialized operations, each of which is carried out by a different worker or group of workers
  • dominican republic — a republic in the West Indies, occupying the E part of the island of Hispaniola. 19,129 sq. mi. (49,545 sq. km). Capital: Santo Domingo.
  • double achievement — a representation of the arms of a husband beside those of his wife such that a difference of rank between them is shown.
  • double white lines — parallel white lines on a roadway, usually indicating a barrier to crossing
  • doubly linked list — (programming)   A data structure in which each element contains pointers to the next and previous elements in the list, thus forming a bidirectional linear list.
  • dressing table set — a set including a hairbrush, mirror and comb, often with silver backs
  • eclipsing variable — a variable star whose changes in brightness are caused by periodic eclipses of two stars in a binary system.
  • electronic banking — the transfer of money between financial institutions through an exchange of electronic signals over a network
  • electronic mailbox — a device used to store electronic mail
  • elizabeth petrovna — 1709-62; empress of Russia (1741-62): daughter of Peter I
  • elizabethan sonnet — Shakespearean sonnet
  • establishmentarian — Adhering to, advocating, or relating to the principle of an established church.
  • exclusive brethren — one of the two main divisions of the Plymouth Brethren, which, in contrast to the Open Brethren, restricts its members' contacts with those outside the sect
  • exhibition killing — the murder of a hostage by terrorists, filmed for broadcasting on television or the internet
  • fall-back position — an alternative plan
  • fibrocartilaginous — a type of cartilage having a large number of fibers.
  • file control block — (operating system)   (FCB) An MS-DOS data structure that stores information about an open file. The number of FCBs is configured in CONFIG.SYS with a command FCBS=x,y where x (between 1 and 255 inclusive, default 4) specifies the number of file control blocks to allocate and therefore the number of files that MS-DOS can have open at one time. y (not needed from DOS 5.0 onward) specifies the number of files to be closed automatically if all x are in use.
  • fire in your belly — If you say that someone has fire in their belly, you are expressing approval of them because they are energetic, enthusiastic, and have very strong feelings.
  • flash butt welding — a method of welding metal edge-to-edge with a powerful electric flash followed by the application of pressure.
  • gabriele dannunzio — Gabriele [Italian gah-bree-e-le] /Italian ˌgɑ briˈɛ lɛ/ (Show IPA), (Duca Minimo) 1863–1938, Italian soldier, novelist, and poet.
  • garbage collection — (programming)   (GC) The process by which dynamically allocated storage is reclaimed during the execution of a program. The term usually refers to automatic periodic storage reclamation by the garbage collector (part of the run-time system), as opposed to explicit code to free specific blocks of memory. Automatic garbage collection is usually triggered during memory allocation when the amount free memory falls below some threshold or after a certain number of allocations. Normal execution is suspended and the garbage collector is run. There are many variations on this basic scheme. Languages like Lisp represent expressions as graphs built from cells which contain pointers and data. These languages use automatic dynamic storage allocation to build expressions. During the evaluation of an expression it is necessary to reclaim space which is used by subexpressions but which is no longer pointed to by anything. This reclaimed memory is returned to the free memory pool for subsequent reallocation. Without garbage collection the program's memory requirements would increase monotonically throughout execution, possibly exceeding system limits on virtual memory size. The three main methods are mark-sweep garbage collection, reference counting and copying garbage collection. See also the AI koan about garbage collection.
  • gilbert and george — a team of artists, Gilbert Proesch, Italian, born 1942, and George Passmore, British, born 1943: noted esp for their photomontages and performance works
  • gnu public licence — (legal)   Properly known as the General Public License. Improperly known as the General Public Virus.
  • golden gate bridge — a bridge connecting N California with San Francisco peninsula. 4200-foot (1280-meter) center span.
  • grumbling appendix — a condition in which the appendix causes intermittent pain but appendicitis has not developed
  • hamilton's problem — Hamiltonian problem
  • handkerchief table — corner table.
  • hardy-weinberg law — a principle stating that in an infinitely large, randomly mating population in which selection, migration, and mutation do not occur, the frequencies of alleles and genotypes do not change from generation to generation.
  • hebdomadal council — the governing council or senate of Oxford University
  • hexachlorobiphenyl — (organic compound) Either of forty-two isomers of the polychlorinated biphenyl containing six chlorine atoms.
  • honorable ordinary — any of the ordinaries believed to be among those that are oldest or that were the source of the other ordinaries, as the chief, pale, fess, bend, chevron, cross, and saltire.
  • honourable mention — If something that you do in a competition is given an honourable mention, it receives special praise from the judges although it does not actually win a prize.
  • how the wind blows — air in natural motion, as that moving horizontally at any velocity along the earth's surface: A gentle wind blew through the valley. High winds were forecast.
  • hyperbilirubinemia — an abnormally high level of bilirubin in the blood, manifested by jaundice, anorexia, and malaise, occurring in association with liver disease and certain hemolytic anemias.
  • impressionableness — The quality of being impressionable.
  • in all probability — the quality or fact of being probable.
  • in black and white — without colour
  • in the belief that — If you do one thing in the belief that another thing is true or will happen, you do it because you think, usually wrongly, that it is true or will happen.
  • in-band signalling — (communications)   (Or CAS, channel associated signaling) Transmission of control signals in the same channel as data. This is commonly used in the Public Switched Telephone Network where the same pair of wires carry both voice and control signals (e.g. dialling, ringing). Another example is the use on a computer serial line of Control-S and Control-Q characters for flow control as opposed to hardware flow control which would be out-of-band signalling. In digital communications, in-band signalling often uses "bit-robbing" where, for example, one bit in each frame is used for signalling instead of data. This is the reason why a D1 channel in the T-carrier system can only carry 56 Kbps of usable data instead of the 64 Kbps carried by the D0 channel in the E-carrier system.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • inconsiderableness — Quality of being inconsiderable.
  • incremental backup — (operating system)   A kind of backup that copies all files which have changed since the date of the previous backup. The first backup of a file system should include all files - a "full backup". Call this level 0. The next backup could also be a full level 0 backup but it is usually much quicker to do a level 1 backup which will include only those files which have changed since the level 0 backup. Together the level 0 and level 1 backups will include the latest version of every file. Level 1 backups can be made until, say, the backup tape is nearly full, after which we can switch to level 2. Each level includes those files which have changed since the last backup at a lower level. The more levels you use, the longer it will take to restore the latest version of a file (or all files) if you don't know when it was last modified. Compare differential backup.
  • indestructibleness — The quality of being indestructible.
  • individual liberty — the liberty of an individual to exercise freely those rights generally accepted as being outside of governmental control.
  • indolebutyric acid — a white or yellowish, crystalline, water-insoluble powder, C 12 H 13 O 2 N, a plant hormone similar to indoleacetic acid and used for the same purposes.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?