0%

21-letter words containing a, b, y, i, n

  • absorption hygrometer — a hygrometer that uses a hygroscopic chemical to absorb atmospheric moisture.
  • abyssinian guinea pig — a breed of short-haired guinea pig with rosettes all over its body
  • aerodynamic stability — Aerodynamic stability is the way that a moving vehicle reacts to changes in air caused by passing vehicles.
  • axiom of countability — the property satisfied by a topological space in which the neighborhood system of each point has a base consisting of a countable number of neighborhoods (first axiom of countability) or the property satisfied by a topological space that has a base for its topology consisting of a countable number of subsets of the space (second axiom of countability)
  • baudouin de courtenay — Jan Ignacy Niecisław [yahn ig-nah-tsi nye-tsis-lahf] /yɑn ɪgˈnɑ tsɪ ˈnyɛ tsɪsˌlɑf/ (Show IPA), 1845–1929, Polish linguist: pioneer in modern phonology.
  • beam in one's own eye — a major moral flaw in oneself which one ignores while criticizing minor faults in others
  • beta-naphthyl radical — Also called alpha-naphthyl group, alpha-naphthyl radical. the univalent group C 1 0 H 7 –, having a replaceable hydrogen atom in the first, or alpha, position; 1-naphthyl group.
  • beyond (all) question — beyond (any) dispute or doubt
  • binding-time analysis — (compiler)   An analysis to identify sub-expressions which can be evaluated at compile-time or where versions of a function can be generated and called which are specialised to certain values of one or more arguments. See partial evaluation.
  • bluethroat pikeblenny — See under pikeblenny.
  • bulletin board system — (communications, application)   (BBS, bboard /bee'bord/, message board, forum; plural: BBSes) A computer and associated software which typically provides an electronic message database where people can log in and leave messages. Messages are typically split into topic groups similar to the newsgroups on Usenet (which is like a distributed BBS). Any user may submit or read any message in these public areas. The term comes from physical pieces of board on which people can pin messages written on paper for general consumption - a "physical bulletin board". Ward Christensen, the programmer and operator of the first BBS (on-line 1978-02-16) called it a CBBS for "computer bulletin board system". Since the rise of the World-Wide Web, the term has become antiquated, though the concept is more popular than ever, with many websites featuring discussion areas where users can post messages for public consumption. Apart from public message areas, some BBSes provided archives of files, personal electronic mail and other services of interest to the system operator (sysop). Thousands of BBSes around the world were run from amateurs' homes on MS-DOS boxes with a single modem line each. Although BBSes were traditionally the domain of hobbyists, many connected directly to the Internet (accessed via telnet), others were operated by government, educational, and research institutions. Fans of Usenet or the big commercial time-sharing bboards such as CompuServe, CIX and GEnie tended to consider local BBSes the low-rent district of the hacker culture, but they helped connect hackers and users in the personal-micro and let them exchange code. Use of this term for a Usenet newsgroup generally marks one either as a newbie fresh in from the BBS world or as a real old-timer predating Usenet.
  • businessman's holiday — busman's holiday.
  • by fair means or foul — If someone tries to achieve something by fair means or foul, they use every means possible in order to achieve it, and they do not care if their behaviour is dishonest or unfair.
  • comfortably-furnished — containing comfortable furniture
  • consummatory behavior — a behavior pattern that occurs in response to a stimulus and that achieves the satisfaction of a specific drive, as the eating of captured prey by a hungry predator (distinguished from appetitive behavior).
  • cost-benefit analysis — an analysis that takes into account the costs of a project and its benefits to society, as well as the revenue it generates
  • death by misadventure — a possible verdict in a coroner's court, indicating that death was due to an accident not to a crimes or somebody's negligence
  • deoxyribonucleic acid — DNA
  • developmental biology — the study of the development of multicellular organisms, including the study of the earliest stages of embryonic structure and tissue differentiation
  • equiangular hyperbola — a hyperbola with transverse and conjugate axes equal to each other.
  • faculty board meeting — a meeting of the governing body of a faculty
  • franco-belgian system — French system.
  • generic type variable — (programming)   (Also known as a "schematic type variable"). Different occurrences of a generic type variable in a type expression may be instantiated to different types. Thus, in the expression let id x = x in (id True, id 1) id's type is (for all a: a -> a). The universal quantifier "for all a:" means that a is a generic type variable. For the two uses of id, a is instantiated to Bool and Int. Compare this with let id x = x in let f g = (g True, g 1) in f id This looks similar but f has no legal Hindley-Milner type. If we say f :: (a -> b) -> (b, b) this would permit g's type to be any instance of (a -> b) rather than requiring it to be at least as general as (a -> b). Furthermore, it constrains both instances of g to have the same result type whereas they do not. The type variables a and b in the above are implicitly quantified at the top level: f :: for all a: for all b: (a -> b) -> (b, b) so instantiating them (removing the quantifiers) can only be done once, at the top level. To correctly describe the type of f requires that they be locally quantified: f :: ((for all a: a) -> (for all b: b)) -> (c, d) which means that each time g is applied, a and b may be instantiated differently. f's actual argument must have a type at least as general as ((for all a: a) -> (for all b: b)), and may not be some less general instance of this type. Type variables c and d are still implicitly quantified at the top level and, now that g's result type is a generic type variable, any types chosen for c and d are guaranteed to be instances of it. This type for f does not express the fact that b only needs to be at least as general as the types c and d. For example, if c and d were both Bool then any function of type (for all a: a -> Bool) would be a suitable argument to f but it would not match the above type for f.
  • greenwich observatory — the national astronomical observatory of Great Britain, housed in a castle in E Sussex; formerly located at Greenwich.
  • hypogammaglobulinemia — A type of immune disorder characterised by a reduction in all types of gamma globulins.
  • intersubstitutability — a person or thing acting or serving in place of another.
  • irish republican army — an underground Irish nationalist organization founded to work for Irish independence from Great Britain: declared illegal by the Irish government in 1936, but continues activity aimed at the unification of the Republic of Ireland and Northern Ireland. Abbreviation: IRA, I.R.A.
  • keyboard send receive — (hardware)   (KSR) Part of a designation for a hard-copy terminal, manufactured by Teletype Corporation. The KSR range were lower cost versions of the ASR models.
  • laboratory technician — sb who assists in a laboratory
  • liability engineering — the practice by a company of taking steps to avoid liability for any fraudulent dealings with it, such as making a credit-card owner responsible for any abuses of the card by a third party
  • magnetic permeability — permeability (def 2).
  • open graphics library — (graphics, library)   (OpenGL) A multi-platform software interface to graphics hardware, supporting rendering and imaging operations. The OpenGL interface was developed by Silicon Graphics, who license it to other vendors. The OpenGL graphics interface consists of several hundred functions operating on 2D and 3D objects, supporting basic techniques, such as modelling and smooth shading, and advanced techniques, such as texture mapping and motion blur. Many operations require a frame buffer. OpenGL is network-transparent, and a common extension to the X Window System allows an OpenGL client to communicate across a network with a different vendor's OpenGL server. OpenGL is based on Silicon Graphics' proprietary IRIS GL.
  • pure imaginary number — a complex number of the form iy where y is a real number and i = .
  • rayleigh distribution — (mathematics)   A curve that yields a good approximation to the actual labour curves on software projects.
  • salam-weinberg theory — the electroweak theory.
  • sense and sensibility — a novel (1811) by Jane Austen.
  • supplementary benefit — (formerly) an extra amount of money that is paid to someone by the government, in addition to their normal income. Replaced by income support in 1988
  • sympathetic vibration — a vibration induced by resonance.
  • to be arrayed against — to be opposed to
  • to lay something bare — If you lay something bare, you uncover it completely so that it can then be seen.
  • trustee in bankruptcy — a person appointed by a court to administer the property of a bankrupt.
  • washington's birthday — February 22, formerly observed as a legal holiday in most states of the U.S. in honor of the birth of George Washington.
  • weinberg-salam theory — electroweak theory.

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