Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

IBM 7090

From Wikipedia, the free encyclopedia
Mainframe computer
For the tape-based operating system, seeIBM 7090/94 IBSYS.

IBM 7151 Console Control Unit for 7090

TheIBM 7090 is a second-generationtransistorized version of the earlierIBM 709 vacuum tubemainframe computer that was designed for "large-scale scientific and technological applications". The 7090 is the fourth member of theIBM 700/7000 series scientific computers. The first 7090 installation was in December 1959.[1] In 1960, a typical system sold for $2.9 million (equivalent to $23 million in 2024) or could be rented for $63,500 a month (equivalent to $501,000 in 2023).

The 7090 uses a36-bitword length, with an address space of 32,768 words (15-bit addresses).[2] It operates with a basic memory cycle of 2.18 μs, using theIBM 7302 Core Storagecore memory technology from theIBM 7030 (Stretch) project.

With a processing speed of around 100Kflop/s,[3] the 7090 is six times faster than the 709, and could be rented for half the price.[4] An upgraded version, the 7094, was up to twice as fast. Both the 7090 and the 7094 were withdrawn from sale on July 14, 1969, but systems remained in service for more than a decade after.[5][6] In 1961, the IBM 7094 famously employed a speech synthesis program to sing "Daisy Bell", becoming something of acultural icon.

Development and naming

[edit]

Although the 709 was a superior machine to its predecessor, the 704, it was being built and sold at the time that transistor circuitry was supplanting vacuum tube circuits. Hence, IBM redeployed its 709 engineering group to the design of a transistorized successor. That project became called the 709-T (fortransistorized), which because of the sound when spoken, quickly shifted to the nomenclature 7090 (i.e., seven - oh - ninety). Similarly, the related machines such as the 7070 and other 7000 series equipment were sometimes called by names of digit - digit - decade (e.g., seven - oh - seventy).[citation needed]

IBM 7094

[edit]
IBM 7094 registers
Data registers
SQP123...1718192021...35(bit position)
AccumulatorAC
S Multiplier/QuotientMQ
0123...1718192021...35(bit position)
 Sense IndicatorsSI
Index registers
3...17(bit position)
 Index Register 1 XR1 (XRA)
 Index Register 2 XR2 (XRB)
 Index Register 3 XR3
 Index Register 4 XR4 (XRC)
 Index Register 5 XR5
 Index Register 6 XR6
 Index Register 7 XR7
Instruction counter
3...17(bit position)
 Instruction Counter IC
IBM 7151-2 Console Control Unit for 7094 showing additional index register displays in a distinctive extra box on top. Note "Multiple Tag Mode" light in the top center.

An upgraded version, theIBM 7094, was first installed in September 1962. It has sevenindex registers, instead of three on the earlier machines. The 7151-2 Console Control Unit for the 7094 has a distinctive box on top that displays lights for the four new index registers.[7] The 7094 introduced double-precision floating point and additionalinstructions, but largely maintainedbackward compatibility with the 7090. Although the 7094 has four more index registers than the 709 and 7090, at power-on time it is inmultiple tag mode,[8]: 8  compatible with the 709 and 7090, and requires aLeave Multiple Tag Mode[8]: 56  instruction in order to enterseven index register mode and use all seven index registers. In multiple tag mode, when more than one bit is set in the tag field, the contents of the two or three selected index registers are logicallyORed, notadded, together, before the decrement takes place. In seven index register mode, if the three-bit tag field is not zero, it selects just one of seven index registers, however, the program can return to multiple tag mode with the instructionEnter Multiple Tag Mode,[8]: 55  restoring 7090 compatibility.

In April 1964, the first7094 II was installed, which had almost twice as much general speed as the 7094 due to a fasterclock cycle, dual memory banks and improved overlap of instruction execution, an early instance ofpipelined design.[9]

The IBM 7094 was the first computer to fully sing a song using only synthesizers.

IBM 7040/7044

[edit]
Main article:IBM 7040

In 1963, IBM introduced two new, lower cost machines called theIBM 7040 and 7044. They have a 36-bit architecture based on the 7090, but with some instructions omitted or optional, and simplified input/output that allows the use of more modern, higher performance peripherals from theIBM 1400 series.

7094/7044 Direct Coupled System

[edit]

The7094/7044 Direct Coupled System (DCS) was initially developed by an IBM customer, theAerospace Corporation, seeking greater cost efficiency and scheduling flexibility than IBM's IBSYS tape operating system provided. DCS used a less expensive IBM 7044 to handleinput/output (I/O) with the 7094 performing mostly computation. Aerospace developed the Direct Couple operating system, an extension to IBSYS, which was shared with other IBM customers. IBM later introduced the DCS as a product.[10][11]

