0%

22-letter words containing pro

  • a programming language — (language)   (APL) A programming language designed originally by Ken Iverson at Harvard University in 1957-1960 as a notation for the concise expression of mathematical algorithms. It went unnamed (or just called Iverson's Language) and unimplemented for many years. Finally a subset, APL\360, was implemented in 1964. APL is an interactive array-oriented language and programming environment with many innovative features. It was originally written using a non-standard character set. It is dynamically typed with dynamic scope. APL introduced several functional forms but is not purely functional. Dyalog APL/W and Visual APL are recognized .NET languages. Dyalog APL/W, APLX and APL2000 all offer object-oriented extensions to the language. ISO 8485 is the 1989 standard defining the language. Commercial versions: APL SV, VS APL, Sharp APL, Sharp APL/PC, APL*PLUS, APL*PLUS/PC, APL*PLUS/PC II, MCM APL, Honeyapple, DEC APL, APL+Win, APL+Linux, APL+Unix and VisualAPL, Dyalog APL, IBM APL2, APLX, Sharp APL Open source version: NARS2000. See also Kamin's interpreters.
  • approved social worker — (in England) a qualified social worker specially trained in mental-health work, who is approved by his employing local authority to apply for a mentally disordered person to be admitted to hospital and detained there, or to apply for the person to be received into the guardianship of the local authority
  • arithmetic progression — a sequence of numbers or quantities, each term of which differs from the succeeding term by a constant amount, such as 3,6,9,12
  • axonometric projection — a geometric drawing of an object, such as a building, in three dimensions showing the verticals and horizontals projected to scale but with diagonals and curves distorted, so that the whole appears inclined
  • bankruptcy proceedings — the legal business of a bankruptcy case
  • boundary value problem — any of a series of problems occurring in the solution of a differential equation with boundary conditions.
  • c programmer's disease — (programming)   The tendency of the undisciplined C programmer to set arbitrary but supposedly generous static limits on table sizes (defined, if you're lucky, by constants in header files) rather than taking the trouble to do proper dynamic storage allocation. If an application user later needs to put 68 elements into a table of size 50, the afflicted programmer reasons that he or she can easily reset the table size to 68 (or even as much as 70, to allow for future expansion) and recompile. This gives the programmer the comfortable feeling of having made the effort to satisfy the user's (unreasonable) demands, and often affords the user multiple opportunities to explore the marvellous consequences of fandango on core. In severe cases of the disease, the programmer cannot comprehend why each fix of this kind seems only to further disgruntle the user.
  • cargo cult programming — (programming, humour)   A style of (incompetent) programming dominated by ritual inclusion of code or program structures that serve no real purpose. A cargo cult programmer will usually explain the extra code as a way of working around some bug encountered in the past, but usually neither the bug nor the reason the code apparently avoided the bug was ever fully understood (compare shotgun debugging, voodoo programming). The term "cargo cult" is a reference to aboriginal religions that grew up in the South Pacific after World War II. The practices of these cults centre on building elaborate mockups of aeroplanes and military style landing strips in the hope of bringing the return of the god-like aeroplanes that brought such marvelous cargo during the war. Hackish usage probably derives from Richard Feynman's characterisation of certain practices as "cargo cult science" in his book "Surely You're Joking, Mr. Feynman" (W. W. Norton & Co, New York 1985, ISBN 0-393-01921-7).
  • connecticut compromise — a compromise adopted at the Constitutional Convention, providing the states with equal representation in the Senate and proportional representation in the House of Representatives.
  • cornell list processor — (CLP) A list processing language, an extension of CORC, used for simulation.
  • deoxyribonucleoprotein — any of a class of nucleoproteins that yield DNA upon partial hydrolysis.
  • distributed processing — a system consisting of a network of microcomputers performing certain functions and linked with a main computer used for more complex tasks
  • file transfer protocol — (FTP) A client-server protocol which allows a user on one computer to transfer files to and from another computer over a TCP/IP network. Also the client program the user executes to transfer files. It is defined in STD 9, RFC 959. See also anonymous FTP, FSP, TFTP.
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • government osi profile — (networking, standard)   (GOSIP) A subset of OSI standards specific to US Government procurements, designed to maximize interoperability in areas where plain OSI standards are ambiguous or allow excessive options.
  • gross domestic product — gross national product excluding payments on foreign investments. Abbreviation: GDP.
  • gross national product — the total monetary value of all final goods and services produced in a country during one year. Abbreviation: GNP.
  • gum bichromate process — a contact printing method in which the image is formed on a coating of sensitized gum containing a suitable colored pigment and potassium or ammonium dichromate.
  • home improvement grant — a government grant for house improvements such as insulation, adding a bathroom, or urgent repairs
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • imperative programming — imperative language
  • information processing — processing of information, especially the handling of information by computers in accordance with strictly defined systems of procedure.
  • initial program loader — (operating system)   (IPL) A bootstrap loader which loads the part of an operating system needed to load the remainder of the operating system.
  • java community process — (project)   (JCP) An organization controlled by Sun Microsystems to further the growth of the Java language and runtime. The JCP produces standards called Java Standard Requests, which are "requests" in the same sense as RFCs.
  • make/prove one's point — If you make your point or prove your point, you prove that something is true, either by arguing about it or by your actions or behaviour.
  • mpeg-2 aac low profile — (compression, standard, algorithm, file format)   A successor of MP3 allowing transparent coding at data rates of 75-80% of that of MP3. It is very different from MP3, only used MDCT, no subband coding.
  • non-constructive proof — (logic)   (Or "existence proof") A proof that something exists that does not provide an example of that thing or a method for finding an example. (A constructive proof does provide such an example or method). For example, for any pair of finite real numbers n < 0 and p > 0 there exists a real number 0 < k < 1 such that f(k) = (1-k)*n + k*p = 0. A non-constructive proof might proceed by observing that as k changes continuously from 0 to 1, f(k) changes continuously from n to p and, since they lie either side of zero, f(k) must pass through zero for some intermediate value of k. This proof does not tell us what that value of k is, only that it exists.
  • oak processionary moth — a moth, (Thaumetopoea processionea), of the family Thaumetopoeidae, the larvae of which leave the communal shelter nightly for food in a V-shaped procession
  • physiographic province — a geographic region in which climate and geology have given rise to an array of landforms different from those of surrounding regions.
  • probationary assistant — a teacher in the first probationary years
  • process cinematography — cinematography in which the main or foreground action or scene is superimposed on or combined with simulated or separately filmed background action or scenery to produce special visual effects.
  • procurement department — the department of (a company, organization, etc) responsible for purchasing and buying
  • productivity agreement — an agreement whereby the employees of an organization agree to changes which are intended to improve productivity in return for an increase in pay or other benefits
  • program transformation — The systematic development of efficient programs from high-level specifications by meaning-preserving program manipulations. Also known as optimisation. See fusion, loop combination, peephole optimisation, register allocation, tupling, unfold/fold.
  • programmed instruction — a progressively monitored, step-by-step teaching method, employing small units of information or learning material and frequent testing, whereby the student must complete or pass one stage before moving on to the next.
  • progressive participle — present participle.
  • pronunciation spelling — a spelling intended to match a certain pronunciation more closely than the traditional spelling does, as gonna for going to , kinda for kind of (meaning “rather”), git for get , or lite for light.
  • propositional attitude — a relation between a person and a proposition, such as belief, desire, intention, etc
  • propositional calculus — propositional logic
  • propositional function — sentential function.
  • protestant reformation — reformation (def 2).
  • prothonotary apostolic — a member of the first college of prelates of the Roman Curia.
  • public housing project — a group of homes for poorer families which is funded and controlled by the local government
  • raster image processor — (application, printer)   (RIP) A device (usually hardware but can be software) that takes a Page Description Language description of a page and converts it into a bitmap for printing.
  • received pronunciation — the pronunciation of British English considered to have the widest geographical distribution and the fewest regional peculiarities, originally the pronunciation of educated speakers in southern England and traditionally that used in the public schools and at Oxford and Cambridge universities, adopted by many speakers elsewhere in England and widely used in broadcasting. Abbreviation: RP.
  • reliable data protocol — (protocol)   (RDP) A protocol designed to provide a reliable data transport service for packet-based applications such as remote loading and debugging. RDP is intended to be simple to implement but still be efficient in environments where there may be long transmission delays and loss or non-sequential delivery of message segments. RDP is defined in RFC 908.
  • reproduction furniture — furniture that is made in an imitation or copy of a past style
  • reproductive isolation — the conditions, as physiological or behavioral differences or geographical barriers, that prevent potentially interbreeding populations from cross-fertilization.
  • resettlement programme — a scheme that helps refugees to be settled in another place
  • satisfiability problem — A problem used as an example in complexity theory. It can be stated thus: Given a Boolean expression E, decide if there is some assignment to the variables in E such that E is true. A Boolean expression is composed of Boolean variables, (logical) negation (NOT), (logical) conjunction (AND) and parentheses for grouping. The satisfiability problem was the first problem to be proved to be NP-complete (by Cook).

On this page, we collect all 22-letter words with PRO. It’s easy to find right word with a certain length. It is the easiest way to find 22-letter word that contains PRO 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?