UNIVAC 1101

Source: Wikipedia, the free encyclopedia.
UNIVAC 1101
UNIVAC 1101
Also known asERA 1101
DeveloperEngineering Research Associates (ERA)
ManufacturerEngineering Research Associates
Release date1950; 74 years ago (1950)
Dimensions38 ft (12 m) long, 20 ft (6.1 m) wide
Mass8.4 short tons (7.6 t)
SuccessorUNIVAC 1103

The ERA 1101, later renamed UNIVAC 1101, was a computer system designed and built by Engineering Research Associates (ERA) in the early 1950s and continued to be sold by the Remington Rand corporation after that company later purchased ERA. Its (initial) military model, the ERA Atlas, was the first stored-program computer that was moved from its site of manufacture and successfully installed at a distant site. Remington Rand used the 1101's architecture as the basis for a series of machines into the 1960s.

History

Codebreaking

ERA was formed from a group of code-breakers working for the

St. Paul, Minnesota in the hangars of a former Chase Aircraft
shadow factory.

After the war, the team continued to build codebreaking machines, targeted at specific codes. After one of these codes changed, making an expensive computer obsolete, the team convinced the Navy that the only way to make a system that would remain useful was to build a fully programmable computer. The Navy agreed, and in 1947 they funded development of a new system under "Task 13".

The resulting machines, known as "Atlas", used

Army Security Agency by December 1950.[1][self-published source][2][3] A faster version using Williams tubes and drums was delivered to the NSA
in 1953.

Commercialization

The company turned to the task of selling the systems commercially. Atlas was named after a character in the popular comic strip

UNIVAC 1103A
.

At about this time the company became embroiled in a lengthy series of political maneuverings in Washington, D.C. Drew Pearson's Washington Merry-Go-Round claimed that the founding of ERA was a conflict of interest for Norris and Engstrom because they had used their war-time government connections to set up a company for their own profit. The resulting legal fight left the company drained, both financially and emotionally. In 1952 they were purchased by Remington Rand, largely as a result of these problems.

Remington Rand had recently purchased

UNIVAC 1100
family.

Description

ATLAS

This computer was 38 ft (12 m) long, 20 ft (6.1 m) wide, weighed about 8.4 short tons (7.6 t)

24-bit words (a memory size equivalent to 48 kB
) with access time between 32 microseconds and 17 milliseconds.

Instructions were 24 bits long, with six bits for the opcode, four bits for the "skip" value (telling how many memory locations to skip to get to the next instruction in program sequence), and 14 bits for the memory address. Numbers were binary with negative values in ones' complement
. The addition time was 96 microseconds and the multiplication time was 352 microseconds.

The single 48-bit accumulator was fundamentally subtractive, addition being carried out by subtracting the ones' complement of the number to be added. This may appear rather strange, but the subtractive adder reduces the chance of getting negative zero in normal operations.

The machine had 38 instructions.

Instruction set

[9]

Conventions
  • y is memory box at address y
  • X = X-Register (24 bits)
  • ( ) is interpreted as the contents of
  • Q = Q-Register (24 bits)
  • A = Accumulator (48 bits)
Arithmetic
  • Insert (y) in A
  • Insert complement of (y) in A
  • Insert (y) in A [multiple precision]
  • Insert complement of (y) in A [multiple precision]
  • Insert absolute value (y) in A
  • Insert complement of absolute value (y) in A
  • Add (y) to (A)
  • Subtract (y) from (A)
  • Add (y) to (A) [multiple precision]
  • Subtract (y) from (A) [multiple precision]
  • Add absolute value of (y) to (A)
  • Subtract absolute value of (y) from (A)
  • Insert (Q) in A
  • Clear right half of A
  • Add (Q) to (A)
  • Transmit (A) to Q
  • Insert [(y) + 1] in A
Multiply and divide
  • Form product (Q) * (y) in A
  • Add logical product (Q) * (y) to (A)
  • Form logical product (Q) * (y) in A
  • Divide (A) by (y), (quotient forms in Q, non-negative remainder left in A)
  • Add product (Q) * (y) to (A)
Logical and control flow
  • Store right half of (A) at y
  • Shift (A) left
  • Store (Q) at y
  • Shift (Q) left
  • Replace (y) with (A) using (Q) as operator
  • Take (y) as next order
  • Replace (y) with (A) [address portion only]
  • Take (y) as next order if (A) is not zero
  • Insert (y) in Q
  • Take (y) as next order if (A) is negative
  • Take (y) as next order if (Q) is negative
Input Output and control
  • Print right-hand 6 digits of (y)
  • Optional Stop
  • Print and punch right-hand 6 digits of (y)
  • Intermediate Stop
  • Final Stop

See also

References

  1. ]
  2. ^ "1. The ERA 1101 Computer". Digital Computer Newsletter. 3 (1): 1, 2. April 1951.
  3. ^ .
  4. ^ "Characters: Barnaby, page 1". Crockett Johnson Home Page. Atlas. Archived from the original on 2013-02-24. Retrieved 2003-05-06.
  5. .
  6. .
  7. ^ Weik, Martin H. (December 1955). "UNIVAC-SCI (ERA-1101)". ed-thelen.org. A Survey of Domestic Electronic Digital Computing Systems.
  8. ^ (16,000 lbs + 17,400 lbs ) / 2 = 16,700 pounds (8.4 short tons)
    16,000 pounds (8.0 short tons; 7.3 t)
    17,400 pounds (8.7 short tons; 7.9 t)
  9. ISSN 0025-5718
    .

External links