0%

22-letter words containing o, d, y, s, 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).
  • 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.
  • bridge of san luis rey — a novel (1927) by Thornton Wilder.
  • 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.
  • 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
  • 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
  • days of wine and roses — a period of happiness and prosperity.
  • 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
  • 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
  • earn one's daily bread — to earn one's living
  • economy-class syndrome — Economy-class syndrome is a serious medical condition caused by blood clots in the legs moving up to the lungs; used especially in connection with long-haul flights.
  • educational psychology — a branch of psychology concerned with developing effective educational techniques and dealing with psychological problems in schools.
  • emergency road service — a form of motoring insurance that sends assistance to drivers when their vehicles break down on a journey; it is provided either by the national or regional automobile association or by a private insurance company
  • 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.
  • field emission display — (hardware)   (FED) A type of flat panel display in which field emitting cathodes bombard a phosphor coating causing it to emit light. A field emission display is similar to a cathode ray tube but only a few millimeters thick. They use a large array of fine metal tips or carbon nanotubes (which are the most efficient electron emitters known), to emit electrons through a process known as field emission. Many of these are behind each phosphor dot so FEDs do not display dead pixels like LCDs even if 20% of the emitters fail. Sony is researching FED because it is the flat-panel technology that comes closest to matching the picture of a CRT.
  • 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
  • here's mud in your eye — a humorous drinking toast
  • 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 all one's born days — so far in one's life
  • in one's birthday suit — naked; nude
  • in one's own back yard — close at hand
  • 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
  • keep one's eyes peeled — to watch vigilantly (for)
  • 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.
  • like nobody's business — extremely well or fast
  • merry wives of windsor — a comedy (1598–1602?) by Shakespeare.
  • mind your own business — an occupation, profession, or trade: His business is poultry farming.
  • mind-your-own-business — baby's-tears.
  • monday morning disease — azoturia (def 2).
  • nicky nicky nine doors — the practice of knocking on a door or ringing a doorbell and running away before it is answered
  • 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.

On this page, we collect all 22-letter words with O-D-Y-S-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 O-D-Y-S-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?