0%

14-letter words containing c, a, n, t, i, e

  • pinealectomize — to perform a pinealectomy on (a person or animal)
  • pithecanthrope — (sometimes initial capital letter) a member of the former genus Pithecanthropus.
  • planetological — involving or relating to planetology
  • platinocyanide — a salt of platinocyanic acid.
  • pneumatic duct — the duct joining the air bladder and alimentary canal of a physostomous fish.
  • pneumatic pile — a hollow pile, used under water, in which a vacuum is induced so that air and water pressure force it into place.
  • pneumatic tire — wheel cover filled with pressurized air
  • pneumatic tyre — a rubber tyre filled with air under pressure, used esp on motor vehicles
  • point calimere — a cape on the SE coast of India, on the Palk Strait
  • polar distance — codeclination.
  • police station — police headquarters for a particular district, from which police officers are dispatched and to which persons under arrest are brought.
  • port-au-prince — Formerly Hayti. a republic in the West Indies occupying the W part of the island of Hispaniola. 10,714 sq. mi. (27,750 sq. km). Capital: Port-au-Prince.
  • post-cartesian — of or relating to Descartes, his mathematical methods, or his philosophy, especially with regard to its emphasis on logical analysis and its mechanistic interpretation of physical nature.
  • practice nurse — a nurse who works in a medical practice or surgery
  • pre-accounting — an oral or written description of particular events or situations; narrative: an account of the meetings; an account of the trip.
  • pre-anticipate — to realize beforehand; foretaste or foresee: to anticipate pleasure.
  • preacquisition — the act of acquiring or gaining possession: the acquisition of real estate.
  • preanaesthetic — a drug administered prior to an anaesthetic
  • preapplication — the act of putting to a special use or purpose: the application of common sense to a problem.
  • precalculation — the act or process of calculating; computation.
  • predicate noun — a noun used in the predicate with a copulative verb or a factitive verb and having the same referent as the subject of the copulative verb or the direct object of the factitive verb, as in She is the mayor or They elected her mayor.
  • prefabrication — to fabricate or construct beforehand.
  • preincarnation — a previous incarnation or an existence before incarnation.
  • prepublication — the period immediately preceding the publication of a book.
  • pretransaction — the act of transacting or the fact of being transacted.
  • prettification — to make pretty, especially in a small, petty way: to prettify a natural beauty.
  • preunification — of the period before unification
  • primary accent — the principal or strongest stress of a word.
  • principal type — The most general type of an expression. For example, the following are all valid types for the lambda abstraction (\ x . x): Int -> Int Bool -> Bool (a->b) -> (a->b) but any valid type will be an instance of the principal type: a -> a. An instance is derived by substituting the same type expression for all occurences of some type variable. The principal type of an expression can be computed from those of its subexpressions by Robinson's unification algorithm.
  • principalities — a state ruled by a prince, usually a relatively small state or a state that falls within a larger state such as an empire.
  • private income — econ: from outside employment
  • proactiveness' — serving to prepare for, intervene in, or control an expected occurrence or situation, especially a negative or difficult one; anticipatory: proactive measures against crime.
  • processing tax — a tax levied by the government at an intermediate stage in the production of goods.
  • procrastinated — to defer action; delay: to procrastinate until an opportunity is lost.
  • projectisation — the direction of aid to developing countries towards a specific project, without regard to wider issues or needs
  • projectization — the direction of aid to developing countries towards a specific project, without regard to wider issues or needs
  • pronunciamento — a proclamation; manifesto; edict.
  • proto-germanic — the unattested prehistoric parent language of the Germanic languages; Germanic.
  • public servant — a person holding a government office or job by election or appointment; person in public service.
  • pyrotechnician — a specialist in the origin of fires, their nature and control, etc.
  • quarterbacking — a back in football who usually lines up immediately behind the center and directs the offense of the team.
  • quattrocentism — the 15th-century Italian style of art and literature
  • quattrocentist — a painter or writer of 15th-century Italy
  • quiescent tank — a tank, usually for sewage sludge, in which the sludge is allowed to remain for a time so that sedimentation can occur
  • quincentennial — pertaining to or marking a period of 500 years.
  • quinquecostate — having five lines or ribs
  • quintuplicated — Simple past tense and past participle of quintuplicate.
  • quintuplicates — Plural form of quintuplicate.
  • quotient space — a topological space whose elements are the equivalence classes of a given topological space with a specified equivalence relation.
  • race condition — Anomalous behavior due to unexpected critical dependence on the relative timing of events. For example, if one process writes to a file while another is reading from the same location then the data read may be the old contents, the new contents or some mixture of the two depending on the relative timing of the read and write operations. A common remedy in this kind of race condition is file locking; a more cumbersome remedy is to reorganize the system such that a certain processes (running a daemon or the like) is the only process that has access to the file, and all other processes that need to access the data in that file do so only via interprocess communication with that one process. As an example of a more subtle kind of race condition, consider a distributed chat network like IRC, where a user is granted channel-operator privileges in any channel he starts. If two users on different servers, on different ends of the same network, try to start the same-named channel at the same time, each user's respective server will grant channel-operator privileges to each user, since neither will yet have received the other's signal that that channel has been started. In this case of a race condition, the "shared resource" is the conception of the state of the network (what channels exist, as well as what users started them and therefore have what privileges), which each server is free to change as long as it signals the other servers on the network about the changes so that they can update their conception of the state of the network. However, the latency across the network makes possible the kind of race condition described. In this case, heading off race conditions by imposing a form of control over access to the shared resource -- say, appointing one server to be in charge of who holds what privileges -- would mean turning the distributed network into a centralized one (at least for that one part of the network operation). Where this is not acceptable, the more pragmatic solution is to have the system recognize when a race condition has occurred and to repair the ill effects. Race conditions also affect electronic circuits where the value output by a logic gate depends on the exact timing of two or more input signals. For example, consider a two input AND gate fed with a logic signal X on input A and its negation, NOT X, on input B. In theory, the output (X AND NOT X) should never be high. However, if changes in the value of X take longer to propagate to input B than to input A then when X changes from false to true, there will be a brief period during which both inputs are true, and so the gate's output will also be true. If this output is fed to an edge-sensitive component such as a counter or flip-flop then the temporary effect ("glitch") will become permanent.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?