0%

22-letter words containing d, y, s, t, e

  • absorption dynamometer — a device for measuring the torque or power of an engine in a process in which the energy supplied to the device by the engine is absorbed.
  • arseniuretted hydrogen — arsine (def 1).
  • attributed file system — (storage)   (AtFS) The basis of the Shape_VC toolkit. Cooperative work within projects is supported by a status model controlling visibility of version objects, locking, and "long transactions" for synchronising concurrent updates. The concept of object attributes provides a basis for storing management information with versions and passing this information between individual tools. This mechanism is useful for building integrated environments from a set of unrelated tools.
  • bankruptcy proceedings — the legal business of a bankruptcy case
  • basal body temperature — the lowest temperature the body reaches in the resting state, typically during sleep. It is usually measured on waking
  • borderline personality — Psychiatry. a personality disorder characterized by instability in many areas, as mood, identity, self-image, and behavior, and often manifested by impulsive actions, suicide attempts, inappropriate anger, or depression.
  • british library method — (algorithm)   Brute force searching. According to legends circulating in the 1970s, in the British Library books are searched for by examining each book sequentially in the first shelf, then the next shelf, continuing until the book is found or the entire library has been searched. The term was referred to in a Dutch coursebook, "Inleiding In De Informatica" (Introduction to Informatics) from a course given by C.H.A. Koster and Th.A. Zoethout. This was based on a course given at the TU Berlin.
  • brush-footed butterfly — any of several butterflies of the family Nymphalidae, including the fritillaries, mourning cloaks, anglewings, and commas, characterized by reduced, nonfunctional forelegs.
  • cadence design systems — (company)   A company that sells electronic design automation software and services. See also Verilog.
  • carpal tunnel syndrome — a condition characterized by pain and tingling in the fingers, caused by pressure on a nerve as it passes under the ligament situated across the front of the wrist
  • cascading style sheets — (web)   (CSS) An extension to HTML to allow styles, e.g. colour, font, size to be specified for certain elements of a hypertext document. Style information can be included in-line in the HTML file or in a separate CSS file (which can then be easily shared by multiple HTML files). Multiple levels of CSS can be used to allow selective overriding of styles.
  • coronary heart disease — any heart disorder caused by disease of the coronary arteries
  • countryside commission — (formerly, in Britain) a body which co-ordinated government activity in England and Wales in relation to the countryside
  • cytidine monophosphate — a nucleotide constituent of ribonucleic acids; a phosphoric acid ester of cytidine. Abbreviation: CMP.
  • dalton's atomic theory — the theory that matter consists of indivisible particles called atoms and that atoms of a given element are all identical and can neither be created nor destroyed. Compounds are formed by combination of atoms in simple ratios to give compound atoms (molecules). The theory was the basis of modern chemistry
  • dehydroepiandrosterone — the most abundant steroid in the human body, that is involved in the manufacture of testosterone, oestrogen, progesterone, and corticosterone
  • delayed-action shutter — a camera shutter that opens after an interval set by the photographer
  • design system language — J. Gaffney, Evans & Sutherland 1976. Interpretive FORTH-like language for 3d graphics databases. Earliest forerunner of both Interpress and PostScript. Mentioned in PostScript Language Reference Manual, Adobe Systems, A-W 1985.
  • digital control system — (systems)   (DCS) A digital computer used for real-time control of a dynamic system, usually in an industrial environment, possibly as part of a Supervisory Control and Data Acquisition (SCADA) system. A DCS samples feedback from the system under control and modifies the control signals in an attempt to achieve some desired behaviour. Analysis of such digital-analogue feedback systems can involve mathematical methods such as difference equations, Laplace transforms, z transfer functions, state space models and state transition matrices.
  • directory system agent — (DSA) The software that provides the X.500 Directory Service for a portion of the directory information base. Generally, each DSA is responsible for the directory information for a single organisation or organisational unit.
  • disciplinary committee — a committee charged with examining alleged breaches of discipline within an organization, profession, etc and adjudicating on them
  • disposable soma theory — the theory that ageing is caused by the body having increasingly fewer resources to allocate towards repairing wear and damage to tissues
  • dyadic systems limited — Dyalog Limited
  • educational psychology — a branch of psychology concerned with developing effective educational techniques and dealing with psychological problems in schools.
  • entertainment industry — show business
  • federal reserve system — a U.S. federal banking system that is under the control of a central board of governors (Federal Reserve Board) with a central bank (Federal Reserve Bank) in each of 12 districts and that has wide powers in controlling credit and the flow of money as well as in performing other functions, as regulating and supervising its member banks.
  • fetal alcohol syndrome — a pattern of birth defects caused by maternal consumption of alcohol during pregnancy: considered as one of the fetal alcohol spectrum disorders. Abbreviation: FAS.
  • frequency distribution — the correspondence of a set of frequencies with the set of categories, intervals, or values into which a population is classified.
  • get a word in edgeways — to succeed in interrupting a conversation in which someone else is talking incessantly
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • in one's birthday suit — naked; nude
  • in your wildest dreams — If you say that you could not imagine a particular thing in your wildest dreams, you are emphasizing that you think it is extremely strange or unlikely.
  • industrial archaeology — the study of past industrial machines, works, etc
  • industrialized country — a country characterized by industry on an extensive scale
  • joint density function — a function of two or more random variables from which can be obtained a single probability that all the variables in the function will take specified values or fall within specified intervals
  • klinefelter's syndrome — an abnormal condition in which at least one extra X chromosome is present in a male: characterized by reduced or absent sperm production, small testicles, and in some cases enlarged breasts.
  • knowledge-based system — (artificial intelligence)   (KBS) A program for extending and/or querying a knowledge base. The related term expert system is normally used to refer to a highly domain-specific type of KBS used for a specialised purpose such as medical diagnosis. The Cyc project is an example of a large KBS.
  • limited access highway — expressway
  • nodal switching system — (NSS) Main routing nodes in the NSFnet backbone.
  • nonmonetary advantages — the beneficial aspects of an employment, such as the stimulation of the work, attractiveness of the workplace, or its nearness to one's home, that do not reflect its financial remuneration
  • one-eyed trouser snake — a vulgar term for the male member; penis
  • ousterhout's dichotomy — (language)   John Ousterhout's division of high-level languages into "system programming languages" and "scripting languages". This distinction underlies the design of his language Tcl. System programming languages (or "applications languages") are strongly typed, allow arbitrarily complex data structures, and programs in them are compiled, and are meant to operate largely independently of other programs. Prototypical system programming languages are C and Modula-2. By contrast, scripting languages (or "glue languages") are weakly typed or untyped, have little or no provision for complex data structures, and programs in them ("scripts") are interpreted. Scripts need to interact either with other programs (often as glue) or with a set of functions provided by the interpreter, as with the file system functions provided in a UNIX shell and with Tcl's GUI functions. Prototypical scripting languages are AppleScript, C Shell, MS-DOS batch files and Tcl. Many believe that this is a highly arbitrary dichotomy, and refer to it as "Ousterhout's fallacy" or "Ousterhout's false dichotomy". While strong-versus-weak typing, data structure complexity, and independent versus stand-alone might be said to be unrelated features, the usual critique of Ousterhout's dichotomy is of its distinction of compilation versus interpretation, since neither semantics nor syntax depend significantly on whether code is compiled into machine-language, interpreted, tokenized, or byte-compiled at the start of each run, or any mixture of these. Many languages fall between being interpreted or compiled (e.g. Lisp, Forth, UCSD Pascal, Perl, and Java). This makes compilation versus interpretation a dubious parameter in a taxonomy of programming languages.
  • passive matrix display — (hardware)   A type of liquid crystal display which relies on persistence to maintain the state of each display element (pixel) between refresh scans. The resolution of such displays is limited by the ratio between the time to set a pixel and the time it takes to fade. Contrast active matrix display.
  • pay dearly/cost dearly — If you pay dearly for doing something or if it costs you dearly, you suffer a lot as a result.
  • play into the hands of — a dramatic composition or piece; drama.
  • play one's cards right — a usually rectangular piece of stiff paper, thin pasteboard, or plastic for various uses, as to write information on or printed as a means of identifying the holder: a 3″ × 5″ file card; a membership card.
  • potassium ferricyanide — a bright-red, crystalline, water-soluble, poisonous solid, K 3 Fe(CN) 6 , used chiefly in the manufacture of pigments, as Prussian blue, and of paper, especially blueprint paper.
  • potassium ferrocyanide — a lemon-yellow, crystalline, water-soluble solid, K 4 Fe(CN) 6 ⋅3H 2 O, used chiefly in casehardening alloys having an iron base and in dyeing wool and silk.
  • preestablished harmony — (in the philosophy of Leibnitz) synchronous operation of all monads, since their simultaneous creation, in accordance with the preexisting plan of God.
  • pyridostigmine bromide — a cholinesterase inhibitor, C 9 H 1 3 BrN 2 O 2 , used in its bromide form in the treatment of myasthenia gravis.

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