0%

23-letter words containing nd

  • (get in) under the wire — (to arrive or accomplish something) barely on time or at the last minute
  • aberdeen proving ground — a federal reservation and U.S. Army training center in NE Maryland, S of Aberdeen and on W Chesapeake Bay, that is the site of a military testing ground.
  • abstract window toolkit — (graphics)   (AWT) Java's platform-independent windowing, graphics, and user-interface toolkit. The AWT is part of the Java Foundation Classes (JFC) - the standard API for providing a graphical user interface (GUI) for a Java program. Compare: SWING.
  • all sweetness and light — If you say that a relationship or situation is not all sweetness and light, you mean that it is not as pleasant as it appears to be.
  • andorra kernel language — (language)   (AKL) The successor to KAP by S. Janson <[email protected]>. A prototype implementation is available from the author.
  • approbate and reprobate — to accept part of a document and reject those parts unfavourable to one's interests
  • at the beck and call of — at the service of; obedient to the wishes of
  • atrioventricular bundle — a bundle of specialized muscle fibers regulating the heartbeat by conducting impulses from the right atrium to the ventricles.
  • bank-and-turn indicator — a flight instrument that combines a bank indicator and turn indicator in a single unit.
  • barrister and solicitor — an attorney who is licensed to prepare cases and argue them in court in the common-law provinces of Canada and in New Zealand and Australia.
  • battered child syndrome — the array of physical injuries exhibited by young children who have been beaten repeatedly or otherwise abused by their parents or guardians.
  • battered woman syndrome — the array of physical and psychological injuries exhibited by women (battered women or battered wives) who have been beaten repeatedly or otherwise abused by their partners or spouses.
  • be meat and drink to sb — If you say something is meat and drink to someone, you mean that they enjoy it very much.
  • be on the receiving end — to be the recipient of a gift, or favor
  • beyond reasonable doubt — if something is proved beyond reasonable doubt, it is legally accepted as being true
  • black and tan coonhound — one of an American breed of large, powerful hound dogs having a short, dense, black coat with tan markings above the eyes and on the muzzle, chest, legs, feet, and breech, and low-set, drooping ears, used for hunting raccoons, opossums, and other larger game.
  • blood, sweat, and tears — If you refer to something as involving blood, sweat, and tears, you mean that it is a very hard thing to do and requires a lot of effort.
  • boundary value analysis — (programming)   A test data selection technique in which values are chosen to lie along data extremes. Boundary values include maximum, minimum, just inside/outside boundaries, typical values, and error values. The hope is that, if a systems works correctly for these special values then it will work correctly for all values in between.
  • bread-and-butter letter — a letter expressing gratitude for hospitality
  • bread-and-butter pickle — an unpeeled slice of cucumber marinated in salt water and boiled with vinegar, celery seed, spices, and brown sugar.
  • british and irish lions — a touring rugby union side composed of players invited from England, Scotland, Wales, and Ireland
  • catherine of alexandriaSaint, a.d. c310, Christian martyr.
  • commonwealth of england — commonwealth (def 5).
  • condition code register — a hardware register used for storing the current values of the condition codes
  • conditional convergence — the property of an infinite series that converges while the series formed by replacing each term in the given series with its absolute value diverges; the property of an infinite series that converges when the order of the terms is altered. Compare absolute convergence (def 1).
  • conditional probability — the probability of one event, A, occurring given that another, B, is already known to have occurred: written P(A|B) and equal to P(A and B)|P(B)
  • conditioned suppression — the reduction in the frequency of a learned response, e.g. pressing a bar for water, that occurs when a stimulus previously associated with pain is present
  • consciousness-expanding — mind-expanding.
  • cyclic redundancy check — (algorithm)   (CRC or "cyclic redundancy code") A number derived from, and stored or transmitted with, a block of data in order to detect corruption. By recalculating the CRC and comparing it to the value originally transmitted, the receiver can detect some types of transmission errors. A CRC is more complicated than a checksum. It is calculated using division either using shifts and exclusive ORs or table lookup (modulo 256 or 65536). The CRC is "redundant" in that it adds no information. A single corrupted bit in the data will result in a one bit change in the calculated CRC but multiple corrupted bits may cancel each other out. CRCs treat blocks of input bits as coefficient-sets for polynomials. E.g., binary 10100000 implies the polynomial: 1*x^7 + 0*x^6 + 1*x^5 + 0*x^4 + 0*x^3 + 0*x^2 + 0*x^1 + 0*x^0. This is the "message polynomial". A second polynomial, with constant coefficients, is called the "generator polynomial". This is divided into the message polynomial, giving a quotient and remainder. The coefficients of the remainder form the bits of the final CRC. So, an order-33 generator polynomial is necessary to generate a 32-bit CRC. The exact bit-set used for the generator polynomial will naturally affect the CRC that is computed. Most CRC implementations seem to operate 8 bits at a time by building a table of 256 entries, representing all 256 possible 8-bit byte combinations, and determining the effect that each byte will have. CRCs are then computed using an input byte to select a 16- or 32-bit value from the table. This value is then used to update the CRC.
  • cylinder vacuum cleaner — a type of vacuum cleaner in which dirt, dust, etc, is sucked into a hard cylinder rather than a bag
  • cylindrical coordinates — three coordinates defining the location of a point in three-dimensional space in terms of its polar coordinates (r, θ) in one plane, usually the (x, y) plane, and its perpendicular distance, z, measured from this plane
  • d'entrecasteaux islands — a group of volcanic islands in the Pacific, off the SE coast of New Guinea: part of Papua New Guinea. Pop: 49 167 (1990 est). Area: 3141 sq km (1213 sq miles)
  • diamondback rattlesnake — either of two large, highly venomous rattlesnakes of the genus Crotalus, having diamond-shaped markings on the back.
  • dionysius of alexandria — ("the Great") a.d. c190–265, patriarch of Alexandria 247?–265?.
  • dr. jekyll and mr. hyde — (The Strange Case of Dr. Jekyll and Mr. Hyde) a novel (1886) by Robert Louis Stevenson.
  • draw a line in the sand — to put a stop to or a limit on
  • drive sb round the bend — If you say that someone or something drives you round the bend, you mean that you dislike them and they annoy or upset you very much.
  • drummond of hawthornden — William. 1585–1649, Scottish poet, historian, and royalist pamphleteer
  • eastern lowland gorilla — the largest of the anthropoid apes, Gorilla gorilla, terrestrial and vegetarian, of western equatorial Africa and the Kivu highlands, comprising the subspecies G. g. gorilla (western lowland gorilla) G. g. graueri (eastern lowland gorilla) and G. g. beringei (mountain gorilla) now rare.
  • ecclesiastical calendar — a calendar based on the lunisolar cycle, used by many Christian churches in determining the dates for the movable feasts.
  • education correspondent — a journalist who reports news in the field of education or teaching
  • endorsement advertising — the practice of saying that you approve of a company or product by appearing in advertisements for it
  • expanded memory manager — (software, storage)   (EMM) IBM PC memory manager software implementing Expanded Memory Specification, such as EMM386 or QEMM386. EMMs can usually provide UMB as well.
  • extended graphics array — (hardware)   (XGA) An IBM display standard introduced in 1990. XGA supports a resolution of 1024 x 768 pixels with a palette of 256 colours, or 640 x 480 with high colour (16 bits per pixel). XGA-2 added 1024 x 768 support for high colour and higher refresh rates, improved performance, and supports 1360 x 1024 in 16 colours. XGA is probably not the same as 8514-A. See also VESA's EVGA released at a similar time.
  • extended memory manager — (software, storage)   (XMM) The memory manager software implementing Extended Memory Specification, such as HIMEM or QEMM386. XMM's can usually also act as A20 handlers.
  • extended reach drilling — Extended reach drilling is drilling a well horizontally to at least twice its vertical depth.
  • extraordinary rendition — the process by which a country seizes a person assumed to be involved in terrorist activity and then transports him or her for interrogation to a country where due process of law is unlikely to be respected
  • extrinsic semiconductor — a semiconductor into which a doping agent has been introduced, giving it different electrical properties than the intrinsic semiconductor
  • fendalton shopping cart — a four-wheel drive recreational vehicle
  • firing on all cylinders — working or performing at full capability

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