-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHewlett_Packard.html
More file actions
44 lines (27 loc) · 1.44 KB
/
Copy pathHewlett_Packard.html
File metadata and controls
44 lines (27 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<h2>Hewlett-Packard </h2>
</div>
<div class="card">
<center>
<div class="card-image image42"><br>
</center>
</div>
The <b>HP 2116A</b> Introduced in 1966, design and development of the 2116A was completed in a single year - lightning speed by product development cycle standards of the day (and also a good case study of effective organisational structures). This new computer was accompanied by a full suite of software at introduction, also very unusual for the time. The 2116A could be programmed in either FORTRAN or assembly language. The 2116A was the industry's second 16-bit minicomputer (Computer Control Company's DDP 116 introduced in April, 1965 was the first).
</div>
<div class="footer">
<button type="button" onClick="window.location='hackborn.html'">Dick Hackborn</button>
<button type="button" onClick="window.location='smelek.html'">Ray Smelek</button>
<button type="button" onClick="window.location.href='https://www.hpmuseum.net/divisions.php?did=9'">HP Museum</button>
</div>
</div>
</body>
</html>