Chapter 2 Flashcards

1
Q

First device to be called a supercomputer and its year

A

Cray 1 , 1976

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

First electronic product by IBM and it’s year? Also name its successor along with the year

A

701, 1952
704, 1954

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What was the internal nickname for “IBM 701” ?

A

Defence Calculator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Some important features about the IBM 701

A
  1. First electronic product by IBM
  2. Could be rented for $15000
  3. Tape driver was more efficient and used an ingenious vacuum-column system
  4. Faster memory reads because it read all bits of word at once
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give some applications of the “Defence Calculator” `

A

Weapons Design, Trajectory prediction, Elections, Payroll, Financial analysis, cryptanalysis, logistics for the military

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What were the changes incorporated in the IBM 704 (1954)?

A
  1. No more Williams tube -> Core memory (non volatile) meaning data stored even without power and multiple plains allowed simultaneous writing and reading of bits
  2. Support for floating point arithmetic
  3. Three point registers to simply programming
  4. Interrupts(instead of checking for input and output repeatedly) were also integrated inspired form Univac 1103 (NASA). Later called “SPOOLing”.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name the founders of ERA ,its full form and year it was founded. Also what is it famous for?

A

Howard Engstrom & William Norris

Engineering Research Associates (1946)

Famous for the drum memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What was Task 13?

A

A Task assigned to the ERA to build a programmable electronic computer around the drum memory, code named “Atlas”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

An example of a drum based computer

A

G-15, designed by Harry Huskey and built by Bendix (1956).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Who wrote the first compiler? Give it’s two names. Give also the names of its successors and their year

A

Grace Hopper
Two names: Automatic programming and A0 (1952)
A1 and A2 in 1953

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Who wrote Fortran?

A

John Backus, released by IBM for 704 in early 1957

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What was SHARE and how was IBM involved with it?

A

A formal user group of IBM 704, which developed an impressive library of routines that each user could use to:
- Share code or documents
- Report bugs

IBM provided administrative and programming support to SHARE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When was FORTRAN Monitoring System released and what did it do?

A

1959 by SHARE and it loaded the monitor triggered code to load the next program without waiting for human operator to react.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Name the first piece of software to be called an “Operating System” and which device was it built for? Did it have any other name? What were some of it’s features?

A

SOS (SHARE Operating System) or Share 709 project, 1956.
Features:
- Batch control
- powerful assembler
- output buffering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What was the issue with SOS 1956?

A

Slow and used Assembly. People wanted FORTRAN now. Then SHARE developed IBSYS to run FORTRAN (later became IBM’s Job Control Language)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A Fortran compiler developed by the University of Waterloo, its year and was useful for what?

A

Watfor , 1965
Useful for students to debug and increase execution speed.

17
Q

What was the Eispack project?

A

Project for calculation of matrix eigenvalues , release by Argonne National Laboratory in 1973. Its sequel was “Linpack for Linear algebra”.

18
Q

What was BLAS?

A

Basic Linear Algebra Subprograms to have machine specific code which would allow routines to run effectively on different architectures.

19
Q

When and where was Algol introduced? What structure did it use and where was that structure later used?

A

1958 in Zurich at a gathering for computer scientists. Improved version launched in 1960. It introduced block structure later used in C, Java, Pascal. It also supported recursion.

20
Q

What is the full form and use of BNF?

A

Backus Normal Form, used to describe the grammar of computer language

21
Q

What was Dijktra’s role in Algol?

A

He generalised the stack data structure into a fundamental feature of computer hardware and software and was also one of the people to build the compiler for Algol 60.

22
Q

Transistors were developed by? What were its features?

A

Bell Laboratories. It was smaller, faster, more efficient , initially more expensive.

23
Q

_____ was pioneered by Philco a company in Philadelphia, performed well and could be made in quantity.

A

Surface barrier transistor

24
Q

Which devices mark the beginning of the transistor era?

A

SOLO: first transistorised computer to operate in US
Commercial version was Transact S-1000 then S-2000 in 1958.
Small computer by Univac: Solid State 80

25
Q

About IBM 7094

A
  1. Connected 1401 computers
  2. Used tape
  3. Well suited for administrative tasks
  4. Rent was $30000
26
Q

When was the Ames Research Centre found and what was it known for?

A

1940, known for high speed aerodynamics research. In 1963 they upgraded to IBM 7094 which was the heart of the Direct Couple System.

27
Q

What was Stretch?

A

First IBM computer to support multi-programming. Announced in 1960, publicly as 7030 was said to deliver 60% more than IBM 704, but only gave 30%, so its prices were halved. It was not a success. Used in HARVEST (NSA), nuclear labs). Created a new market for what would be called “supercomputers”.

28
Q

What did Ferranti make?

A

He pioneered virtual memory with Atlas developed at the Manchester university and released into operation in 1962. Was one of the fastest and most influential computers of the time.

29
Q

What was CDC ?

A

Control Data was formed by former members of ERA, and their CD 6600 (could not handle own input/output ) replaced the Stretch.
Was 3x faster
Solved overheating with cooling pipes

Their first model the 1604 was delivered to US navy in 1960.

30
Q

About Seymore Cray

A
  • Left CDC, founded Cray Research in 1972. Built Cray 1.
  • Incorporated vector processing capability
  • Data could be shuffled between data registers quickly
  • Was in assembly
    Fastest computer in world till 1982, replaced by Cray X-MP (Multiple processors)