0%

17-letter words containing p, a, t, r, i, l

  • electromyographic — Using electromyography.
  • elliptical spring — An elliptical spring is a spring that is made from two springs in the shape of elongated ovals laid cut in half and back-to-back.
  • emotional cripple — someone who is unable to feel or show true emotion and so cannot form relationships with other people
  • entrepreneurially — In an entrepreneurial manner.
  • equal opportunity — policies that bar discrimination
  • esprit d'escalier — clever repartee one thinks of too late
  • exception handler — Special code which is called when an exception occurs during the execution of a program. If the programmer does not provide a handler for a given exception, a built-in system exception handler will usually be called resulting in abortion of the program run and some kind of error indication being returned to the user. Examples of exception handler mechanisms are Unix's signal calls and Lisp's catch and throw.
  • experimental lisp — (language)   (xlisp) An experimental programming language combining a subset of Common Lisp with an object-oriented extension capability (Class and Object types). It was implemented by David Micheal Betz at Apple to allow experimentation with object-oriented programming on small computers. The C source code has been ported to Unix, Microsoft Windows, Macintosh, Amiga, Atari, and MS-DOS. Version 2.1 of the interpreter, by Tom Almy is closer to Common Lisp. E-mail: Tom Almy <[email protected]>.
  • feint-ruled paper — writing paper with light horizontal lines printed across at regular intervals
  • fingerling potato — a finger-shaped potato
  • front-line player — a regular player on a sports team or one who plays in the farthest forward position
  • garden heliotrope — the common valerian, Valeriana officinalis, especially when cultivated as an ornamental.
  • golf ball printer — IBM 2741
  • grapefruit league — a series of training games played by major-league teams before the opening of the season (so named because they take place in the citrus-growing South, as in Florida).
  • helicopter parent — a style of child rearing in which an overprotective mother or father discourages a child's independence by being too involved in the child's life: In typical helicopter parenting, a mother or father swoops in at any sign of challenge or discomfort.
  • historiographical — the body of literature dealing with historical matters; histories collectively.
  • holding operation — a plan or procedure devised to prolong the existing situation
  • hospital gangrene — Pathology. a contagious, often fatal gangrene, especially involving amputation stumps and war wounds, occurring usually in crowded, ill-kept hospitals, and caused by putrefactive bacteria.
  • hyper-peristalsis — the progressive wave of contraction and relaxation of a tubular muscular system, especially the alimentary canal, by which the contents are forced through the system.
  • hyperalimentation — overfeeding.
  • hyperbolic secant — a hyperbolic function that is the reciprocal of cosh; sech
  • hyperchlorination — Chemistry. to combine or treat with chlorine. to introduce chlorine atoms into an organic compound by an addition or substitution reaction.
  • hyperexcitability — an excessive reaction to stimuli.
  • hyperinflationary — (economics) Having very high levels of inflation.
  • hyperintellectual — appealing to or engaging the intellect: intellectual pursuits.
  • hyperirritability — extreme irritability.
  • hyperpolarisation — Alternative spelling of hyperpolarization.
  • hyperpolarization — The act or process of hyperpolarizing.
  • hypocholesteremia — an abnormally low amount of cholesterol in the blood.
  • imperialistically — In an imperialistic manner.
  • impersonalization — to make impersonal: The dial system impersonalized the telephone.
  • implosion therapy — a form of behavior therapy involving intensive recollection and review of anxiety-producing situations or events in a patient's life in an attempt to develop more appropriate responses to similar situations in the future.
  • implosive-therapy — a form of behavior therapy involving intensive recollection and review of anxiety-producing situations or events in a patient's life in an attempt to develop more appropriate responses to similar situations in the future.
  • impracticableness — The state of being impracticable; impracticability.
  • impressionability — easily impressed or influenced; susceptible: an impressionable youngster.
  • improper integral — Also called infinite integral. a definite integral in which one or both of the limits of integration is infinite.
  • improvisationally — In an improvisational way.
  • indecipherability — Quality of being indecipherable.
  • inertial platform — self-contained navigational devices used in inertial guidance, along with their mounting.
  • inspector general — a comedy (1836) by Gogol.
  • inspector-general — a comedy (1836) by Gogol.
  • insupportableness — The state of being insupportable; insufferableness.
  • intel corporation — (company)   A US microelectronics manufacturer. They produced the Intel 4004, Intel 8080, Intel 8086, Intel 80186, Intel 80286, Intel 80386, Intel 486 and Pentium microprocessor families as well as many other integrated circuits and personal computer networking and communications products. Gordon Moore and Robert Noyce founded Intel in 1968 to design, manufacture, and market semiconductor computer memory to replace magnetic core memory, the dominant computer memory at that time. Dr. Andrew S. Grove joined Intel soon after its incorporation. Three years later, in 1971, Intel introduced the world's first microprocessor, the Intel 4004. Intel has design, development, production, and administration facilities throughout the western US, Europe and Asia. In 1995 nearly 75% of the world's personal computers use Intel architecture. Annual revenues are rapidly approaching $10 billion. In March, 1994, "Business Week" named Intel one of the top ten American companies in terms of profit, one of the top 15 market value winners, and 16th out of the magazine's top 1,000 companies overall. Intel invested a record $2.9 billion in capital and R&D in 1993, and expects to increase combined spending on these activities to $3.5 billion in 1994. Quarterly sales were $2770M and profits, $640M in Aug 1994. Address: Santa Clara, CA, USA.
  • interdepartmental — involving or existing between two or more departments: interdepartmental rivalry.
  • interdisciplinary — combining or involving two or more academic disciplines or fields of study: The economics and history departments are offering an interdisciplinary seminar on Asia.
  • interprofessional — following an occupation as a means of livelihood or for gain: a professional builder.
  • interrelationship — reciprocal relation.
  • interrupt handler — (software)   A routine which is executed when an interrupt occurs. Interrupt handlers typically deal with low-level events in the hardware of a computer system such as a character arriving at a serial port or a tick of a real-time clock. Special care is required when writing an interrupt handler to ensure that either the interrupt which triggered the handler's execution is masked out (inhibitted) until the handler exits, or the handler is re-entrant so that multiple concurrent invocations will not interfere with each other. If interrupts are masked then the handler must execute as quickly as possible so that important events are not missed. This is often arranged by splitting the processing associated with the event into "upper" and "lower" halves. The lower part is the interrupt handler which masks out further interrupts as required, checks that the appropriate event has occurred (this may be necessary if several events share the same interrupt), services the interrupt, e.g. by reading a character from a UART and writing it to a queue, and re-enabling interrupts. The upper half executes as part of a user process. It waits until the interrupt handler has run. Normally the operating system is responsible for reactivating a process which is waiting for some low-level event. It detects this by a shared flag or by inspecting a shared queue or by some other synchronisation mechanism. It is important that the upper and lower halves do not interfere if an interrupt occurs during the execution of upper half code. This is usually ensured by disabling interrupts during critical sections of code such as removing a character from a queue.
  • intradepartmental — Within a department.
  • intraspecifically — Between individuals of the same species.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?