0%

17-letter words starting with int

  • internet explorer — (web)   (IE, MSIE) Microsoft's free World-Wide Web browser for Microsoft Windows, Windows 95, Windows NT, and Macintosh. Internet Explorer is the main rival to Netscape Navigator (which runs on many more platforms). Both support the same core features and offer incompatible extensions. Microsoft combined later versions of IE with their file system browser, "Explorer" and bundled it with Windows 95 in an attempt to use their dominance of the desktop operating system market to force users to abandon Netscape's browser, which they perceived as a potential threat. This, and other dubious business moves, became the subject of a US Department of Justice antitrust trial in late 1998/early 1999.
  • internet protocol — (networking)   (IP) The network layer for the TCP/IP protocol suite widely used on Ethernet networks, defined in STD 5, RFC 791. IP is a connectionless, best-effort packet switching protocol. It provides packet routing, fragmentation and re-assembly through the data link layer. IPv4 is the version in widespread use and IPv6 was just beginning to come into use in 2000 but is still not widespread by 2008.
  • internet provider — Internet Service Provider
  • internet registry — (IR) The Internet Assigned Numbers Authority has the discretionary authority to delegate portions of its responsibility and, with respect to network address and Autonomous System identifiers, has lodged this responsibility with the IR. The IR function is performed by the Defense Data Network Network Information Center.
  • 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.
  • 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.
  • intersectionalism — The study of minorities within minorities, or intersections between minorities; specifically, the study of the interactions of multiple systems of oppression or discrimination.
  • intersectionality — the theory that the overlap of various social identities, as race, gender, sexuality, and class, contributes to the specific type of systemic oppression and discrimination experienced by an individual (often used attributively): Her paper uses a queer intersectionality approach.
  • intersubjectively — (philosophy) In an intersubjective way; between or among multiple subjects.
  • intersubjectivity — The state or condition of being intersubjective.
  • intertranslatable — to turn from one language into another or from a foreign language into one's own: to translate Spanish.
  • intertrochanteric — (anatomy) Between the two trochanters of the femur.
  • interval estimate — the interval used as an estimate in interval estimation; a confidence interval.
  • interval training — an exercise and training program in which each session consists of periods of intense exertion alternating with periods of rest or lighter exertion.
  • intestinal bypass — the surgical circumvention, by anastomosis, of a diseased portion of the intestine; also sometimes used to reduce nutrient absorption in morbidly obese patients.
  • into one's barrow — suited to one's interests or desires
  • into/in overdrive — If you go into overdrive, you begin to work very hard or perform a particular activity in a very intense way.
  • intradepartmental — Within a department.
  • intragovernmental — Within a government.
  • intransitive verb — a verb that indicates a complete action without being accompanied by a direct object, as sit or lie, and, in English, that does not form a passive.
  • intraspecifically — Between individuals of the same species.
  • introspectiveness — characterized by introspection, the act or process of looking into oneself.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?