0%

24-letter words containing c, l, e, a

  • national weather service — an agency of the National Oceanic and Atmospheric Administration that is responsible for meteorological observations, weather forecasts, storm and flood warnings, etc.
  • near field communication — a short-range wireless communication system that uses radio waves to enable a phone or other mobile device to interact with another device or card reader: Near Field Communication essentially lets your phone replace your credit cards. Abbreviation: NFC.
  • negative acknowledgement — 1.   (character)   (NAK) The mnemonic for ASCII character 21. Sometimes used as the response to receipt of a corrupted packet of information. Opposite of acknowledgement. 2.   (communications)   (NAK) Any message transmitted to indicate that some data has been received incorrectly, for example it may have a checksum or message length error. A NAK message allows the sender to distinguish a message which has been received in a corrupted state from one which is not received at all. An alternative is to use only ACK messages, in which case the non-receipt of an ACK after a certain time is counted as a NAK but gives no information about the integrity of the communications channel. See also ACK.
  • neutrosophic probability — (logic)   An extended form of probability based on Neutrosophy, in which a statement is held to be t true, i indeterminate, and f false, where t, i, f are real values from the ranges T, I, F, with no restriction on T, I, F or the sum n=t+i+f.
  • new england clam chowder — a thick chowder made from clams, potatoes, onions, sometimes salt pork, and milk or cream.
  • nongonococcal urethritis — a widespread sexually transmitted infection of the urethra, caused by the parasite Chlamydia trachomatis, or the mycoplasm Ureaplasma urealyticum, characterized in males by painful urination and discharge from the penis and in females by frequent, painful urination and cervical erosion. Abbreviation: NGU.
  • north equatorial current — a westward-flowing ocean current occurring N of the equator in the Atlantic and Pacific oceans.
  • not sb's place to do sth — If you say that it is not your place to do something, you mean that it is not right or appropriate for you to do it, or that it is not your responsibility to do it.
  • object-oriented analysis — (programming)   (OOA) The first phase of object-oriented design.
  • object-oriented language — object-oriented programming
  • open data-link interface — (networking, standard)   (ODI) A Novell-developed network card API that provides media and protocol independence. It allows the sharing of a single card by multiple transport layer protocols and resolves conflicts.
  • optical character reader — the process or technology of reading data in printed form by a device (optical character reader) that scans and identifies characters. Abbreviation: OCR.
  • optical signal processor — optical computing
  • parallel cousin marriage — marriage between the children of two brothers or two sisters.
  • parallel virtual machine — (parallel, networking, tool)   (PVM) 1. A software system designed to allow a network of heterogeneous machines to be used as a single distributed parallel processor. PVM was developed by the University of Tennessee, The Oak Ridge National Laboratory and the Emory University. 2. The intermediate language used by the Gambit compiler for Scheme.
  • particulate fluidization — Particulate fluidization is a condition when particles in a fluidized bed are individually suspended.
  • passive balance of trade — a negative balance of trade
  • permeability coefficient — the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained
  • photomechanical transfer — a method of producing photographic prints or offset printing plates from paper negatives by a chemical transfer process rather than by exposure to light
  • physiological atmosphere — ecosphere.
  • pluck sth out of the air — If you say that someone plucks a figure, name, or date out of the air, you mean that they say it without thinking much about it before they speak.
  • polychlorinated biphenyl — PCB.
  • polymer matrix composite — A polymer matrix composite is a material consisting of a composite made stronger by adding fibers or particles to it.
  • portable document format — (file format)   (PDF) The native file format for Adobe Systems' Acrobat. PDF is the file format for representing documents in a manner that is independent of the original application software, hardware, and operating system used to create those documents. A PDF file can describe documents containing any combination of text, graphics, and images in a device-independent and resolution independent format. These documents can be one page or thousands of pages, very simple or extremely complex with a rich use of fonts, graphics, colour, and images.
  • portable scheme debugger — (PSD) A package for source code debugging of R4RS-compliant Scheme under GNU Emacs by Kellom ?ki Pertti <[email protected]>. Version 1.1. Distributed under GNU GPL. It works with scm, Elk and Scheme->C.
  • 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.
  • 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.
  • programmable array logic — (hardware)   (PAL) A family of fuse-programmable logic integrated circuits originally developed by MMI. Registered or combinatorial output functions are modelled in a sum of products form. Each output is a sum (logical or) of a fixed number of products (logical and) of the input signals. This structure is well suited for automatic generation of programming patterns by logic compilers. PAL devices are programmed by blowing the fuses permanently using overvoltage. Today, more complex devices based on the same original architecture are available (CPLD's for Complex PLD's) that incorporate the equivalent of several original PAL chips. PAL chips are, however, still popular due to their high speed.
  • 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 access television — television in which local producers or individuals can participate
  • 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
  • public-access television — a noncommercial system of broadcasting on television channels made available to independent or community groups for programs of general interest to the community.
  • pure functional language — purely functional language
  • quadrature of the circle — the insoluble problem of constructing, by the methods of Euclidean geometry, a square equal in area to a given circle.
  • quick-assembly furniture — furniture such as shelves and cupboards which you buy as a number of separate pieces and assemble yourself
  • quinacrine hydrochloride — Atabrine
  • 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.
  • 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.
  • relative record data set — (database)   (RRDS) One of the access methods used by IBM's VSAM.
  • 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.
  • republic of south africaRepublic of, a country in S Africa; member of the Commonwealth of Nations until 1961. 472,000 sq. mi. (1,222,480 sq. km). Capitals: Pretoria and Cape Town.
  • 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
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?