Transistors and circuitry

[edit]

The 7090 used more than 50,000germanium alloy-junction transistors and (faster) germanium diffused junction[12]drift transistors.[13]

The 7090 used theStandard Modular System (SMS) cards usingcurrent-mode logic[14] some using diffused junction drift transistors.[12]

Instruction and data formats

[edit]

The basic instruction formats were the same as theIBM 709:

  • A three-bit opcode (prefix), 15-bitdecrement (D), three-bittag (T), and 15-bitaddress (Y)
  • A twelve-bit opcode, two-bitflag (F), four unused bits, three-bittag (T), and 15-bitaddress (Y)
  • Variations of the above with different allocation of bits 12-17 or different allocations of bits 18-35

The documentation of opcodes used signed octal. The flag field indicated whether to use indirect addressing or not. The decrement field often contained an immediate operand to modify the results of the operation, or was used to further define the instruction type. The tag field might describe an index register to be operated on, or be used as described below. The Y field might contain an address, an immediate operand or an opcode modifier. For instructions where the tag field indicated indexing, the operation was

T=0
use Y
7090
form the logical or of the selected index registers and subtract from Y
7094 in multiple tag mode (power-on default)
same as 7090
7094 in seven index register mode
subtract the index register from Y

If there was no F field or F is not all one bits, then the above was theeffective address. Otherwise it was anindirect effective address; i.e., fetch the word at that location and treat the T and Y fields as described above.

Data formats are

  • Fixed-point numbers were stored in binarysign/magnitude format.
  • Single-precisionfloating-point numbers had a magnitude sign, an eight-bit excess-128 exponent and a 27-bit magnitude (numbers were binary, rather than the hexadecimal format introduced later forSystem/360)
  • Double-precision floating-point numbers, introduced on the 7094, had a magnitude sign, an eight-bit excess-128 exponent, and a 54-bit magnitude. The double-precision number was stored in memory in an even-odd pair of consecutive words; the sign and exponent in the second word were ignored when the number was used as an operand.
  • Alphanumeric characters were six-bitBCD, packed six to a word.

Octal notation was used in documentation and programming; console displays lights and switches were grouped into three-bit fields for easy conversion to and from octal.

Input/output

[edit]
An IBM 7090 at the NASAAmes Research Center in 1961, with the director of Ames and several IBM employees. The IBM 7151 Console Control Unit is on the right with two banks ofIBM 729 magnetic tape drives in back. TheIBM 711 card reader is in front of the man and woman at right.

The 7090 series features a data channel architecture for input and output, a forerunner of moderndirect memory access I/O. Up to eight data channels can be attached, with up to tenIBM 729 tape drives attached to each channel. The data channels have their own very limited set of operations called commands. These are used with tape (and later, disk) storage as well as card units and printers, and offered high performance for the time. Printing andpunched card I/O, however, employed the same modifiedunit record equipment introduced with the 704 and was slow. It became common to use a less expensiveIBM 1401 computer to read cards ontomagnetic tape for transfer to the 7090/94. Output would be written onto tape and transferred to the 1401 for printing or card punching using its much faster peripherals, notably theIBM 1403 line printer.

Later IBM introduced the7094/7044 Direct Coupled System; the 7044 handledspooling between its fast 1400-series peripherals and 1301 or 1302 disk files, and used data channel to data channel communication as the 7094's interface to spooled data, with the 7094 primarily performing computations. There is also a 7090/7040 DCS.

Software

[edit]

The 7090 and 7094 machines were quite successful for their time, and had a widevariety of software provided for them by IBM. In addition, there was a very active user community within the user organization,SHARE.

IBSYS is a "heavy duty" production operating system with numerous subsystem and language support options, among themFORTRAN,COBOL, SORT/MERGE, the MAP assembler, and others.

FMS, theFortran Monitor System, was a more lightweight but still very effective system optimized for batch FORTRAN and assembler programming. The assembler provided, FAP, (FORTRAN Assembly Program), was somewhat less complete than MAP, but provided excellent capabilities for the era. FMS also incorporated a considerably enhanced derivative of the FORTRAN compiler originally written for the 704 by Backus and his team.

Notable applications

[edit]
Dual 7090s at NASA duringProject Mercury.

In the media

