0%

23-letter words containing d, a, c, r, y

  • 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.
  • backwards compatibility — backward compatibility
  • 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.
  • block started by symbol — (memory)   (BSS) The uninitialised data segment produced by Unix linkers. Objects in the bss segment have only a name and a size but no value. Executable code is located in the code segment and initialised data in the data segment.
  • border gateway protocol — (BGP) An Exterior Gateway Protocol defined in RFC 1267 and RFC 1268. Its design is based on experience gained with Exterior Gateway Protocol (EGP), as defined in STD 18, RFC 904 and EGP usage in the NSFNet backbone, as described in RFCs 1092 and 1093.
  • broadcast quality video — (communications, multimedia)   Roughly, video with more than 30 frames per second at a resolution of 800 x 640 pixels. The quality of moving pictures and sound is determined by the complete chain from camera to receiver. Relevant factors are the colour temperature of the lighting, the balance of the red, green and blue vision pick-up tubes to produce the correct display colour temperature (which will be different) and the gamma pre-correction to cancel the non-linear characteristic of cathode-ray tubes in television receivers. The resolution of the camera tube and video coding system will determine the maximum number of pixels in the picture. Different colour coding systems have different defects. The NTSC system (National Television Systems Committee) can produce hue errors. The PAL system (Phase Alternation by Line) can produce saturation errors. Television modulation systems are specified by ITU CCIR Report 624. Low-resolution systems have bandwidths of 4.2 MHz with 525 to 625 lines per frame as used in the Americas and Japan. Medium resolution of 5 to 6.5 MHz with 625 lines is used in Europe, Asia, Africa and Australasia. High-Definition Television (HDTV) will require 8 MHz or more of bandwidth. A medium resolution (5.5 MHz in UK) picture can be represented by 572 lines of 402 pixels. Note the ratio of pixels to lines is not the same as the aspect ratio. A VGA display (480n lines of 640 pixels) could thus display 84% of the height of one picture frame. Most compression techniques reduce quality as they assume a restricted range of detail and motion and discard details to which the human eye is not sensitive. Broadcast quality implies something better than amateur or domestic video and therefore can't be retained on a domestic video recorder. Broadcasts use quadriplex or U-matic recorders. The lowest frame rate used for commercial entertainment is the 24Hz of the 35mm cinema camera. When broadcast on a 50Hz television system, the pictures are screened at 25Hz reducing the running times by 4%. On a 60Hz system every five movie frames are screened as six TV frames, still at the 4% increased rate. The six frames are made by mixing adjacent frames, with some degradation of the picture. A computer system to meet international standard reproduction would at least VGA resolution, an interlaced frame rate of 24Hz and 8 bits to represent the luminance (Y) component. For a component display system using red, green and blue (RGB) electron guns and phosphor dots each will require 7 bits. Transmission and recording is different as various coding schemes need less bits if other representations are used instead of RGB. Broadcasts use YUV and compression can reduce this to about 3.5 bits per pixel without perceptible degradation. High-quality video and sound can be carried on a 34 Mbaud channel after being compressed with ADPCM and variable length coding, potentially in real time.
  • client-centered therapy — a nondirective method of psychotherapy in which treatment consists of helping patients to use effectively their own latent resources in solving problems.
  • computerized tomography — a radiological technique that produces images of cross sections through a patient's body using low levels of radiation
  • 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)
  • 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
  • credit-reference agency — an agency, other than a bank, that specializes in providing credit ratings of people or organizations
  • 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
  • dacryocystorhinostomies — Plural form of dacryocystorhinostomy.
  • delayed stress reaction — a post-traumatic stress disorder occurring more than six months after the experience of a traumatic event.
  • descriptive metaphysics — the philosophical study of the structure of how we think about the world
  • dictionary of computing — Free On-line Dictionary of Computing
  • differential psychology — the branch of psychology dealing with the study of characteristic differences or variations of groups or individuals, especially through the use of analytic techniques and statistical methods.
  • direct primary election — a preliminary election at which candidates for public office are chosen by direct vote of the people instead of by delegates at a convention: in closed primary elections voters must declare party affiliation and may vote only for candidates of their party
  • director of photography — the person who is responsible for all operations concerning camera work and lighting during the production of a film.
  • 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.
  • extracorporeal dialysis — the filtering of circulating blood through a semipermeable membrane in an apparatus
  • firing on all cylinders — working or performing at full capability
  • fluorochlorohydrocarbon — (organic chemistry) Any compound formally derived from a hydrocarbon by replacing some hydrogen atoms with fluorine and some with chlorine (at least one being retained).
  • free on-line dictionary — Free On-line Dictionary of Computing
  • gamma-aminobutyric acid — GABA.
  • have struck/hit paydirt — If you say that someone has struck paydirt or has hit paydirt, you mean that they have achieved sudden success or gained a lot of money very quickly.
  • hook-and-ladder company — a company of firefighters equipped with a hook-and-ladder truck.
  • hydrochlorofluorocarbon — Any of a class of inert compounds of carbon, hydrogen, hydrocarbons, chlorine, and fluorine, used in place of chlorofluorocarbons as being somewhat less destructive to the ozone layer.
  • indeterminacy principle — uncertainty principle.
  • industrial psychologist — a person who studies human behaviour and cognitive processes in relation to the working environment
  • intermediate technology — technology which combines sophisticated ideas with cheap and readily available materials, esp for use in developing countries
  • lady chatterley's lover — a novel (1928) by D. H. Lawrence.
  • like anything/crazy/mad — You can use the expressions like anything, like crazy, or like mad to emphasize that someone is doing something or something is happening in a very energetic or noticeable way.
  • lossy audio compression — (audio, compression)   Any audio compression algorithm which does not retain every bit of data but only reproduces a signal that sounds more or less like the original. Examples are MP1, MP2, MP3, AAC.
  • magnetohydrodynamically — In a magnetohydrodynamic way.
  • o'reilly and associates — The leading publisher of information on the Internet, Unix, the X Window System and other open systems. They also provide the Global Network Navigator service.
  • ordinary life insurance — life insurance with premiums paid throughout the lifetime of the insured.
  • parliamentary candidate — sb standing for election to government
  • parliamentary democracy — a system of government in which people elect representatives to a parliament to make laws, for example Canada and the UK
  • participatory democracy — individual participation by citizens in political decisions and policies that affect their lives, especially directly rather than through elected representatives.
  • performance-related pay — salary based on individual assessment
  • peroxymonosulfuric acid — persulfuric acid (def 1).
  • physical memory address — physical address
  • preclinical safety data — Preclinical safety data is information about the safety of a medication that is assessed before clinical trials.
  • private limited company — a company whose shares can be bought by the public
  • process hazard analysis — Process hazard analysis is calculating what might be a hazard in a process, how likely it is to happen, and what should be done if someone or something is exposed to this hazard.
  • productivity bargaining — the process of reaching an agreement (productivity agreement) through collective bargaining whereby the employees of an organization agree to changes which are intended to improve productivity in return for an increase in pay or other benefits
  • psychomotor retardation — a generalized slowing of psychological and physical activity, frequently occurring as a symptom of severe depression.

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