0%

23-letter words containing i, n, d, u

  • (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.
  • adaptive cruise control — Adaptive cruise control is an electronic control system in a vehicle that makes sure that the vehicle keeps a safe distance from vehicles in front.
  • adjusting journal entry — An adjusting journal entry is a journal entry that is made to correct an error or update an account.
  • astro-inertial guidance — celestial guidance.
  • asymmetrical modulation — (communications)   A scheme to maximise use of a communications line by giving a larger share of the bandwidth to the modem at the end which is transmitting the most information. Only one end of the connection has full bandwidth, the other has only a fraction of the bandwidth. Normally, which end gets the full bandwidth is chosen dynamically. Asymmetrical modulation was made famous by the HST mode of the early high-speed modems from US Robotics.
  • 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.
  • between-subjects design — (of an experiment) concerned with measuring the value of the dependent variable for distinct and unrelated groups subjected to each of the experimental conditions
  • 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 pickle — an unpeeled slice of cucumber marinated in salt water and boiled with vinegar, celery seed, spices, and brown sugar.
  • brinell hardness number — a measure of the hardness of a material obtained by pressing a hard steel ball into its surface; it is expressed as the ratio of the load on the ball in kilograms to the area of the depression made by the ball in square millimetres
  • business administration — a program of studies at a college or university covering finance, management of personnel, etc., designed to prepare a person for a career in business
  • camillo benso di cavour — Camillo Benso di [kah-meel-law ben-saw dee] /kɑˈmil lɔ ˈbɛn sɔ di/ (Show IPA), 1810–61, Italian statesman: leader in the unification of Italy.
  • chi-square distribution — a continuous single-parameter distribution derived as a special case of the gamma distribution and used esp to measure goodness of fit and to test hypotheses and obtain confidence intervals for the variance of a normally distributed variable
  • chief education officer — an official who is the chief administrative officer of a Local Education Authority
  • circumstantial evidence — indirect evidence that tends to establish a conclusion by inference
  • citizens' advice bureau — an independent charity where the public can obtain free, confidential information and advice on an extensive range of civil, consumer, and legal matters
  • citrus greening disease — Plant Pathology. a bacterial disease of citrus trees, transmitted by insects of the Psyllidae family.
  • civil aeronautics board — the former federal agency (1938–85) that regulated airline fares and assigned routes. Abbreviation: CAB, C.A.B.
  • classification schedule — the printed scheme of a system of classification
  • communication breakdown — a lack of communication; a failure to exchange information
  • community-service order — (in Britain) a court order requiring an offender over seventeen years old to do unpaid socially beneficial work under supervision instead of going to prison
  • complain about the food — If you complain about the food, you say that you are not satisfied with it.
  • computer-aided learning — Computer-Aided Instruction
  • computer-based training — Computer-Aided Instruction
  • 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.
  • constructive cost model — (programming)   (COCOMO) A method for estimating the cost of a software package, proposed by Dr Barry Boehm. The Basic COCOMO Model estimates the effort required to develop software in three modes of development (Organic Mode, Semidetached Mode, or Embedded Mode) using only DSIs as an input. The Basic model is good for quick estimates. The Intermediate Model extends the Basic Model with an Effort Adjustment Factor (EAF) and different coefficients for the effort equation. The user supplies settings for cost drivers that determine the effort and duration of the software projects. It also allows DSI values and cost drivers to be chosen for individual components instead of for the system as a whole. The Detailed COCOMO Model uses effort multipliers for each phase of the project and provides a three-level product hierarchy and has some other capabilities such as a procedure for adjusting the phase distribution of the development schedule.
  • corridor of uncertainty — an area of a wicket just outside a batsman's off stump, so located that the batsman will have difficulty in deciding whether or not to play a ball bowled into it
  • criminal records bureau — (in England and Wales) a service offering employers and voluntary organizations access to police, health, and education records
  • 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
  • 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)
  • dark-field illumination — illumination of the field of a microscope from the side so that the specimen is viewed against a dark background
  • data acquisition system — A data acquisition system is a system that acquires data, generally by digitizing analog channels and storing the data in digital form.
  • data terminal equipment — (communications, hardware)   (DTE) A device which acts as the source and/or destination of data and which controls the communication channel. DTE includes terminals, computers, protocol converters, and multiplexors. DTE is usually connected via an EIA-232 serial line to Data Communication Equipment (DCE), typically a modem. It is necessary to distinguish these two types of device because their connectors must be wired differently if a "straight-through" cable (pin 1 to pin 1, pin 2 to pin 2 etc.) is to be used. DTE should have a male connector and should transmit on pin three and receive on pin two. It is a curious fact that many modems are actually "DTE" according to the original standard.
  • debugging an empty file — (programming, humour)   A humourous definition of programming that considers a complete absence of any code as a bug to be fixed.
  • decision support system — a system in which one or more computers and computer programs assist in decision-making by providing information
  • department of education — the department of the U.S. federal government that administers federal programs dealing with education: created in 1979, largely by transfer from part of the former Department of Health, Education, and Welfare. Abbreviation: ED.
  • descriptive linguistics — the study of the description of the internal phonological, grammatical, and semantic structures of languages at given points in time without reference to their histories or to one another
  • deterministic automaton — (theory)   A finite-state automaton in which the overall course of the computation is completely determined by the program, the starting state, and the initial inputs. The class of problems solvable by such automata is the class P (see polynomial-time algorithm).
  • dichlorodifluoromethane — a colourless nonflammable gas easily liquefied by pressure: used as a propellant in aerosols and fire extinguishers and as a refrigerant. Formula: CCl2F2
  • dictionary of computing — Free On-line Dictionary of Computing
  • digital subscriber line — (communications, protocol)   (DSL, or Digital Subscriber Loop, xDSL - see below) A family of digital telecommunications protocols designed to allow high speed data communication over the existing copper telephone lines between end-users and telephone companies. When two conventional modems are connected through the telephone system (PSTN), it treats the communication the same as voice conversations. This has the advantage that there is no investment required from the telephone company (telco) but the disadvantage is that the bandwidth available for the communication is the same as that available for voice conversations, usually 64 kb/s (DS0) at most. The twisted-pair copper cables into individual homes or offices can usually carry significantly more than 64 kb/s but the telco needs to handle the signal as digital rather than analog. There are many implementation of the basic scheme, differing in the communication protocol used and providing varying service levels. The throughput of the communication can be anything from about 128 kb/s to over 8 Mb/s, the communication can be either symmetric or asymmetric (i.e. the available bandwidth may or may not be the same upstream and downstream). Equipment prices and service fees also vary considerably. The first technology based on DSL was ISDN, although ISDN is not often recognised as such nowadays. Since then a large number of other protocols have been developed, collectively referred to as xDSL, including HDSL, SDSL, ADSL, and VDSL. As yet none of these have reached very wide deployment but wider deployment is expected for 1998-1999.
  • dionysius of alexandria — ("the Great") a.d. c190–265, patriarch of Alexandria 247?–265?.
  • discontinuous variation — variation in phenotypic traits in which types are grouped into discrete categories with few or no intermediate phenotypes. Compare continuous variation.
  • dishonourable discharge — dismissal from the US armed forces by a court martial as a result of serious misconduct
  • disjunctive normal form — (DNF) A logical formula consisting of a disjunction of conjunctions where no conjunction contains a disjunction. E.g. the DNF of (A or B) and C is (A and C) or (B and C).
  • distributive bargaining — a negotiation process aimed at reaching a compromise agreement over how resources may be allocated between the parties

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