[edit]
  • A 7090/1401 installation is featured in the motion pictureDr. Strangelove, with the1403 printer playing a pivotal role in the plot
  • An IBM 7090 is featured in the 2016 American biographical filmHidden Figures.
  • IBM 7094 specs are visible scrolling on a screen in the 1997 filmEvent Horizon.

Competitors

[edit]

Despite its commercial success, the IBM 7090 faced competition in the market. Notable contemporary competitors included, in alphabetical order:

See also

[edit]

References

[edit]
  1. ^IBM states "the first 7090 was installed in December, 1959" at7090 Data Processing System
  2. ^Hayes, John.P (1978).Computer Architecture and Organization. p. 33.ISBN 0-07-027363-4.
  3. ^Bailey, David (n.d.)."Performance of future high-end computers".ResearchGate. p. 4. RetrievedApril 16, 2022.
  4. ^Pugh, Emerson W.; Johnson, Lyle R.; Palmer, John H. (1991).IBM's 360 and early 370 systems. MIT Press. p. 36.ISBN 0-262-16123-0.
  5. ^"7090 Data Processing System". IBM. n.d. RetrievedApril 16, 2022.
  6. ^"7094 Data Processing System". IBM. n.d. RetrievedApril 16, 2022.
  7. ^"The IBM 7094".
  8. ^abcIBM 7094 Principles of Operation(PDF). IBM. October 21, 1966. A22-6703-4.
  9. ^IBM 7094 Model II Data Processing System(PDF). IBM. A22-6760.
  10. ^Patrick, Robert L.; Van Vranken, Richard K. (February 2009)."The Direct Couple for the IBM 7090". Software Preservation Group,Computer History Museum.
  11. ^E. C. Smith (September–December 1963). "A directly coupled multiprocessing system".IBM Systems Journal.2 (3):218–229.doi:10.1147/sj.23.0218.
  12. ^abSMS DBZV: Two-Way AND, Type B
  13. ^7090 Data Processing System
  14. ^SMS AA: Two-Way AND (current mode)
  15. ^Singh, Jai P.; Morgan, Robert P. (October 1971).Educational Computer Utilization and Computer Communications(PDF) (Report). St. Louis, MO: Washington University. p. 13. National Aeronautics and Space Administration Grant No. Y/NGL-26-008-054. RetrievedMarch 8, 2022.Much of the early development in the time-sharing field took place on university campuses.8 Notable examples are the CTSS (Compatible Time-Sharing System) at MIT, which was the first general purpose time-sharing system...
  16. ^"IBM 7094 Hardware Modifications for CTSS (RPQs)".Massachusetts Institute of Technology. n.d. RetrievedMarch 29, 2022.
  17. ^The IBM 7094 and CTSS Also contains links to many original CTSS documents
  18. ^Crisman, P.A., ed. (December 31, 1969)."The Compatible Time-Sharing System, A Programmer's Guide"(PDF). The M.I.T Computation Center. RetrievedMarch 10, 2022.
  19. ^"Omaggio All".
  20. ^Riley, Christopher; Campbell, Dallas (October 23, 2012)."The maths that made Voyager possible".BBC News.
  21. ^Morton, Peter (1989).Fire Across the Desert: Woomera and the Anglo-Australian Joint Project 1946-1980. Canberra: Australian Government Publishing Service.ISBN 0644475005.
  22. ^Morton, Peter (1989).Fire across the Desert : Woomera and the Anglo-Australian Joint Project 1946-1980(PDF Digitised 2017). Canberra: AGPS Press.ISBN 0-6481804-0-9.
  23. ^Shanks, D.;Wrench Jr., J. W. (1962). "Calculation ofπ to 100,000 decimals".Mathematics of Computation.16 (77). American Mathematical Society:76–99.doi:10.2307/2003813.JSTOR 2003813..
  24. ^Mercer, R. J. (1964).Trace. Aerospace Orbit Determination Program. Defense Technical Information Center.
  25. ^Mathews, T. Jay (November 3, 1965)."Operation Match".The Harvard Crimson. RetrievedJuly 22, 2020.
  26. ^Roger N. Shepard (December 1964)."Circularity in Judgements of Relative Pitch"(PDF).Journal of the Acoustical Society of America.36 (12):2346–53.Bibcode:1964ASAJ...36.2346S.doi:10.1121/1.1919362.

Further reading

[edit]

External links

[edit]
Records
Preceded byWorld's most powerful computer
1960
Succeeded by
National
Artists
Retrieved from "https://en.wikipedia.org/w/index.php?title=IBM_7090&oldid=1275394580"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp