0%

19-letter words containing o, l, g

  • percussion drilling — Percussion drilling is a drilling method which involves lifting and dropping heavy tools to break rock, and uses steel casing tubes to stop the borehole from collapsing.
  • personal belongings — possessions; things that belong to someone
  • philippine mahogany — any of several Philippine trees of the genus Shorea and related genera, having brown or reddish wood used as lumber and in cabinetry.
  • philosophical logic — the branch of philosophy that studies the relationship between formal logic and ordinary language, esp the extent to which the former can be held accurately to represent the latter
  • pilgrimage of grace — a rebellion in 1536 in N England against the Reformation and Henry VIII's government
  • planning permission — In Britain, planning permission is official permission that you must get from the local authority before building something new or adding something to an existing building.
  • play to the gallery — a raised area, often having a stepped or sloping floor, in a theater, church, or other public building to accommodate spectators, exhibits, etc.
  • pneumoencephalogram — an encephalogram made after the replacement of the cerebrospinal fluid by air or gas, rarely used since the development of the CAT scanner.
  • political geography — the branch of human geography that deals with the relationship between political processes and spatial structures (regions, territories, etc)
  • polyethylene glycol — any of a series of polymers of ethylene glycol, having a molecular weight of from about 200 to 6000, obtained by condensation of ethylene glycol or of ethylene oxide and water, used as an emulsifying agent and lubricant in ointments, creams, etc.
  • polyphonic ringtone — (in mobile phones) a ringtone in which more than one musical note is played at the same time
  • popular sovereignty — the doctrine that sovereign power is vested in the people and that those chosen to govern, as trustees of such power, must exercise it in conformity with the general will.
  • population genetics — the branch of genetics concerned with the hereditary makeup of populations.
  • postal savings bank — any of the savings banks formerly operated by local post offices and limited to small accounts.
  • preferential voting — a system of voting designed to permit the voter to indicate an order of preference for the candidates on the ballot.
  • priority scheduling — (operating system)   Processes scheduling in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin. Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes' behaviour while in the system. For example, the scheduler may favour I/O-intensive tasks so that expensive requests can be issued as early as possible. A danger of priority scheduling is starvation, in which processes with lower priorities are not given the opportunity to run. In order to avoid starvation, in preemptive scheduling, the priority of a process is gradually reduced while it is running. Eventually, the priority of the running process will no longer be the highest, and the next process will start running. This method is called aging.
  • procedural language — (language)   Any programming language in which the programmer specifies an explicit sequences of steps to follow to produce a result (an algorithm). The term should not be confused with "imperative language" - a language that specifies explicit manipulation of state. An example (non-imperative) procedural language is LOGO, which specifies sequences of steps to perform but does not have an internal state. Other procedural languages include Basic, Pascal, C, and Modula-2. Both procedural and imperative languages are in contrast to declarative languages, in which the programmer specifies neither explicit steps nor explicit state manipulation.
  • programmed learning — 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.
  • propositional logic — (logic)   (or "propositional calculus") A system of symbolic logic using symbols to stand for whole propositions and logical connectives. Propositional logic only considers whether a proposition is true or false. In contrast to predicate logic, it does not consider the internal structure of propositions.
  • pseudo-biographical — of or relating to a person's life: He's gathering biographical data for his book on Milton.
  • pseudo-hieroglyphic — noting or pertaining to a script dating from the second millennium b.c. that appears to be syllabic and to represent the Phoenician language and that is inscribed on objects found at Byblos.
  • pseudopsychological — of or relating to psychology.
  • psychoendocrinology — the study of the relationship between the endocrine system and various symptoms or types of mental illness.
  • psychological novel — a novel that focuses on the complex mental and emotional lives of its characters and explores the various levels of mental activity.
  • psychophysiological — of or relating to psychophysiology.
  • psychotechnological — of or relating to psychotechnology
  • queen's regulations — (in Britain and certain other Commonwealth countries when the sovereign is female) the code of conduct for members of the armed forces
  • radiational cooling — the cooling of the earth's surface and adjacent air, primarily at night, caused by a loss of heat due to surface emission of infrared radiation.
  • rag-tag and bobtail — the riffraff; rabble: The ragtag and bobtail of every nation poured into the frontier in search of gold.
  • reciprocal exchange — an unincorporated association formed so that its members can participate in reciprocal insurance.
  • reciprocal leveling — leveling between two widely separated points in which observations are made in both directions to eliminate the effects of atmospheric refraction and the curvature of the earth.
  • reflux oesophagitis — inflammation of the gullet caused by regurgitation of stomach acids, producing heartburn: may be associated with a hiatus hernia
  • register allocation — (compiler, algorithm)   The phase of a compiler that determines which values will be placed in registers. Register allocation may be combined with register assignment. This problem can be shown to be isomorphic to graph colouring by relating values to nodes in the graph and registers to colours. Values (nodes) which must be valid simultaneously are linked by edges and cannot be stored in the same register (coloured the same). See also register dancing and register spilling.
  • regression analysis — Statistics. a procedure for determining a relationship between a dependent variable, as predicted success in college, and an independent variable, as a score on a scholastic aptitude test, for a given population. The relationship is expressed as an equation for a line (regres·sion·line) or curve (regres·sion·curve) in which any coefficient (regression coefficient) of the independent variable in the equation has been determined from a sample population.
  • regular icosahedron — an icosahedron in which each of the faces is an equilateral triangle
  • relational language — (language)   Any kind of programming language that specifies output in terms of some property and some arguments. For example, if Tom has two brothers, Dick and Harry, a relational language will respond to the query "Who is Tom's brother?" with either Dick or Harry. Notice that unlike functional languages, relational languages do not require a unique output for each predicate/argument pair. Prolog is the best known relational language.
  • relief organization — humanitarian group
  • religious education — religion as school subject
  • removable cartridge — a hard disk enclosed in a case that can be removed from the disk drive, having more storage than floppy disks.
  • resign oneself (to) — to submit or become reconciled (to); accept (something) passively
  • revival of learning — the Renaissance in its relation to learning, especially in literature (Revival of Literature or Revival of Letters)
  • right circular cone — a cone whose surface is generated by lines joining a fixed point to the points of a circle, the fixed point lying on a perpendicular through the center of the circle.
  • right-eyed flounder — any of several flatfishes of the family Pleuronectidae, having both eyes on the right side of the head.
  • ring someone's bell — a hollow instrument of cast metal, typically cup-shaped with a flaring mouth, suspended from the vertex and rung by the strokes of a clapper, hammer, or the like.
  • run-length encoding — A kind of compression algorithm which replaces sequences ("runs") of consecutive repeated characters (or other units of data) with a single character and the length of the run. This can either be applied to all input characters, including runs of length one, or a special character can be used to introduce a run-length encoded group. The longer and more frequent the runs are, the greater the compression that will be achieved. This technique is particularly useful for encoding black and white images where the data units would be single bit pixels.
  • salvage archaeology — the collection of archaeological data and materials from a site in danger of imminent destruction, as from new construction or flooding.
  • santiago del estero — a city in N Argentina.
  • screen actors guild — a labor union for motion-picture performers, founded in 1933. Abbreviation: SAG.
  • sea floor spreading — a process in which new ocean floor is created as molten material from the earth's mantle rises in margins between plates or ridges and spreads out.
  • sea-floor spreading — a process in which new ocean floor is created as molten material from the earth's mantle rises in margins between plates or ridges and spreads out.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?