-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintrotodp.html
More file actions
42 lines (25 loc) · 1.21 KB
/
Copy pathintrotodp.html
File metadata and controls
42 lines (25 loc) · 1.21 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
<!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>
<b>Special course added at BJC for Fall</b><br>Idaho Statesman September 1, 1964
</center><br>
Being offered for the first time is a course titled, Introduction to Electronic Data Processing. Scheduled
for Wednesday nights at 7 p.m. The course will be business oriented and will deal mainly in the area
of accounting functions.
The course objectives are to increase the amount of information and knowledge of students in the subject of
data processing programming and to improve the ability of persons working in the data processing field.
<br><br>Ralph Hull, chief programmer of the Boise-Cascade Corporation, is the instructor. Students who plan to
enroll should have the basic principles of data processing or some experience or knowledge of data processing.
They will also be given a programmers aptitude test during the first class meeting.
</div>
</div>
</center>
</body>
</html>