0%

10-letter words starting with int

  • intactness — not altered, broken, or impaired; remaining uninjured, sound, or whole; untouched; unblemished: The vase remained intact despite rough handling.
  • intaglioed — Simple past tense and past participle of intaglio.
  • intangible — not tangible; incapable of being perceived by the sense of touch, as incorporeal or immaterial things; impalpable.
  • intangibly — not tangible; incapable of being perceived by the sense of touch, as incorporeal or immaterial things; impalpable.
  • intangling — Present participle of intangle.
  • integrable — capable of being integrated, as a mathematical function or differential equation.
  • integrally — of, relating to, or belonging as a part of the whole; constituent or component: integral parts.
  • integrands — Plural form of integrand.
  • integrants — Plural form of integrant.
  • integrated — combining or coordinating separate elements so as to provide a harmonious, interrelated whole: an integrated plot; an integrated course of study.
  • integrates — Third-person singular simple present indicative form of integrate.
  • integrator — a person or thing that integrates.
  • integrious — (rare) Marked by integrity.
  • integument — a natural covering, as a skin, shell, or rind.
  • intel 4004 — (processor)   The world's first microprocessor, released in 1971. The 4004 contained 2300 transistors (compared with 5.5 million in the 1996 Pentium Pro) and was intended for use in a calculator. It processed data in 4 bits, but its instructions were 8 bits long. Program and Data memory were separate, it had 1 kilobyte of data memory and a 12-bit PC for 4K of program memory (in the form of a 4 level stack, used for CALL and RET instructions). There were also sixteen 4-bit (or eight 8-bit) general purpose registers. The 4004 had 46 instructions.
  • intel 4040 — (processor)   An enhanced version of the Intel 4004, adding 14 instructions, larger (8 level) stack, 8 kbyte program memory and interrupt abilities (including shadows of the first 8 registers). The 4040 was similar to the Intel 8008.
  • intel 8008 — (processor)   A microprocessor intended for use as a terminal controller, and similar to the Intel 4040. The 8008 had a 14-bit PC and addressing and an eight level internal stack. It was followed by the Intel 8080.
  • intel 8048 — (processor)   The microcontroller used in IBM PC keyboards. The 8048 was inspired by, and similar to, the Fairchild F8 microprocessor but, being a microcontroller, was designed for low cost and small size. The 8048 has a modified Harvard architecture, with program ROM on chip and 64 to 256 bytes of RAM also on chip. I/O is mapped in its own address space. Though the 8048 was eventually replaced by the very popular but bizarre Intel 8051 and Intel 8052, even in 2000 it is still very popular due to its low cost, wide availability, and development tools.
  • intel 8051 — (processor)   A microcontroller developed by Intel in 1980 for use in embedded products and still (1999) one of the most popular microcontrollers. The 8051/8031 cores are used in over 100 devices from 10 independent manufacturers such as Dallas and Philips. See also CAS 8051 Assembler, as31 assembler, 51forth.
  • intel 8080 — (processor)   The successor to the Intel 8008. The 8080 had a 16-bit address bus and an 8-bit data bus. It had seven 8-bit registers (six which could also be combined as three 16-bit registers), a 16-bit stack pointer to memory which replaced the 8008's internal stack and a 16-bit program counter. It also had 256 I/O ports (so I/O devices could be connected without needing to allocate any addressing space as is required for memory mapped devices) and a signal pin that allowed the stack to occupy a separate bank of memory. Shortly after the 8080, the Motorola 6800 was introduced.
  • intel 8085 — (processor)   A microprocessor intended to be an improved Intel 8080, as was the Zilog Z80.
  • intel 8086 — (processor)   A sixteen bit microprocessor chip used in early IBM PCs. The Intel 8088 was a version with an eight-bit external data bus. The Intel 8086 was based on the design of the Intel 8080 and Intel 8085 (it was source compatible with the 8080) with a similar register set, but was expanded to 16 bits. The Bus Interface Unit fed the instruction stream to the Execution Unit through a 6 byte prefetch queue, so fetch and execution were concurrent - a primitive form of pipelining (8086 instructions varied from 1 to 4 bytes). It featured four 16-bit general registers, which could also be accessed as eight 8-bit registers, and four 16-bit index registers (including the stack pointer). The data registers were often used implicitly by instructions, complicating register allocation for temporary values. It featured 64K 8-bit I/O (or 32K 16 bit) ports and fixed vectored interrupts. There were also four segment registers that could be set from index registers. The segment registers allowed the CPU to access 1 meg of memory in an odd way. Rather than just supplying missing bytes, as most segmented processors, the 8086 actually shifted the segment registers left 4 bits and added it to the address. As a result, segments overlapped, and it was possible to have two pointers with the same value point to two different memory locations, or two pointers with different values pointing to the same location. Most people consider this a brain damaged design. Although this was largely acceptable for assembly language, where control of the segments was complete (it could even be useful then), in higher level languages it caused constant confusion (e.g. near/far pointers). Even worse, this made expanding the address space to more than 1 meg difficult. A later version, the Intel 80386, expanded the design to 32 bits, and "fixed" the segmentation, but required extra modes (suppressing the new features) for compatibility, and retains the awkward architecture. In fact, with the right assembler, code written for the 8008 can still be run on the most recent Intel 486. The Intel 80386 added new op codes in a kludgy fashion similar to the Zilog Z80 and Zilog Z280. The Intel 486 added full pipelines, and clock doubling (like the Zilog Z280). So why did IBM chose the 8086 series when most of the alternatives were so much better? Apparently IBM's own engineers wanted to use the Motorola 68000, and it was used later in the forgotten IBM Instruments 9000 Laboratory Computer, but IBM already had rights to manufacture the 8086, in exchange for giving Intel the rights to its bubble memory designs. Apparently IBM was using 8086s in the IBM Displaywriter word processor. Other factors were the 8-bit Intel 8088 version, which could use existing Intel 8085-type components, and allowed the computer to be based on a modified 8085 design. 68000 components were not widely available, though it could use Motorola 6800 components to an extent.
  • intel 8088 — (processor)   An Intel 8086 with 16-bit registers and an 8-bit data bus. The 8088 was the processor used in the original IBM PC.
  • intel 8751 — (processor)   A microcontroller from Intel including a CPU, two timers. 128 bytes of RAM, 4 kBytes of EEPROM, four eight-bit biderectional I/O ports and an EIA-232 port. The 8751 belongs to the Intel i51 Microcontroller family. It was designed by Intel but is now manufactured by Intel, Philips, Siemens, AMD and others. Motorola's microcontroller families (68HC05, 68HC08 and 68HC11) are meant to compete with the i51 family.
  • intel i960 — (processor)   A superscalar 32-bit RISC microprocessor from Intel intended for embedded applications. The i960 CA variant can reach 66 native MIPS peak performance with a sustained execution of two instructions per clock cycle. The i960 CF has an on-chip, four kilobyte two-way set-associative instruction cache and a one kilobyte data cache. Both the CA and CF processors have on-chip RAM; a four-channel DMA unit; and integrated peripherals.
  • intellects — Plural form of intellect.
  • intemerate — inviolate; undefiled; unsullied; pure.
  • intendance — an administrative department, especially one in the government system introduced by the French statesman Richelieu during the 17th century, or the officials in charge of it.
  • intendancy — the office or function of an intendant.
  • intendants — Plural form of intendant.
  • intendedly — purposed; designed; intentional: an intended snub.
  • intendency — intendancy (def 3).
  • intendment — Law. the true or correct meaning of something.
  • intenerate — to make soft or tender; soften.
  • intensions — Plural form of intension.
  • intensives — Plural form of intensive.
  • intentions — an act or instance of determining mentally upon some action or result.
  • intentness — firmly or steadfastly fixed or directed, as the eyes or mind: an intent gaze.
  • inter alia — among other things.
  • inter-site — the position or location of a town, building, etc., especially as to its environment: the site of our summer cabin.
  • interabang — a printed punctuation mark (‽), available only in some typefaces, designed to combine the question mark (?) and the exclamation point (!), indicating a mixture of query and interjection, as after a rhetorical question.
  • interacted — to act one upon another.
  • interagent — An intermediate agent or middleman.
  • interaxial — of, pertaining to, characterized by, or forming an axis: an axial relationship.
  • interbasin — a circular container with a greater width than depth, becoming smaller toward the bottom, used chiefly to hold water or other liquid, especially for washing.
  • interbirth — Between births.
  • interblend — (transitive) To blend or mingle so as to form a union.
  • interbrain — the diencephalon.
  • interbreed — to crossbreed (a plant or animal).
  • intercalar — intercalary

On this page, we collect all 10-letter words starting with INT. It’s easy to find right word with a certain length. It is the easiest way to find 10-letter word that beginning with INT to use in Scrabble or Crossword puzzles.

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?