0%

24-letter words containing c, i, n, e, r, a

  • potassium cobaltinitrite — a yellow, crystalline, slightly water-soluble powder, K 3 Co(NO 2) 6 , used as a pigment in oil and watercolor paints, and for coloring surfaces of glass, porcelain, etc.
  • potentiometric titration — titration in which the end point is determined by measuring the voltage of an electric current of given amperage passed through the solution.
  • principal quantum number — the nonnegative, integral quantum number that defines the stationary orbits in the Bohr model of the atom.
  • private health insurance — insurance against the need for medical treatment as a private patient
  • privileged communication — a communication that one cannot legally be compelled to divulge, as that to a lawyer from a client
  • professional association — a body of persons engaged in the same profession, formed usually to control entry into the profession, maintain standards, and represent the profession in discussions with other bodies
  • professional corporation — a corporation formed by one or more licensed practitioners, especially medical or legal, to operate their practices on a corporate plan. Abbreviation: PC, P.C.
  • progressive conservative — a member of the Progressive Conservative party of Canada.
  • psychopathic personality — an antisocial personality characterized by the failure to develop any sense of moral responsibility and the capability of performing violent or antisocial acts
  • public international law — Also called public law. the law governing the legal relations between independent states or nations and, increasingly, between these and individuals.
  • public relations officer — a person who is responsible for communications with the public
  • pure functional language — purely functional language
  • quantitative inheritance — the process in which the additive action of numerous genes results in a trait, as height, showing continuous variability.
  • quick-assembly furniture — furniture such as shelves and cupboards which you buy as a number of separate pieces and assemble yourself
  • quinacrine hydrochloride — Atabrine
  • recharge one's batteries — If you recharge a battery, you put an electrical charge back into the battery by connecting it to a machine that draws power from another source of electricity.
  • reciprocal translocation — an exchange of segments between two nonhomologous chromosomes.
  • recommended retail price — the selling price of a product officially suggested by a manufacturer to a retailer
  • reconnaissance satellite — a military satellite designed to carry out photographic surveillance, gather electronic intelligence, detect nuclear explosions, or provide early warning of strategic-missile launchings.
  • recursive descent parser — (grammar)   A "top-down" parser built from a set of mutually-recursive procedures or a non-recursive equivalent where each such procedure usually implements one of the productions of the grammar. Thus the structure of the resulting program closely mirrors that of the grammar it recognises.
  • referential transparency — (programming)   An expression E is referentially transparent if any subexpression and its value (the result of evaluating it) can be interchanged without changing the value of E. This is not the case if the value of an expression depends on global state which can change value. The most common example of changing global state is assignment to a global variable. For example, if y is a global variable in: f(x) { return x+y; } g(z) { a = f(1); y = y + z; return a + f(1); } function g has the "side-effect" that it alters the value of y. Since f's result depends on y, the two calls to f(1) will return different results even though the argument is the same. Thus f is not referentially transparent. Changing the order of evaluation of the statements in g will change its result. We could make f above referentially transparent by passing in y as an argument: f(x, y) = x+y Similarly, g would need to take y as an argument and return its new value as part of the result: g(z, y) { a = f(1, y); y' = y+z; return (a + f(1, y'), y'); } Referentially transparent programs are more amenable to formal methods and easier to reason about because the meaning of an expression depends only on the meaning of its subexpressions and not on the order of evaluation or side-effects of other expressions. We can stretch the concept of referential transparency to include input and output if we consider the whole program to be a function from its input to its output. The program as a whole is referentially transparent because it will always produce the same output when given the same input. This is stretching the concept because the program's input may include what the user types, the content of certain files or even the time of day. If we do not consider global state like the contents of files as input, then writing to a file and reading what was written behaves just like assignment to a global variable. However, if we must consider the state of the universe as an input rather than global state then any deterministic system would be referentially transparent! See also extensional equality, observational equivalence.
  • regular checking account — a checking account for which the monthly fee is usually based on the average balance maintained and the number of transactions recorded.
  • remote method invocation — (programming)   (RMI) Part of the Java programming language library which enables a Java program running on one computer to access the objects and methods of another Java program running on a different computer.
  • renewable term insurance — Renewable term insurance is term life insurance that may be renewed for another period without the policyholder needing to provide further evidence of their insurability.
  • representative democracy — a person or thing that represents another or others.
  • reproductive imagination — the faculty of imagining, or of forming mental images or concepts of what is not actually present to the senses.
  • resale price maintenance — the practice by which a manufacturer establishes a fixed or minimum price for the resale of a brand product by retailers or other distributors
  • responsibility allowance — payment made to somebody who has special responsibilities
  • revolving charge account — a charge plan offerring revolving credit.
  • ricardian theory of rent — economic rent.
  • richard the lion-hearted — ("Richard the Lion-Hearted"; "Richard Coeur de Lion") 1157–99, king of England 1189–99.
  • ring down the curtain on — to give forth a clear resonant sound, as a bell when struck: The doorbell rang twice.
  • robot exclusion standard — standard for robot exclusion
  • rocky mountain whitefish — mountain whitefish.
  • san francisco de macoris — a city in the N Dominican Republic.
  • senegambia confederation — an economic and political union (1982–89) between Senegal and The Gambia
  • serial interface adaptor — (SIA) The Ethernet driver chip used on a Filtabyte Ethernet card.
  • shadow foreign secretary — the member of the main opposition party in Parliament who would hold the office of Foreign Secretary if their party were in power
  • single european currency — the official currency, also known as the Euro, of some of the members of the European Union
  • single premium insurance — Single premium insurance is insurance where all the premium is paid at once, in one payment.
  • skeleton in the cupboard — a scandalous fact or event in the past that is kept secret
  • south equatorial current — an ocean current, flowing westward, found near the equator in the Atlantic, Pacific, and Indian oceans.
  • special development area — an area earmarked for special development by the government
  • stereographic projection — a one-to-one correspondence between the points on a sphere and the extended complex plane where the north pole on the sphere corresponds to the point at infinity of the plane.
  • stratified charge engine — an internal-combustion engine in which a small charge of a rich fuel mixture is ignited first and used to improve combustion of a larger charge of a lean fuel mixture.
  • subordinate con-junction — a conjunction introducing a subordinate clause, as when in They were glad when I finished.
  • teacher training college — a higher-education college that specializes in teacher training
  • telephony user interface — (communications)   (TUI) Either a software interface to telephony (e.g. a phone-capable PC) or a DTMF-based interface to software (e.g. voicemail).
  • telescope user interface — (hardware, interface)   (TUI) A remote control interface for a telescope.
  • the second international — an international association of socialist parties and trade unions that began in Paris in 1889 and collapsed during World War I. The right-wing elements reassembled at Berne in 1919
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?