0%

17-letter words containing e, u, r

  • insurance carrier — company issuing an insurance policy
  • insurance company — company that sells insurance policies
  • insurance premium — payment on an insurance policy
  • integral calculus — the branch of mathematics that deals with integrals, especially the methods of ascertaining indefinite integrals and applying them to the solution of differential equations and the determining of areas, volumes, and lengths.
  • integral equation — an equation in which an integral involving a dependent variable appears.
  • integral function — an entire function.
  • integrated course — a course that covers several subjects
  • intercolumniation — the space between two adjacent columns, usually the clear space between the lower parts of the shafts.
  • intercommunicated — Simple past tense and past participle of intercommunicate.
  • intercommunicates — Third-person singular simple present indicative form of intercommunicate.
  • interdental brush — a small brush that is used to clean between the teeth
  • 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.
  • interrupt request — (IRQ) The name of an input found on many processors which causes the processor to suspend normal instruction execution temporarily and to start executing an interrupt handler routine. Such an input may be either "level sensitive" - the interrupt condition will persist as long as the input is active or "edge triggered" - an interrupt is signalled by a low-to-high or high-to-low transition on the input. Some processors have several interrupt request inputs allowing different priority interrupts.
  • interrupted screw — a screw having the thread interrupted in one or more places by longitudinal channels, as in the breech of a cannon or the lead screw of a lathe.
  • intersubjectively — (philosophy) In an intersubjective way; between or among multiple subjects.
  • intersubjectivity — The state or condition of being intersubjective.
  • intrusive testing — (testing)   Testing that collects timing and processing information during program execution that may change the behaviour of the software from its behavior in a real environment. Intrusive testing usually involves additional code embedded in the software being tested or additional processes running concurrently with software being tested on the same processor.
  • irrational number — a number that cannot be exactly expressed as a ratio of two integers.
  • irreproducibility — The quality of not being reproducible.
  • it's your funeral — If someone says to you 'It's your funeral', they think your decision or your actions will have bad consequences for you, but they are unwilling to interfere.
  • italian greyhound — one of an Italian breed of toy dogs resembling a greyhound.
  • jerusalem cricket — a large, nocturnal, wingless, long-horned grasshopper, Stenopelmatus fuscus, occuring chiefly in loose soil and sand along the Pacific coast of the U.S.
  • journeyman joiner — a joiner who is qualified to work in the employment of another
  • juazeiro do norte — a city in Bahia state, NE Brazil.
  • judgment of paris — the decision by Paris to award Aphrodite the golden apple of discord competed for by Aphrodite, Athena, and Hera.
  • jump trace buffer — (JTB) A feature of some pipelined processors (e.g. Amulet, Pentium?) which stores the source and destination addresses of the last few branch instuctions executed. When a branch instruction is fetched, its source is looked for in the JTB. If found, the next instuction fetch will be from the previous destination of that branch. If it turns out that the branch shouldn't have been taken this time, then the pipeline is flushed. This means that in a tight loop it is not necessary to flush the pipeline every time you jump back to the start.
  • junior technician — a rank in the RAF senior to aircraftman: comparable to that of private in the army
  • jurisprudentially — In terms of jurisprudence.
  • jus primae noctis — droit du seigneur.
  • juvenile offender — a child or young person who has been found guilty of some offence, act of vandalism, or antisocial behaviour before a juvenile court
  • karelian republic — a constituent republic of NW Russia between the White Sea and Lakes Onega and Ladoga. Capital: Petrozavodsk. Pop: 716 700 (2002). Area: 172 400 sq km (66 560 sq miles)
  • keep your balance — If you keep your balance, for example when standing in a moving vehicle, you remain steady and do not fall over. If you lose your balance, you become unsteady and fall over.
  • kerguelen islands — an archipelago in the S Indian Ocean: a possession of France. 2394 sq. mi. (6200 sq. km).
  • key man insurance — Key man insurance is an insurance policy taken out by a small company on the life of a senior executive whose death would create a serious loss.
  • key-man assurance — an assurance policy taken out, esp by a small company, on the life of a senior executive whose death would create a serious loss
  • l'hospital's rule — the theorem that for the quotient of two functions satisfying certain conditions on a given closed interval, each having infinite limit or zero as limit at a given point, the limit of the quotient at the given point is equal to the limit of the quotient of the derivatives of each function.
  • la perouse strait — a strait between S Sakhalin Island, Russia and N Hokkaido Island, Japan connecting the Sea of Okhotsk and the Sea of Japan. 25 miles (40 km) wide.
  • label edge router — (networking)   (LER) A device that sits at the edge of an MPLS domain, that uses routing information to assign labels to datagrams and then forwards them into the MPLS domain.
  • ladder tournament — a tournament in which the entrants are listed by name and rank, advancement being by means of challenging and defeating an entrant ranked one or two places higher.
  • ladies' auxiliary — an organization usually made up of the wives of members of another organization
  • lago de nicaragua — Spanish name of Lake Nicaragua.
  • lambdoidal suture — the lambda-shaped seam or line of joining between the occipital and two parietal bones at the back part of the skull.
  • lance of courtesy — a lance having a blunt head to prevent serious injury by a jouster to an opponent.
  • langmuir isotherm — A Langmuir isotherm is a classical relationship between the concentrations of a solid and a fluid, used to describe a state of no change in the sorption process.
  • language transfer — transfer (def 20).
  • latent strabismus — the tendency, controllable by muscular effort, for one or both eyes to exhibit strabismus.
  • laurent's theorem — the theorem that a function that is analytic on an annulus can be represented by a Laurent series on the annulus.
  • le morte d'arthur — a compilation and translation of French Arthurian romances by Sir Thomas Malory, printed by Caxton in 1485.
  • least upper bound — an upper bound that is less than or equal to all the upper bounds of a particular set. 3 is the least upper bound of the set consisting of 1, 2, 3. Abbr.: lub.
  • lebesgue integral — an integral obtained by application of the theory of measure and more general than the Riemann integral.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?