ImageVerifierCode 换一换
格式:PPT , 页数:25 ,大小:696.50KB ,
资源ID:379713      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
注意:如需开发票,请勿充值!
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-379713.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Chapter 3 1952-1968.ppt)为本站会员(jobexamine331)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

Chapter 3 1952-1968.ppt

1、Chapter 3 1952-1968,Early History of Software,Software,What is software? Programming? Extremes Microcode vs. Interface Read comments - Page 81 How did hw & sw fit together?,Summer 1944- Grace Hopper to Harvard Howard Aiken, MARK I Pg. 82 “Thus began the process of computer programming in the U.S.” I

2、dea for multiple tapes - for code reuse,Very Early Days,Early Programming,Mark III typed commands, stored on magnetic tape, executed (p83 pix) Zuse “Plan Preparation Machine” Commands on tape, check syntax, translated *Rutishauser Why separate device? EDSAC- library of paper tape code Wheeler Jump s

3、ubroutine call None stored in internal memory,Early Computers,UNIVAC 1952 Today translate to machine code Punch Cards: pre-punched + transitional = compile Grace Hopper: A-0 compiler at UNIVAC Automatic programming To handle subroutines by copying them into main Idea: “ Interchangeable parts” too in

4、flexible Realized were standardizing the wrong level of work,Whirlwind MIT,J.H. Laning & N. Zierler “A program for translation of mathematical equations for Whirlwind I” - 1954 Behaved like modern compilers Not general purpose - algebraic equations Backus (FORTRAN) Elegant but threatened the “priest

5、hood” Knuth too slow,Assemblers,Systems Programming Languages One-to-one binary (machine) code Macro instructions Symbolic Addressing (variables),SHARE,1955 - IBM 701 users in L.A. Compiled library of routines Grew to 62 members IBM responded to opinions Helped transition to 704,Sorting,Applications

6、 - Files on tape Up to 1973 - 25% compute time sorting People “used” printed reports, not computer Betty Holberton UNIVAC-1952 Sorted small groups and merged with master file Knuth “1st major software routine ever developed for automatic programming Later disks & linked lists - plus,FORTRAN - 1957,F

7、ormula Transistor- scientific IBM for 704, John Backus Still widely used Key to success: generated code as efficient as written code Fast; 704 had floating point hardware Combination of hiding and access,COBOL-1959,Common Business Oriented Language Dept. of Defense Produced language specifications U

8、.S. govt.: all h.w. must handle COBOL Thus, one of 1st standardized Grave Hopper UNIVAC Flow-matic - Use long character names Year 2000 bug Not really self documenting,Other Early Languages,ALGOL- Europe, 1958-1960 Hardware independent Specified in BNF JOVIAL Def. Dept. Variant of ALGOL for SAGE Sti

9、ll used recently LISP AI - Lists SNOBOL - Strings RPG IBM - still used AS400,Early System Software,Operator scheduled all resources Soon became too complex IBM - Job Control Language (JCL) What compiler data or code 1990s Operating System,MAD: Michigan Algorithmic Decoder,University students needed

10、“help” & needed efficient use of computers 1959: ALGOL Based *Fast Compile *Good Diagnostics Memory Dumps Helped to keep computer busy NOTE: No applications software!,Evolution of Operation Systems,Grew in complexity, size, consumption Monitor Supervisor system Operating system DOS to Windows (GUI)

11、IBM System/360-1966 OS/360- business + scientific - Failure,Mini-computers-1960s OS development started over Small memories VMS for VAX (DEC)-1978 Personal Computers OS development started over Again!,Computer Science,With Mathematics & Electrical Engineering Stanford and Purdue 1950s Stanford Georg

12、e Forsythe Mathematics 1961 Separate Dept. 1965 Study of computers vs. Study of Algorithms ACM Curriculum 68 (2013),Computer Science (cont.),1968 ACM Curriculum - no h.w. 1964 -12 University degrees 1968 - 100 1980 - Most popular major in the US,Donald Knuth- “The Art of Computer Programming”,1968 P

13、ublished 1st volume of 7 1: Fundamental Algorithms 2: Semi numerical Algorithms 3: Searching and Sorting,Knuth Cont.,TBA - in progress 4: Combinatorial Algorithms 5: Syntactic Algorithms Maybe - “God Willing” 6: Theory of Context free languages 7: Compiler Techniques www-cs-faculty.stanford.edu/Knut

14、h/taocp.html,Structured Programming,Edsger Dijkstra Tech. Univ. of Eindhoren, Neth. University of Texas March 1968 - CACM “For a number of years I have been familiar with the observation that the quality of programmers is decreasing function of the frequency of GOTO statements in the programs they p

15、roduce” Much Debate, but slow change,Intellectual Property,Letters in CACM, 1968 Rockford Inst., Calvin Mooers Sought legal protection for TRAC language No alterations, changes, etc. Bernard Galler, MAD, Michigan MAD & others had been improved by users TRAC failed - too early for protection Set stag

16、e for future laws/ lawsuits,Software Engineering,1968- NATO conference “Software Engineering” “Crisis” Programmers lacked “ theoretic foundations & disciplines of daily practice” from traditional engineering No certification nor chain of legal responsibility Continues to be debated SE Certification

17、in Texas,Unbundling,Separate H.W. and S.W. 1968 - IBM Government pressure CICS (Customer Info. Control System) Opened door for commercial vendors,UNIX,1969- Bell labs in N.J. Ken Thompson, Dennis Ritchie PDP-7 Language “B” “C” in 1973 Contrast to ALGOL68 & PL/1 Pascal- Nicholas Wirth, Sweden,Chapter 3 1952-1968,Early History of Software,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1