0%

22-letter words containing r, a, g, p, i, c

  • acoustic spectrography — a technique for analyzing sound by separating it into its component frequencies.
  • arab republic of egyptArab Republic of. a republic in NE Africa. 386,198 sq. mi. (1,000,252 sq. km). Capital: Cairo. Formerly (1958–71) United Arab Republic.
  • 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
  • bankruptcy proceedings — the legal business of a bankruptcy case
  • basic operating system — (operating system)   (BOS) An early [when?] IBM operating system. According to folklore, BOS was the predecessor to TOS on the IBM 360 and it was IPL'd from a card reader. It may have been intended for very small 360's with no disks and limited tape drives. BOS died out really early [when?] as disks such as the 2311 and 2314 became common with the IBM 360, whereas disks had been a real luxury on the IBM 7090.
  • being from outer space — a monster; an imaginary creature
  • bidirectional printing — (hardware)   A feature of a printer whose printer head can print both when moving left to right and when moving right to left. Also known as "boustrophedonic".
  • block diagram compiler — (simulation, language)   (BDL) A block diagram simulation tool, with associated language.
  • bug-for-bug compatible — Same as bug-compatible, with the additional implication that much tedious effort went into ensuring that each (known) bug was replicated.
  • 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).
  • categorical imperative — (in the ethics of Kant) the unconditional moral principle that one's behaviour should accord with universalizable maxims which respect persons as ends in themselves; the obligation to do one's duty for its own sake and not in pursuit of further ends
  • ceramic pin grid array — (hardware, processor)   (CPGA) A form of Pin Grid Array package used by Cyrix III processors. Compare PPGA and FC-PGA.
  • chorionic gonadotropin — Also called human chorionic gonadotropin. Biochemistry. a hormone, produced in the incipient placenta of pregnant women, that stimulates the production of estrogen and progesterone: its presence in blood or urine is an indication of pregnancy.
  • color graphics adapter — (hardware, graphics)   (CGA) One of IBM's earliest hardware video display standards for use in IBM PCs. CGA can display 80*25 or 40*25 text in 16 colors, 640*200 pixels of graphics in two colors or 320*200 in four colors (IBM PC video modes 0-6). It is now obsolete.
  • combinatorial topology — the branch of topology that deals with the properties of geometric figures by considering the figures as being composed of elementary geometric figures, as points or lines.
  • common snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • compactness preserving — (theory)   In domain theory, a function f is compactness preserving if f c is compact whenever c is.
  • comparative government — the study and comparison of different forms of government.
  • comparative musicology — ethnomusicology.
  • comparative psychology — the study of the similarities and differences in the behaviour of different species
  • computational geometry — (mathematics)   The study of algorithms for combinatorial, topological, and metric problems concerning sets of points, typically in Euclidean space. Representative areas of research include geometric search, convexity, proximity, intersection, and linear programming.
  • computational learning — grammatical inference
  • cosmological principle — the theory that the universe is uniform, homogenous, and isotropic, and therefore appears the same from any position
  • descriptive cataloging — the aspect of cataloging concerned with the bibliographic and physical description of a book, recording, or other work, accounting for such items as author or performer, title, edition, and imprint as opposed to subject content.
  • directed acyclic graph — (DAG) A directed graph containing no cycles. This means that if there is a route from node A to node B then there is no way back.
  • electrophysiologically — In an electrophysiological way.
  • english cocker spaniel — any of a breed of small spaniel, similar to and the progenitor of the cocker spaniel
  • 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.
  • galvanic skin response — a change in the electrical conductivity of the skin caused by an emotional reaction to a stimulus.
  • garmisch-partenkirchen — a city in S Germany, in the Bavarian Alps.
  • general public licence — (spelling)   It's spelled "General Public License". (In the UK, "licence" is a noun and "license" is a verb (like "advice"/"advise") but in the US both are spelled "license").
  • general public license — (legal)   (GPL, note US spelling) The licence applied to most software from the Free Software Foundation and the GNU project and other authors who choose to use it. The licences for most software are designed to prevent users from sharing or changing it. By contrast, the GNU General Public License is intended to guarantee the freedom to share and change free software - to make sure the software is free for all its users. The GPL is designed to make sure that anyone can distribute copies of free software (and charge for this service if they wish); that they receive source code or can get it if they want; that they can change the software or use pieces of it in new free programs; and that they know they can do these things. The GPL forbids anyone to deny others these rights or to ask them to surrender the rights. These restrictions translate to certain responsibilities for those who distribute copies of the software or modify it. See also General Public Virus.
  • geographic determinism — a doctrine that regards geographical conditions as the determining or molding agency of group life.
  • government corporation — a corporation set up by a national government to carry out business transactions on its behalf
  • graphical display unit — an output device incorporating a cathode ray tube on which both line drawings and text can be displayed. It is usually used in conjunction with a light pen to input or reposition data
  • gravitational collapse — the final stage of stellar evolution in which a star collapses to a final state, as a white dwarf, neutron star, or black hole, when the star's nuclear reactions no longer generate enough pressure to balance the attractive force of gravity.
  • 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.
  • hemorrhagic septicemia — an acute infectious disease of animals, caused by the bacterium Pasteurella multocida, and characterized by fever, catarrhal symptoms, pneumonia, and general blood infection.
  • ice-making compartment — a part of a refrigerator in which ice is made
  • information processing — processing of information, especially the handling of information by computers in accordance with strictly defined systems of procedure.
  • lethargic encephalitis — sleeping sickness (def 2).
  • magnetic pole strength — Electricity. a measure of the force exerted by one face of a magnet on a face of another magnet when both magnets are represented by equal and opposite poles. Symbol: m.
  • 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.
  • operating instructions — instructions on how to use something (such an electrical appliance, etc)
  • packet internet groper — ping
  • physiographic province — a geographic region in which climate and geology have given rise to an array of landforms different from those of surrounding regions.
  • picture of dorian gray — a novel (1891) by Oscar Wilde.
  • plastic pin grid array — (hardware, processor)   (PPGA) The package used for certain Intel Celeron processors. PPGA processors fit into Socket 370 motherboard sockets. The Plastic Pin Grid Array packaging is similar to that used on Pentium processors. The silicon core is covered by a heat slug that faces down toward the motherboard. The Celeron 300A to the 533 use a PPGA package. The Celeron 566 onward use a FC-PGA package. Celeron processors are also available in Slot 1 SEPP packaging.

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