0%

21-letter words containing n, i, c, e, t, y

  • a crying need for sth — If you say that there is a crying need for something, you mean that there is a very great need for it.
  • a nasty piece of work — If you say that someone is a nasty piece of work, you mean that they are very unkind or unpleasant.
  • administrative county — a principal administrative division in Great Britain, usually not coextensive with traditional county boundaries.
  • aerodynamic stability — Aerodynamic stability is the way that a moving vehicle reacts to changes in air caused by passing vehicles.
  • aladdin systems, inc. — (company)   The company that developed and distributes Stuffit and other utility software for the Macintosh, Microsoft Windows, and Palm handheld computers. Not to be confused with Aladdin Enterprises.
  • alpha centauri system — a star system comprising the binary star Alpha Centauri A and B and Proxima Centauri (also called Alpha Centauri C), which is 0.1 light years closer to the sun. Visual magnitude: 0.01 (A), 1.33 (B); spectral type: G2V (A); distance from earth: 4.3 light years
  • antiferromagnetically — In an antiferromagnetic manner.
  • automatic hyphenation — (text)   A feature of some word processors which can insert hyphens into words which would otherwise extend beyond the right hand margin of the page. More advanced word processors may have options to control the position of the hyphen, to restrict certain words from being hyphenated, and to allow custom dictionaries of hyphenation points to be built up.
  • 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.
  • bentley systems, inc. — (company)   The company that sells MicroStation. Address: Exton, PA, USA.
  • 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.
  • butterfly common lisp — A parallel version of Common LISP for the BBN Butterfly computer.
  • byte-code interpreter — (software)   A program that executes a byte code program. An example is the Java Virtual Machine.
  • cascading style sheet — a file recording style details, such as fonts, colours, etc, that is read by browsers so that style is consistent over multiple web pages
  • category merchandiser — A category merchandiser is a person whose job is to maintain stocks, manage displays and promote sales of a certain product category such as footwear.
  • central daylight time — the time observed in the Central Time Zone of the United states when Daylight Savings Time is in effect; GMT -5
  • charity commissioners — (in Britain) members of a commission constituted to keep a register of charities and control charitable trusts
  • cheese and wine party — a party at which cheese and wine are served
  • coinfectious immunity — premunition.
  • comfortably-furnished — containing comfortable furniture
  • common carotid artery — the part of a carotid artery between its origin and its point of division into branches.
  • componential analysis — the analysis of a set of related linguistic items, especially word meanings, into combinations of features in terms of which each item may be compared with every other, as in the analysis of man into the semantic features “male,” “mature,” and “human,” woman into “female,” “mature,” and “human,” girl into “female,” “immature,” and “human,” and bull into “male,” “mature,” and “bovine.”.
  • conductivity improver — A conductivity improver is a substance used to get rid of static electrical charge in fuel, and improve the flow of the fuel.
  • consistently complete — boundedly complete
  • 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).
  • continuous stationery — paper that is perforated between pages and folded concertina fashion, used in dot-matrix, line, and daisywheel printers
  • correctional facility — A correctional facility is a prison or similar institution.
  • 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
  • cottony-cushion scale — a small scale insect, Icerya purchasi, that is a pest of citrus trees in California: it is controlled by introducing an Australian ladybird, Rodolia cardinalis, into affected areas
  • counter-revolutionary — Counter-revolutionary activities are activities intended to reverse the effects of a previous revolution.
  • crude oil dehydration — Crude oil dehydration is the removal of water or water vapor from crude oil, by separating the oil from the water, often in a rotating centrifuge.
  • cyclical unemployment — unemployment caused by fluctuations in the level of economic activity inherent in trade cycles
  • deep scattering layer — any of the stratified zones in the ocean which reflect sound during echo sounding, usually composed of marine organisms which migrate vertically from c. 250 to 800 m (c. 820 to 2,625 ft)
  • deployment descriptor — (programming)   (DD) A J2EE configuration file.
  • dictionary definition — the meaning of a word as given in a dictionary or dictionaries
  • discretionary account — an account in which the stockbroker is allowed complete control over the purchase and sale of securities on the customer's behalf.
  • displacement activity — a behavior performed out of its usual context and apparently irrelevant to the prevailing situation, as eating when an unknown individual approaches, tending to occur when appropiate behaviors, as attacking or fleeing, are in conflict or obstructed.
  • disruptive technology — A disruptive technology is a new technology, such as computers and the Internet, which has a rapid and major effect on technologies that existed before.
  • dynamic data exchange — (language)   (DDE, originally Dynamic Data Linking, DDL) A Microsoft Windows 3 hotlink protocol that allows application programs to communicate using a client-server model. Whenever the server (or "publisher") modifies part of a document which is being shared via DDE, one or more clients ("subscribers") are informed and include the modification in the copy of the data on which they are working.
  • educational sociology — the application of sociological principles and methods to the solution of problems in an educational system.
  • electric flux density — Electric flux density is electric flux passing through a unit area perpendicular to the direction of the flux.
  • electronic typewriter — a keyboard machine for writing electromechanically in characters resembling print
  • employee contribution — money contributed by an employee to his or her employer's pension fund
  • employer contribution — money contributed by an employer to his or her employee's pension fund
  • faculty board meeting — a meeting of the governing body of a faculty
  • forensic anthropology — the branch of physical anthropology in which anthropological data, criteria, and techniques are used to determine the sex, age, genetic population, or parentage of skeletal or biological materials in questions of civil or criminal law.
  • fort lesley j. mcnair — a military reservation in SW Washington, D.C., on the Potomac River, SW of the Capitol.
  • franco-belgian system — French system.
  • functional dependency — (database)   Given a relation R (in a relational database), attribute Y of R is functionally dependent on attribute X of R and X of R functionally determines Y of R (in symbols R.X -> R.Y) if and only if each X in R has associated with it precisely one Y in R (at any one time). Attributes X and Y may be composite. This is very close to a function in the mathematical sense.
  • 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.

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