0%

23-letter words containing h, e, y, n

  • any amount of something — If you say that there is any amount of something, there is a lot of it. If you say that there are any amount of people or things, there are many people or things.
  • at the mercy of someone — If one person or thing is at the mercy of another, the first person or thing is in a situation where they cannot prevent themselves being harmed or affected by the second.
  • atomic energy authority — (in Britain) a government body established in 1954 to control research and development in atomic energy
  • autoerotic asphyxiation — asphyxia caused by intentionally strangling oneself while masturbating in order to intensify the orgasm through reduced oxygen flow to the brain.
  • 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.
  • cauchy integral formula — a theorem that gives an expression in terms of an integral for the value of an analytic function at any point inside a simple closed curve of finite length in a domain.
  • cauchy integral theorem — the theorem that the integral of an analytic function about a closed curve of finite length in a finite, simply connected domain is zero.
  • cheyne-stokes breathing — alternating shallow and deep breathing, as in comatose patients
  • chlorotrifluoroethylene — a colorless, flammable gas, C 2 H 2 ClF, that polymerizes to form oils, greases, and waxes.
  • city technology college — (in Britain) a type of senior secondary school specializing in technological subjects, set up in inner-city areas with funding from industry as well as the government
  • 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.
  • combinatorial chemistry — the use of chemical methods to generate all possible combinations of chemicals
  • community health centre — a medical centre that serves a particular area
  • 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.
  • dacryocystorhinostomies — Plural form of dacryocystorhinostomy.
  • 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.
  • dr. jekyll and mr. hyde — (The Strange Case of Dr. Jekyll and Mr. Hyde) a novel (1886) by Robert Louis Stevenson.
  • embden-meyerhof pathway — the metabolic reaction sequence in glycolysis by which glucose is converted to pyruvic acid with production of ATP
  • every trick in the book — If someone tries every trick in the book, they try every possible thing that they can think of in order to achieve something.
  • experimental psychology — the scientific study of the individual behaviour of man and other animals, esp of perception, learning, memory, motor skills, and thinking
  • 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.
  • front-end hydrogenation — Front-end hydrogenation is a catalytic process in the early stages of refining which involves the reaction of the carbon-carbon double bond in alkenes with hydrogen.
  • give one's eyeteeth for — to go to any lengths to achieve or obtain (something)
  • graphical kernel system — (graphics, standard)   (GKS) The widely recognised standard ANSI X3.124 for graphical input/output. GKS is worked on by the ISO/IEC group JTC1/SC24. It provides applications programmers with standard methods of creating, manipulating, and displaying or printing computer graphics on different types of computer graphics output devices. It provides an abstraction to save programmers from dealing with the detailed capabilities and interfaces of specific hardware. GKS defines a basic two-dimensional graphics system with: uniform input and output primitives; a uniform interface to and from a GKS metafile for storing and transferring graphics information. It supports a wide range of graphics output devices including such as printers, plotters, vector graphics devices, storage tubes, refresh displays, raster displays, and microfilm recorders.
  • hang out your/a shingle — If you hang out your shingle or hang out a shingle, you start your own business.
  • have a way of doing sth — If you say that someone or something has a way of doing a particular thing, you mean that they often do it.
  • have bats in the belfry — to be mad or eccentric; have strange ideas
  • heterogeneous catalysis — Heterogeneous catalysis is catalysis in which the catalyst does not take part in the reaction that it increases.
  • hook-and-ladder company — a company of firefighters equipped with a hook-and-ladder truck.
  • human leukocyte antigen — HLA.
  • hypergeometric equation — a differential equation of the form, (x 2 − x) d 2 y / d 2 x + [(a+b +1) x−c ] dy/dx + abx =0, where a, b, and c are arbitrary constants.
  • hypergeometric function — a function that is a solution to a hypergeometric equation.
  • hypobetalipoproteinemia — (pathology) A low level of betalipoprotein (low-density lipoprotein) in the bloodstream.
  • in the employ of sb/sth — If you are in the employ of someone or something, you work for them.
  • in your heart of hearts — If you believe or know something in your heart of hearts, that is what you really believe or think, even though it may sometimes seem that you do not.
  • infinite monkey theorem — (humour)   "If you put an infinite number of monkeys at typewriters, eventually one will bash out the script for Hamlet." (One may also hypothesise a small number of monkeys and a very long period of time.) This theorem asserts nothing about the intelligence of the one random monkey that eventually comes up with the script (and note that the mob will also type out all the possible *incorrect* versions of Hamlet). It may be referred to semi-seriously when justifying a brute force method; the implication is that, with enough resources thrown at it, any technical challenge becomes a one-banana problem. This theorem was first popularised by the astronomer Sir Arthur Eddington. It became part of the idiom through the classic short story "Inflexible Logic" by Russell Maloney, and many younger hackers know it through a reference in Douglas Adams's "Hitchhiker's Guide to the Galaxy". See also: RFC 2795.
  • inherently safer design — Inherently safer design is when a lot of consideration is given to safety when designing a process.
  • intermediate technology — technology which combines sophisticated ideas with cheap and readily available materials, esp for use in developing countries
  • internet monthly report — (IMR) Publication designed to communicate to the Internet Research Group the accomplishments, milestones reached, or problems discovered by the participating organisations.
  • keep sth under your hat — If you tell someone to keep a piece of information under their hat, you are asking them not to tell anyone else about it.
  • kinetic theory of gases — a theory that the particles in a gas move freely and rapidly along straight lines but often collide, resulting in variations in their velocity and direction. Pressure is interpreted as arising from the impacts of these particles with the walls of a container.
  • 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.
  • look someone in the eye — to look at someone openly and without shame or embarrassment
  • magneto-encephalography — a record of the magnetic field of the brain. Abbreviation: MEG.
  • magnetohydrodynamically — In a magnetohydrodynamic way.
  • message handling system — (messaging, standard)   (MHS) The standard defined by ITU-T as X.400 and by ISO as Message-Oriented Text Interchange Standard (MOTIS). MHS is the X.400 family of services and protocols that provides the functions for global electronic mail transfer among local mail systems and MTAs. It is used by CompuServe, among others.
  • methylisobutenyl ketone — mesityl oxide.
  • methylthionine chloride — methylene blue.
  • more than meets the eye — hidden motives, meaning, or facts
  • new year's honours list — an Honour's List published at the beginning of a new year

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