0%

19-letter words containing g, l, o, r

  • modulus of rigidity — shear modulus.
  • molecular biologist — a specialist in the study of biological phenomena at the molecular level
  • napierian logarithm — natural logarithm.
  • national government — A national government is a government with members from more than one political party, especially one that is formed during a crisis.
  • negation by failure — An extralogical feature of Prolog and other logic programming languages in which failure of unification is treated as establishing the negation of a relation. For example, if Ronald Reagan is not in our database and we asked if he was an American, Prolog would answer "no".
  • neuropathologically — In a neuropathologic way.
  • new general catalog — a catalog of star clusters, galaxies, and other non-stellar objects, published in 1888
  • niagara-on-the-lake — a town in SE Ontario, in S Canada, on Lake Ontario, at the mouth of the Niagara River, on the border between Canada and New York.
  • no shrinking violet — If you say that someone is no shrinking violet, you mean that they are not at all shy.
  • not for much longer — if something will not happen for much longer, it will soon stop happening
  • oak-leaved geranium — a geranium, Pelargonium quercifolium, of southern Africa, having oaklike leaves with purple veins and sparse clusters of purple flowers with darker markings.
  • old english pattern — a spoon pattern having a stem curving backward at the end.
  • operational testing — (testing)   A US DoD term for testing performed by the end-user on software in its normal operating environment.
  • optimising compiler — (programming, tool)   compiler which attempts to analyse the code it produces and to produce more efficient code by performing program transformation such as branch elimination, partial evaluation, or peep-hole optimisation. Contrast pessimising compiler.
  • orange flower water — a distilled infusion of orange blossom, used in cakes, confectionery, etc
  • oscillating circuit — a circuit producing electrical oscillations.
  • otorhinolaryngology — otolaryngology.
  • paleoanthropologist — the study of the origins and predecessors of the present human species, using fossils and other remains.
  • parallel processing — extending in the same direction, equidistant at all points, and never converging or diverging: parallel rows of trees.
  • parthenogenetically — development of an egg without fertilization.
  • particle technology — Particle technology is knowledge and study which relates to particles, and is used in industry.
  • pastoral counseling — the use of psychotherapeutic techniques by trained members of the clergy to assist parishioners who seek help for personal or emotional problems.
  • paumotu archipelago — Tuamotu Archipelago.
  • 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
  • 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)
  • 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.
  • 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.
  • psychoendocrinology — the study of the relationship between the endocrine system and various symptoms or types of mental illness.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?