Intel 80286L’Intel 80286, officiellement nommé iAPX 286, est un microprocesseur CISC fabriqué par Intel et présenté le . C’est le successeur de l’Intel 8086 et le prédécesseur de l’Intel 80386, et il est sorti en même temps que le Intel 80186. Initialement cadencé à 6 et , sa fréquence augmenta jusqu’à . Il était alors très utilisé dans les compatibles PC du milieu des années 1980 au début des années 1990. Le 80286 est deux fois plus rapide que le Intel 8086 par cycle d’horloge.
Intel 80386L’Intel 80386, souvent abrégé i386, est un microprocesseur CISC fabriqué par Intel. Il est utilisé dans de nombreux ordinateurs personnels de 1986 à 1994. Lors de sa création, le processeur est nommé « P3 » — la troisième génération de processeurs x86. Il s'agit du premier processeur Intel à implémenter l'architecture de processeur IA-32, qui deviendra par la suite omniprésente dans le monde des ordinateurs personnels. On parle parfois, par métonymie, d'i386 pour désigner l'architecture IA-32.
Machine analytiqueLa machine analytique (analytical engine en anglais) est une machine à calculer programmable imaginée en 1834 par le mathématicien anglais Charles Babbage. Il ne la réalisera jamais (sauf pour un prototype inachevé), mais il passera le reste de sa vie à la concevoir dans les moindres détails. Le plus jeune de ses fils, Henry Babbage, en construira l'unité centrale (le moulin) et l'imprimante de 1880 à 1910.
Intel 80186L'Intel 80186 est un microprocesseur CISC développé par Intel en 1982. Il est l'un des plus méconnus du constructeur car il a été étouffé dans l'œuf : il est sorti la même année que le 80286 qui était beaucoup plus puissant. Le 80186 était une amélioration des processeurs Intel 8086 8088. À l'instar du 8086, il avait un bus externe sur . Une version avec bus externe de était également disponible : l'Intel 80188. La fréquence de base des 80186 et des 80188 était de .
IBM System/370The IBM System/370 (S/370) is a model range of IBM mainframe computers announced on June 30, 1970, as the successors to the System/360 family. The series mostly maintains backward compatibility with the S/360, allowing an easy migration path for customers; this, plus improved performance, were the dominant themes of the product announcement. In September 1990, the System/370 line was replaced with the System/390. The original System/370 line was announced on June 30, 1970, with first customer shipment of the Models 155 and 165 planned for February 1971 and April 1971 respectively.
Execution unitIn computer engineering, an execution unit (E-unit or EU) is a part of the central processing unit (CPU) or graphics processing unit (GPU) that performs the operations and calculations forwarded from the instruction unit. It may have its own internal control sequence unit (not to be confused with the CPU's main control unit), some registers, and other internal units such as an arithmetic logic unit, address generation unit, floating-point unit, load–store unit, branch execution unit or some smaller and more specific components.
Address generation unitThe address generation unit (AGU), sometimes also called address computation unit (ACU), is an execution unit inside central processing units (CPUs) that calculates addresses used by the CPU to access main memory. By having address calculations handled by separate circuitry that operates in parallel with the rest of the CPU, the number of CPU cycles required for executing various machine instructions can be reduced, bringing performance improvements.
Sperry UnivacSperry Univac fut d'abord la division informatique de Remington Rand, formée à la suite du rachat en 1950 de Eckert-Mauchly Computer Corporation avant d'être rachetée par Sperry Corporation. UNIVAC est l'acronyme de UNIVersal Automatic Computer. J. Presper Eckert et John Mauchly assemblèrent l’ENIAC (Electronic Numerical Integrator and Computer) à l’Institut Moore de Génie électrique de l’Université de Pennsylvanie entre 1943 et 1946.
Bit slicingBit slicing is a technique for constructing a processor from modules of processors of smaller bit width, for the purpose of increasing the word length; in theory to make an arbitrary n-bit central processing unit (CPU). Each of these component modules processes one bit field or "slice" of an operand. The grouped processing components would then have the capability to process the chosen full word-length of a given software design. Bit slicing more or less died out due to the advent of the microprocessor.
Classic RISC pipelineIn the history of computer hardware, some early reduced instruction set computer central processing units (RISC CPUs) used a very similar architectural solution, now called a classic RISC pipeline. Those CPUs were: MIPS, SPARC, Motorola 88000, and later the notional CPU DLX invented for education. Each of these classic scalar RISC designs fetches and tries to execute one instruction per cycle. The main common concept of each design is a five-stage execution instruction pipeline.