计算机英语的课文翻译第三单元 操作系统
计算机英语(第4版) 刘艺 课文参考译文
《计算机英语(第4版)》参考译文第一单元:计算机与计算机科学课文A:计算机概览一、引言计算机是一种电子设备,它能接收一套指令或一个程序,然后通过对数字数据进行运算或对其他形式的信息进行处理来执行该程序。
要不是由于计算机的发展,现代的高科技世界是不可能产生的。
不同类型和大小的计算机在整个社会被用于存储和处理各种数据,从保密政府文件、银行交易到私人家庭账目。
计算机通过自动化技术开辟了制造业的新纪元,而且它们也增强了现代通信系统的性能。
在几乎每一个研究和应用技术领域,从构建宇宙模型到产生明天的气象报告,计算机都是必要的工具,并且它们的应用本身就开辟了人们推测的新领域。
数据库服务和计算机网络使各种各样的信息源可供使用。
同样的先进技术也使侵犯个人隐私和商业秘密成为可能。
计算机犯罪已经成为作为现代技术代价组成部分的许多风险之一。
二、历史第一台加法机是法国科学家、数学家和哲学家布莱斯•帕斯卡于1642年设计的,它是数字计算机的先驱。
这个装置使用了一系列带有10个齿的轮子,每个齿代表从0到9的一个数字。
轮子互相连接,从而通过按照正确的齿数向前转动轮子,就可以将数字彼此相加。
17世纪70年代,德国哲学家和数学家戈特弗里德•威廉•莱布尼兹对这台机器进行了改良,设计了一台也能做乘法的机器。
法国发明家约瑟夫―玛丽•雅卡尔,在设计自动织机时,使用了穿孔的薄木板来控制复杂图案的编织。
在19世纪80年代期间,美国统计学家赫尔曼•何勒里斯,想出了使用类似雅卡尔的木板那样的穿孔卡片来处理数据的主意。
通过使用一种将穿孔卡片从电触点上移过的系统,他得以为1890年的美国人口普查汇编统计信息。
1、分析机也是在19世纪,英国数学家和发明家查尔斯•巴比奇,提出了现代数字计算机的原理。
他构想出旨在处理复杂数学题的若干机器,如差分机。
许多历史学家认为,巴比奇及其合伙人,数学家奥古斯塔•埃达•拜伦,是现代数字计算机的真正先驱。
巴比奇的设计之一,分析机,具有现代计算机的许多特征。
(完整版)Unit3Computers课文翻译
Unit 3 Computers 课文翻译section A我是谁?经过很长时间我已经改变了很多。
1642年我在法国诞生时是一台计算机器。
尽管当时我还年轻,但是我能简化一些复杂的计算题。
我发育缓慢,差不多到了两百年之后,查尔斯·巴比奇才把我制成了一台分析机。
在操作员用穿孔卡为我设计程序之后,我能够进行逻辑“思考”,并且能够比任何人更快地算出答案。
那时,这被当作是一次技术革命,也是我“人工智能”的开始。
在1936年,我真正的父亲,艾伦·图灵写了一本书,讲述了怎样能使我成为一台“通用机器”来解决任何数学难题。
从那时起,我在体积和脑容量方面迅速成长。
到二十世纪四十年代,我已经长得像一间屋子那么大,我不知道是否还会长得更大。
然而,这个现实也使我的设计者很担心。
随着时间的推移,我被做的越来越小。
自二十世纪七十年代以来,我一直被用在办公室和家庭里,先是用作个人电脑,后来又做成便携式。
这些变化只有随着我的存储能力的不断提高才能成为可能。
最初是被存储到电子管,以后是晶体管上,后来是非常小的芯片上。
因此,我已经完全改变了我的形状。
随着我年龄越来越大,我也变得越来越小。
随着时间的推移,我的记忆能力发展的如此之快,就像一头大象一样,我从来不会忘记告诉我的任何事情!我的存储能力变得如此巨大,连我自己都不能相信!但是我总是孤孤单单地站在那里,直到二十世纪六十年代初,人们才给了我一个用网络联成的家庭。
我能够通过万维网和其他人分享我的知识。
从二十世纪七十年代起,我被开发出了很多新的用途。
我在通讯、金融和商业领域变得非常重要。
我还被放在机器人里面,被用来制作移动手机,并且用来帮助做医疗手术。
我还被放置在航空火箭里去探测月球和火星。
不管怎样,我的目标是给人类提供高质量的生活。
现在我充满了幸福感,因为我是人类忠实的朋友并时时给他们提供帮助。
Who Am I我是谁?Over time I have been changed quite a lot.经过一段时间我已经被改变了许多。
Computer English Unit 3 Computer Language and Programming(计算机英语 第三单元 计算机语言与编程)
Unit 3 Computer Language and Programming第三单元:计算机语言与编程Section A Programming Language课文A:编程语言Ⅰ. Introduction一、引言Programming languages, in computer science, are the artificial languages used to write a sequence of instructions (a computer program) that can be run by a computer. 在计算机科学中,编程语言是用于编写可由计算机运行的一系列指令(计算机程序)的人工语言。
Similar to natural languages, such as English, programming languages have a vocabulary, grammar, and syntax.与英语等自然语言相类似,编程语言有词汇、语法和句法。
However, natural languages are not suited for programming computers because they are ambiguous, meaning that their vocabulary and grammatical structure may be interpreted in multiple ways.然而,自然语言不适合为计算机编程,因为它们会引起歧义,也就是说它们的词汇和语法结构可能被用多种方式进行解释。
The languages used to program computers must have simple logical structures, and the rules for their grammar, spelling, and punctuation must be precise.用于计算机编程的语言必须有简单的逻辑结构,它们的语法、拼写和标点符号规则必须精确。
计算机专业英语Unit3
Section 2 Passages
பைடு நூலகம்
Section 3 Skill in Focus
•
Section 4 Extended Reading
Unit 3 Operation System
Section 1 Situational Dialogue
System Crash 1、在使用计算机的过程中,你遇到过系统崩溃的情况吗, 简单描述一下。
• • • •
Unit 3 Operation System
Section 2 Passage A: Categories of Operating System
1、你所知道的操作系统有哪些 2、你觉得未来操作系统的发展趋势是什么
Unit 3 Section 2 Passage A
• OS • software • application program • resource • error • batch processing • real-time • multi-tasking • multi-user • distributed • time sharing • desktop
• •
• •
Unit 3 Section 1
•
Zhang Ning: Well, there might many causes for system crash. One of them is software. The simplest operation like installing and uninstalling might cause a crash in system. Problems within the system may also do that, so you have to be very careful when deleting DLL files, modifying Windows registry, or upgrading the operating system. Another cause is the hardware problem. Have you tried backing up the files? It would be a great help in system restoration when the problem doesn’t lie in the hardware. Cheng Hong: The service personnel installed a ghost program for me when I bought the computer. Will I lose the data in my hard disk if it is restored? Qian Liang: Not except the data on C: drive, where files on your desktop or in My Documents are stored. You may move them into other locations with a bootable disk or under DOS if there are any. Cheng Hong: There are a lot of learning materials in My Documents and on the desktop. Would you please help me transfer them? It might save me the trouble of calling for customer services, and what’s more important, I’d learn a lot from you. Qian Liang: No problem.
计算机专业 英语第三单元翻译
第三章:Basic Application Softwareanalytical graph 分析图AutoContent wizard 自动制作内容向导basic application 基本应用bulleted list 项目符号列表business suite 商业组合button 按键cell 单元格character effect 角色效应chart 图表column 列computer trainer 计算机教师contextual tab 上下文件标签database 数据库database management system(DBMS) 数据库管理系统database manager 数据库管理器design template 设计模板dialog box 对话框editing 编辑field 字段find and replace 查找与替换font 字形font size 字体大小/尺码form 表单format 编排;格式化formula 公式function 函数galleries 图文集grammar checker 语法检查器home software 家庭软件home suite 家庭组合icons (计算机屏幕上表示命令、程序的)符号, 图像,图标integrated package 集成组件,完整的软件包label 标签master slide 母片menu 菜单menu bar 菜单栏numbered list 编号列表numeric entry 数字输入personal software 个人软件personal suite 个人软件组pointer 指针presentation graphics 演示图片;电子文稿程序productivity suite 生产组合query 查询range 范围recalculation 重算record 记录relational database 关系数据库report 报告ribbons 带状区row 行sheet 单层表单slide 幻灯片software suite 软件组sort 排序;分类specialized application 专业应用specialized suite 专业组件speech recognition 语音识别spelling checker 拼写检查器spreadsheet 电子制表软件table 表格text entry 文字输入thesaurus 同义词词典toolbar 工具栏utility suite 实用程序组what-if analysis 假定分析window 窗口word processor 文字处理器word wrap 自动换行workbook file 工作簿文件worksheet 工作表As we discussed in Chapter 1, t正如我们在第一章讨论的,有两种软件。
计算机专业英语课文的翻译 中文 (3)[4页]
第3单元软件第一部分听力和对话对话:使用多媒体编辑软件制作电子相册(今天是国庆假日后的第一天,Henry在大厅里遇见了Mark.)Henry: 你好,Mark。
国庆假期过得怎么样?Mark: 非常棒!在假期里我和我的家人去了杭州。
那是一座非常美丽的城市,我们照了许多照片并且用DV拍了许多视频。
Henry: 真的吗?听起来真让人兴奋!所有的这些都将是美好的记忆。
我觉得你可以用这些材料将你在杭州的旅程做成电子相册。
这样你可以在任何时刻在电脑上看到它。
此外,如果你喜欢,你可以将它发布在博客上让更多的人分享你的快乐。
Mark: 噢,这是个好主意!但是我不知道怎样去做。
你愿意帮助我吗?Henry: 抱歉,我也是个外行。
但Sophie很擅长多媒体编辑软件,或许她能帮助你。
Sophie: 根据我的经验,图像软件是必不可少的,Mark。
它能帮助你创建、处理和打印图形。
Henry: 它分很多类型,对吧?Sophie: 是的,它包括绘画软件、照片编辑软件、制图软件、3D图形软件、CAD软件、以及演示软件等。
然而,对于你的情况,Mark,Photoshop这样的照片编辑软件就足够了。
Mark: 噢,是的,我听说过这个非常棒的照片编辑软件。
那这些视频呢?Sophie: 别担心,你可以用视频编辑软件编辑这些视频。
它提供了从摄像机传输视频片段到电脑的工具,,裁减掉不想要的片段,按序列拼接视频片段,添加特殊的视觉效果和音轨。
Henry: 我听说一个名叫Adobe Premiere的这种类型的软件。
Sophie: 没错!除此之外,DVD制作软件提供了能够制作好莱坞风格菜单的工具。
例如,Sonic DVDit、ULead DVD MovieFactory、Apple iDVD,以及Adobe Encore DVD。
Mark: 非常感谢你有益的指导,Sophie。
你能告诉我一些怎样使用它们制作电子相册的细节吗?Sophie: 没为题,如果你有时间,我可以为你展示怎样使用这类型的软件。
计算机专业外文文献翻译--Linux—网络时代的操作系统
英文参考文献及翻译Linux - Operating system of cybertimesThough for a lot of people , regard Linux as the main operating system to make up huge work station group, finish special effects of " Titanic " make , already can be regarded as and show talent fully. But for Linux, this only numerous news one of. Recently, the manufacturers concerned have announced that support the news of Linux to increase day by day, users' enthusiasm to Linux runs high unprecedentedly too. Then, Linux only have operating system not free more than on earth on 7 year this piece what glamour, get the favors of such numerous important software and hardware manufacturers as the masses of users and Orac le , Informix , HP , Sybase , Corel , Intel , Netscape , Dell ,etc. , OK?1.The background of Linux and characteristicLinux is a kind of " free (Free ) software ": What is called free,mean users can obtain the procedure and source code freely , and can use them freely , including revise or copy etc.. It is a result of cybertimes, numerous technical staff finish its research and development together through Inte rnet, countless user is it test and except fault , can add user expansion function that oneself make conveniently to participate in. As the most outstanding one in free software, Linux has characteristic of the following:(1)Totally follow POSLX standard, expand the network operatingsystem of supporting all AT&T and BSD Unix characteristic. Because of inheritting Unix outstanding design philosophy , and there are clean , stalwart , high-efficient and steady kernels, their all key codes are finished by Li nus Torvalds and other outstanding programmers, without any Unix code of AT&T or Berkeley, so Linu x is not Unix, but Linux and Unix are totally compatible.(2)Real many tasks, multi-user's system, the built-in networksupports, can be with such seamless links as NetWare , Windows NT , OS/2 , Unix ,etc.. Network in various kinds of Unix it tests to be fastest in comparing and assess efficiency. Support such many kinds of files systems as FAT16 , FAT32 , NTFS , Ex t2FS , ISO9600 ,etc. at the same time .(3) Can operate it in many kinds of hardwares platform , including such processors as Alpha , SunSparc , PowerPC , MIPS ,etc., to various kinds of new-type peripheral hardwares, can from distribute on global numerous programmer there getting support rapidly too.(4) To that the hardware requires lower, can obtain very good performance on more low-grade machine , what deserves particular mention is Linux outstanding stability , permitted " year " count often its running times.2.Main application of Linux At present,Now, the application of Linux mainly includes:(1) Internet/Intranet: This is one that Linux was used most at present, it can offer and include Web server , all such Inter net services as Ftp server , Gopher server , SMTP/POP3 mail server , Proxy/Cache server , DNS server ,etc.. Linux kernel supports IPalias , PPP and IPtunneling, these functions can be used for setting up fictitious host computer , fictitious service , VPN (fictitious special-purpose network ) ,etc.. Operating Apache Web server on Linux mainly, the occupation rate of market in 1998 is 49%, far exceeds the sum of such several big companies as Microsoft , Netscape ,etc..(2) Because Linux has outstanding networking ability , it can be usedin calculating distributedly large-scaly, for instance cartoon making , scientific caculation , database and file server ,etc..(3) As realization that is can under low platform fullness of Unix that operate , apply at all levels teaching and research work of universities and colleges extensively, if Mexico government announce middle and primary schools in the whole country dispose Linux and offer Internet service for student already.(4) Tabletop and handling official business appliedly. Application number of people of in this respect at present not so good as Windows of Microsoft far also, reason its lie in Lin ux quantity , desk-top of application software not so good as Windows application far not merely,because the characteristic of the freedom software makes it not almost have advertisement that support (though the function of Star Office is not second to MS Office at the same time, but there are actually few people knowing).3.Can Linux become a kind of major operating system?In the face of the pressure of coming from users that is strengthened day by day, more and more commercial companies transplant its application to Linux platform, comparatively important incident was as follows, in 1998 ①Compaq and HP determine to put forward user of requirement truss up Linux at their servers , IBM and Dell promise to offer customized Linux system to user too. ②Lotus announce, Notes the next edition include one special-purpose edition in Linux. ③Corel Company transplants its famous WordPerfect to on Linux, and free issue. Corel also plans to move the other figure pattern process products to Linux platform completely.④Main database producer: Sybase , Informix , Oracle , CA , IBM have already been transplanted one's own database products to on Linux, or has finished Beta edition, among them Oracle and Informix also offer technical support to their products.4.The gratifying one is, some farsighted domestic corporations have begun to try hard to change this kind of current situation already. Stone Co. not long ago is it invest a huge sum of money to claim , regard Linux as platform develop a Internet/Intranet solution, regard this as the core and launch Stone's system integration business , plan to set up nationwide Linux technical support organization at the same time , take the lead to promote the freedom software application and development in China. In addition domestic computer Company , person who win of China , devoted to Linux relevant software and hardware application of system popularize too. Is it to intensification that Linux know , will have more and more enterprises accede to the ranks that Linux will be used with domestic every enterprise to believe, more software will be planted in Linux platform. Meanwhile, the domestic university should regard Linux as the original version and upgrade already existing Unix content of courses , start with analysing the source code and revising the kernel and train a large number of senior Linux talents, improve our country's own operating system. Having only really grasped the operating system, the software industry of our country could be got rid of and aped sedulously at present, the passive state led by the nose byothers, create conditions for revitalizing the software industry of our country fundamentally.中文翻译Linux—网络时代的操作系统虽然对许多人来说,以Linux作为主要的操作系统组成庞大的工作站群,完成了《泰坦尼克号》的特技制作,已经算是出尽了风头。
Unit 3 阅读译文
Linux操作系统简介Linux操作系统最初是由一个叫做Linus Torvalds的芬兰赫尔辛基大学年轻学生作为业余爱好开发出来的。
Linus对小型UNIX系统Minix很感兴趣,并且决定去开发一个超越Minix标准的系统。
他从1991年开始从事这项工作,并于当年发布了0.02版本,接着他稳步的继续研发到1994年,并发布了1.0版的Linux 内核。
Linux内核作为所有Linux系统的核心,是基于GNU通用公共许可证开发并发布出来的,他的它的所有源代码都是向所有人公开的。
这个内核形成了Linux操作系统赖以发展的核心。
如今,在Linux内核的基础上,有成百上千的公司、组织还有同等数量的个人发布了他们自己的操作系统版本。
除了它免费发行的优势,Linux操作系统的功能性、灵活性和稳定性的特点,让它成为了私有UNIX和微软操作系统之外的主要选择。
IBM、惠普和其他一些电脑王国的巨头们纷纷购买Linux系统,并且支持对此系统的继续发展。
在发布了十多年以后,Linux操作系统在世界范围内被作为主要的服务器平台使用。
它作为家用或办公用台式电脑操作系统的数量也在增加。
Linux操作系统也可以直接“嵌入”微芯片,而且这种方法越来越多的运用到相关机器和设备中。
纵观几乎整个90年代,技术权威们大都没有觉察到Linux系统的潜能,不承认Linux,认为它只是一个电脑爱好者的项目,不适用于一般公众用户的计算需求。
通过众多开发商的努力,举几个例子来说,像KDE、GNOME桌面管理系统、办公套装软件项目和Mozilla网络浏览器项目,现在有很多领域的应用软件是在Linux操作系统上运行的,而且无论一个人对电脑只是了解多少,他/她都可以使用这些软件。
计算机专业英语的课文与翻译
计算机专业英语的课文与翻译在当今数字化的时代,计算机技术的飞速发展使其成为了各个领域中不可或缺的一部分。
而计算机专业英语,作为连接计算机知识与全球交流的桥梁,其重要性日益凸显。
对于计算机专业的学生和从业者来说,掌握计算机专业英语不仅有助于获取最新的技术资讯,还能促进国际间的技术合作与交流。
我们先来看看计算机专业英语的课文。
这些课文通常涵盖了计算机领域的多个方面,包括硬件、软件、网络、数据库、编程语言等等。
以硬件为例,课文可能会详细介绍计算机的中央处理器(CPU)、内存(Memory)、硬盘(Hard Disk)等组件的工作原理、性能指标以及最新的发展趋势。
软件方面,则可能会涉及操作系统(Operating System)、应用软件(Application Software)、编程软件(Programming Software)等的特点、功能和使用方法。
网络相关的课文,会讲解网络拓扑结构(Network Topology)、网络协议(Network Protocol)、网络安全(Network Security)等重要概念。
数据库部分,可能会探讨关系型数据库(Relational Database)、非关系型数据库(NoSQL Database)、数据存储与检索(Data Storage and Retrieval)等知识。
编程语言的课文,会对常见的编程语言如Python、Java、C++等的语法、特性和应用场景进行阐述。
这些课文往往具有很强的专业性和逻辑性,语言准确、简洁。
为了让读者能够清晰地理解复杂的技术概念,课文中会使用大量的图表、示例和解释。
接下来谈谈计算机专业英语的翻译。
翻译计算机专业英语课文并非易事,需要译者具备扎实的计算机专业知识和良好的英语语言能力。
在翻译过程中,准确理解专业术语是关键。
例如,“bus”在普通英语中是“公共汽车”的意思,但在计算机领域中,它指的是“总线”;“cache”常见释义为“隐藏处”,而在计算机中则表示“高速缓存”。
人教版高一英语必修二第三单元:计算机
人教版高一英语必修二第三单元:计算机以下是为大家整理的关于《人教版高一英语必修二第三单元:计算机》,供大家学习参考!Unit 3 计算机Who Am I我是谁?Over time I have been changed quite a lot.经过一段时间我已经被改变了许多。
I began as a calculating machine in France in 1642.1642年我在法国诞生时是一台计算机器。
Although I was young I could simplify difficult sums.尽管当时我还年轻,但是我能简化一些复杂的数学题。
I developed very slowly and it took nearly two hundred years我发育缓慢,差不多到了200年之后,before I was built as an analytical machine by Charles Babbage.查尔斯·巴比奇才把我制成了一台分析机。
After I was programmed by an operator who used cards with holes,在操作员用穿卡孔为我设计程序后,I could “think” logically and produce an answer quicker than any person.我能够进行逻辑“思考”,并且能够比任何人更快地算出答案。
At that time it was considered a technological revolution那时这被当作是一次技术革命,and the start of my “artificial intelligence”.也是我“人工智能”的开始。
In 1936 my real father, Alan Turing, wrote a book在1936年,我真正的父亲艾伦·图灵写了一本书,about how I could be made to work as a “universal machine” to solve any difficult mathematical problem.讲述了怎样使我成为一台“通用机器”来解决任何数学难题。
计算机专业英语第三版 Unit 3
Windows XP Operating System
Passage One
Training target: In this part, our target is to train your reading comprehension. We have made the flexible sentences strong black and marked the subject, predicate and have object of them. Try to grasp the main idea of these sentences.
主语、谓语、宾 语 大连理工大ting System
What is an operating system(OS)? An OS consists of one or more programs that manage the operations of a computer. It controls the operations of the computer equipment, manages resources, provides a user interface, and runs application program. Basically, it performs a number of support functions. Before the program can be executed, it must first be copied into main memory, because the program that controls a computer must be in the main memory. The process of copying a program from disk to memory involves considerable logic. The source of a computer’s logic is software. Thus, if the application program is to be loaded, there must be a program in memory to control the loading process. That program is the operating system. It acts as an interpreter between the different application software programs and your computer. For example, the operating system recognizes input from an input device such as the keyboard, mouse, or microphone; coordinates the display of output on the monitor; instructs a printer how to print information; and manages data, instructions, and information stored on disk .A computer cannot function without an operating system. 大连理工大学出版社 OS (Operating System) abbr. 操作系统 interface n. 界面 execute v. 执行 considerable adj. 相当大的
大学计算机基础英语教学重点翻译
A microprocessor contains many microscopic circuitry and millions of miniature components divided into kinds of operation unit, such as the ALU (Arithmetic Logic Unit) and the control unit.微处理器由很多微型电路和数以百万的微型器件组成,这些微型器件分为各种运算单元,如ALU 算术逻辑单元和控制单元。
The ALU is the part of the microprocessor that performs arithmetic operations such as addition and subtraction. It also performs logical operations such as comparing two numbers to see if they are the same.ALU 单元是微处理器执行算术运算,如加法和减法的一部分。
它还执行逻辑运算比如比较两个数字,以查看它们是否相同。
The control unit fetches each instruction and the corresponding data to be operated. The control unit gives the ALU command to begin processing, which may be addition or comparison.控制单元获取每个指令以及相应的数据操作。
控制单元给ALU 命令开始处理,操作可能是加法或比较。
Data refers to the symbols that represent people, events, things and ideas. Data becomes information when it is represented in a format that people can understand and use.数据是指表示人、事件、事物和观念的符号。
Unit 03计算机英语
kernel
dismiss hobbyist functionality adaptability robustness alternative
partition
名词 n. 1. 分开;分割;划分[U][(+into)] They are against the partition of that country into two independent states. 独立的两个国家
及物动词 vt. 1. 把...分成部分,分割[(+into)] The large room was partitioned into five offices.
3.2 Introduction to Linux The Birth of Linux
Hundreds of companies,
organizations and individuals
have released their own versions of OS based on the Linux kernel.
《计算机英语》
Unit 3 Introduction to Linux Linux 简介
Mac OS
Mac OS是一套运行于苹果Macintosh系列电脑 上的操作系统。Mac OS是首个在商用领域成功 的图形用户界面。 现在疯狂肆虐的电脑病毒几乎都是针对Windows 的,由于MAC的架构与Windows不同,所以很 少受到病毒的袭击。MAC OSX操作系统界面非 常独特,突出了形象的图标和人机对话。苹果公 司不仅自己开发系统,也涉及 to Linux
The spread and development of Linux
计算机专业英语第3章
What is the Operating System?
Notes: “Secondly, providing a user interface, for instance, a window-like graphic user interface, in order for the users to interact with application programs and hardware devices,” 这一部分中, for instance, a window-like graphic user interface 举例了视窗用户 界面,用户界面的功能是使用户能够同应用程序及硬件设备交互作用。 Ⅰ.Choose the best answer to each question with the information from the passage. 1.Why is the operating system very important system software? A.The operating system enables the user to edit files, draw graphics, surf the Internet and do every thing possible with a computer. B.The operating system can be installed in the computer system unit to assist the management of the system. C.The operating system makes it possible for the computer to function normally and operate software applications. D.The operating system is designed to drive different hardware essentials to work properly.
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
第三单元操作系统─计算机运行的交通警察
Part A 几种常见的操作系统软件
有两种主要形式的软件─应用软件和系统软件。
应用软件可以是针对具体客户的需要而编写的软件,或是封装形式的软件包,完成终端用户的工作。
系统软件做“后台”工作。
你可以把应用软件看成是用户使用的那种软件,而把系统软件看成是计算机自己使用的那种软件。
软件是程序的另一个名字。
程序是指令的集合,它告诉计算机如何把数据处理成你想要的形式指令,在大多数情况下,“软件”和“程序”是可以通用的。
1.应用软件:应用软件也被称为“终端用户”软件。
应用软件处理一般意义的任务,如文字处理和费用估计。
应用软件可被封装成软件包,或针对客户的需要而设计。
(1)封装软件包是由专业的程序员事先写好的,封装在磁盘上供销售的软件。
仅对微机来说,就有超过12,000种不同类型的应用软件包。
(2)针对客户需要的软件,或客户软件,以前的软件大部分都是这一类。
20 年前,一些公司雇佣计算机程序员编写他们需要的软件,这些程序员编写的针对具体客户需要的程序指导公司的计算机完成该公司想完成的任何任务。
一个程序可以计算工资单、记录商品在仓库中的位置、计算销售佣金或者完成别的与商业需要类似的工作。
2.系统软件:系统软件能使应用软件作用于计算机。
系统软件是“后台”软件。
它包括那些能帮助计算机管理它自己内部资源的程序。
最重要的系统软件是操作系统,它是应用软件与计算机之间的接口。
操作系统处理以下任务,运行(“执行”)程序,存储数据和程序,并且处理(“操纵”)数据。
系统软件把用户从操作计算机的复杂工作中解放出来,使用户把精力集中在解决具体问题上。
微机的操作系统随着机器本身变的越来越强大,而且比旧式操作系统更强大。
下面是最常见的操作系统。
(1)DOS,是IBM和IMB兼容机的标准操作系统。
(2)Windows,它不是一个操作系统,而是一个能使DOS能力扩展的操作环境。
(3)Windows NT/ 2000, 为高性能的微机设计的功能强大的操作系统。
(4)Windows XP是在增强的Windows 2000代码的基础上建立的,它有面向家庭和企业的不同版本:Windows XP Home Edition和 Windows XP Professional。
(5) OS/2为IBM的高性能微机开发的操作系统。
(6) Unix,最初是为小型机开发的操作系统,而现在由于它可以运行在许多高性能的微机上而显得很重要。
(7)Linux是免费的UNIX的克隆,它支持的软件十分广泛,如TeX、X Windows 系统、GNU C/C++编译器、TCP/IP等。