0%

13-letter words containing u, n, i, o

  • circumcisions — Plural form of circumcision.
  • circumduction — the action of turning anything on its axis
  • circumflexion — The act of bending, or causing to assume a curved form.
  • circumvention — to go around or bypass: to circumvent the lake; to circumvent the real issues.
  • circumvolving — Present participle of circumvolve.
  • clearinghouse — If an organization acts as a clearinghouse, it collects, sorts, and distributes specialized information.
  • cloud seeding — any technique of adding material to a cloud to alter its natural development, usually to increase or obtain precipitation.
  • cluster point — a point of a net having the property that the net is frequently in each neighborhood of the point.
  • co-production — a film, play, television programme, etc, produced by two or more people or organizations
  • coachbuilding — the manufacture of bodies for cars, buses, and coaches
  • coal industry — a branch of commercial enterprise concerned with the discovery and mining of coal
  • cocultivation — the act of cultivating jointly
  • coeducational — A coeducational school, college, or university is attended by both boys and girls.
  • coeur de lion — Richard I, meaning “lionhearted.”.
  • cold moulding — the production of moulded articles from resins that polymerize chemically
  • colourisation — Alternative spelling of colorization.
  • column inches — the amount of coverage given to a story in a newspaper
  • common iguana — the green iguana (Iguana iguana)
  • communalistic — Pertaining to communalism.
  • communalities — the state or condition of being communal.
  • communalizing — Present participle of communalize.
  • communautaire — supporting the principles of the European Community (now the European Union)
  • communicating — making or having a direct connection from one room to another
  • communication — Communications are the systems and processes that are used to communicate or broadcast information, especially by means of electricity or radio waves.
  • communicative — Someone who is communicative talks to people, for example about their feelings, and tells people things.
  • communicators — Plural form of communicator.
  • communicatory — inclined to communicate or impart; talkative: He isn't feeling very communicative today.
  • communicology — the study of communication.
  • communion cup — a chalice from which a communicant drinks.
  • communisation — (British spelling) Alternative form of communization.
  • communitarian — a member of a communist community
  • communization — The act or process of communizing.
  • commuter line — a railway line that mainly serves commuters
  • company union — an unaffiliated union of workers usually restricted to a single business enterprise
  • compendiously — of or like a compendium; containing the substance of a subject, often an exclusive subject, in a brief form; concise: a compendious history of the world.
  • compound time — compound meter
  • compulsionist — a believer in compulsion, esp a believer in obligatory military service
  • computational — Computational means using computers.
  • computerising — Present participle of computerise.
  • computerizing — Present participle of computerize.
  • conceptualise — to form into a concept; make a concept of.
  • conceptualism — the philosophical theory that the application of general words to a variety of objects reflects the existence of some mental entity through which the application is mediated and which constitutes the meaning of the term
  • conceptualist — any of several doctrines existing as a compromise between realism and nominalism and regarding universals as concepts. Compare nominalism, realism (def 5).
  • conceptuality — a conceptualization
  • conceptualize — If you conceptualize something, you form an idea of it in your mind.
  • conclusionary — conclusory
  • concupiscence — strong desire, esp sexual desire
  • concupiscible — characterized or driven by sexual desire
  • concurrencies — Plural form of concurrency.
  • condition out — (programming)   A programming technique that prevents a section of code from being executed by putting it in an if statement whose condition is always false. It is often easier to do this than to comment out the code because you don't need to modify the code itself (as you would if commenting out each line individually) or worry about nested comments within the code (as you would if putting nesting comment delimiters around it). For example, in Perl you could write: if (0) { ...code to be ignored... } In a compiled language, the compiler could simply generate no code for the whole if statement. Some compiled languages such as C provide compile-time directives that achieve the same effect, e.g.: #if 0 ...code to be ignored... #endif (or "#ifdef notdef").
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?