电大计算机专业英语作业2答案

上传人:r****d 文档编号:223501361 上传时间:2023-07-19 格式:PPT 页数:22 大小:279KB
收藏 版权申诉 举报 下载
电大计算机专业英语作业2答案_第1页
第1页 / 共22页
电大计算机专业英语作业2答案_第2页
第2页 / 共22页
电大计算机专业英语作业2答案_第3页
第3页 / 共22页
资源描述:

《电大计算机专业英语作业2答案》由会员分享,可在线阅读,更多相关《电大计算机专业英语作业2答案(22页珍藏版)》请在装配图网上搜索。

1、计算机专业英语计算机专业英语 第二次作业第二次作业 一、一、Vocabulary(Vocabulary(词汇词汇)(一)一)Translate the following words and expressions into Chinese。(写出下列词组的汉语。写出下列词组的汉语。)1database 2flat-file database 3relational database 4data structure 5built in 6coding 7machine language 8.property window 1 1、数据库、数据库 2 2、平面文件数据库、平面文件数据库3 3、关

2、系型数据库、关系型数据库4 4、数据结构、数据结构5 5、内嵌的,固有的、内嵌的,固有的6 6、写代码,编码、写代码,编码7 7、机器语言、机器语言8 8、属性窗口、属性窗口9.software crisis10.object model11.black box testing12.white box testing14.software maintenance15.Requirements Analysis&Specification 9 9、软件危机、软件危机1010、对象模型、对象模型1111、黑盒测试、黑盒测试1212、白盒测试、白盒测试1313、错误、错误1414、软件维护、软件维护

3、1515、需求分析和说明、需求分析和说明一、一、Vocabulary(Vocabulary(词汇词汇)(二二)Fill in the blanks with the corresponding English abbreviations(根根据据汉汉语语写写出出相相应应的的英英语语缩写。缩写。)1.结构化查询语言 2.关系型数据库管理系统 3.集成开发环境 4.多文档界面 5.单文档界面 6.面向对象分析 7.面向对象设计 8.面向对象程序1、SQL2、RDBMS3、IDE4、MDL5、SDI6、OOA7、OOD8、OOP一、一、Vocabulary(Vocabulary(词汇词汇)(三三)T

4、ranslate the following words into English(根根据据汉汉语写出相应的英语语写出相应的英语)1.客户机/服务器2.二维的3.点击鼠标右键4.调试程序5.高级语言6.标准版7.代码窗口8.软件生命周期9.软件测试10.数据流图client/serverclient/serverrightclickrightclickh high-levellanguageigh-levellanguagec codewindowodewindowtwodimensionaltwodimensionaldebugtheprogramdebugtheprograms stand

5、ardeditiontandardeditions softwarelifecycleoftwarelifecycledata-flowdiagramdata-flowdiagrams softwaretestingoftwaretesting二、二、Tell whether the following statements are true(T)or false(F)(判断正误判断正误)F1.Client/server database system is no longer in use now()2.F1atfile style of database is suitable for l

6、arge amounts of data ()3.SQL Server can allow many users to visit the database at the same time ()4.Maintenance of programs is not as important as the development ()5.Highlevel language is popular,because it is directly executable in computer without compiling.()TFFF 6.There are various languages fo

7、r humans,whereas(然然而而)there is only one programming language for computer ()7.The windows that are displayed when you start VB are known as the Visual Basic Integrated Development Environment(IDE)()8.software engineering covers not only the technical aspects of building software systems,but also man

8、agement issues ()9.OOD is the stage of creation and OOP is an implementation stage ()10.White box testing requires the tester to have knowledge of the internal structure ()TFTTT三、三、Match the following words and expressions in the left column with those similar in meaning in the right column(连线题连线题)(

9、一)1DBMS a结构化查询语言2relational database b维护3SQL(Structured Query Language)c高级语言4compile the program d数据库管理系统 5high-level language e多文档界面 6MDI(Multi-Document Interface)f关系数据库 7Maintenance g编译程序 8Object-oriented Design(OOD)h软件测试 9software testing i黑盒测试 10black box testing j面向对象设计 1.d 2.f 3.a 4.g 5.c 6.e

10、7.b 8.j 9.h 10.i(二二)1machine language a调试调试 2assembly language b功能测试功能测试 3debugging c窗体窗体4functional testing d汇编语言汇编语言5white box testing e机器语言机器语言6form f白盒测试白盒测试7project window g表记录表记录8field h结构化程序设计结构化程序设计 9structured programming i工程窗口工程窗口 10table record j字段字段 四、四、Fill in the blanks with suitable w

11、ords or expressions from the list given below,and change the form where necessary(从下面方框中选从下面方框中选择合适的词或表达,以其适当的形式填空择合适的词或表达,以其适当的形式填空)system group dimensional name design catalog location right Like many other RDBMSs,SQL Server uses two tables to store dataThese tables are called or dictionariesh is

12、a secure system and allow you to assign to individual usersBy default,it use a to distinguish among different SQL Severs.To create a new database,you need to specify a And you may also change the of the database during this processA new database comes with over 10 tablesTo create a new table,you can

13、 use a table window.dimensionalcatalogsrightsgroupnamelocationsystemdesignA programming language,designed to the communication between human and computers,is a for describing computation in readable formThere are 3 levels of programming languages,they are ,which can be run directly by computer;and T

14、here are different highlevel programming languages.Fortunately。must of them have many kinds of in common and vary only in the way that these must be Therefore,first thing to be decided about a task is to choose which programming language is best suited for the job high-level language assembly langua

15、ge writtenmachine language facilitate notation constructfacilitatenotation machine languageassembly languagehigh-level language constructswrittenSoftware testingwhich is defined as the execution of a program to find its ,is a vital part of the software lifecycleThere are different types of testing,m

16、ainly,they are or functional testing,which tests whether the is the expected result with the input;and which is performed to problems with the structure of a programDebugging is the process of analyzing and locating bugs when software does not behave as expected Software testing is a much more means

17、 of identifying software Therefore,debugging supports testing other than replacing testing black box testing internal bug thorough reveal output faults valid white box testingfaultsblack box testingvalidoutputwhite box testingreveal internal thoroughbugs五五.Translation(.Translation(翻译翻译)(一一)Translate

18、 the following sentences into Chinese(将将下下列列句句子子翻译成汉语翻译成汉语。)1A database system is a software system which can manage a database stored in computer files2Relational databases also have functions“built in”that help them to get,sort and edit the data in many different ways 译:数据库系统是一类软件系统,可以管理用计算机文件形式译:

19、数据库系统是一类软件系统,可以管理用计算机文件形式存放的数据库。存放的数据库。译译:关关系系型型数数据据库库还还具具有有“内内置置”的的功功能能帮帮助助其其用用多多种种方方式式获获取取、排序和编辑数据。排序和编辑数据。3SQL Server is designed to allow thousands of users to access the database at the same time and is a true clientserver database system 4During the last few years,it has been realized that mai

20、ntenance of programs is more expensive than development,SO reading of programs by humans is as important as writing them 5.Programming languages are designed to facilitate the communication between human and computers 译译:SQL Server被被设设计计为为充充许许数数千千用用户户同同时时访访问问数数据据库库,并并且且是是真真正正的的客客户机户机/服务器数据库系统。服务器数据库

21、系统。译译:在在最最近近的的几几年年中中,人人们们已已经经意意识识到到程程序序的的维维护护比比程程序序的的开开发发更更昂昂贵贵,因此程序的阅读和书写一样重要。因此程序的阅读和书写一样重要。译:译:程序设计语言用于使人类和计算机之间的交流更容易。程序设计语言用于使人类和计算机之间的交流更容易。6 Fortunately most programming languages have many kinds of constructs in common and vary only in the way that these must be written 7.Some applications,s

22、uch as Word,allow for several windows in a special mode called MDI in which you can open multiple documents within the same application 8For developing a software product,the development process is divided into 5 stages:Requirements Analysis&Specification,Design,Coding,Testing,and Maintenance 译译:幸幸运

23、运的的是是大大多多数数的的程程序序语语言言有有很很多多种种相相同同架架构构,只只是是在在书书写写的的方方式式上上有所不同。有所不同。译译:一一些些应应用用程程序序,如如Word,允允许许一一些些表表单单窗窗口口使使用用MDI模模式式,使使你你能能够够在一个软件中打开多个数据文档。在一个软件中打开多个数据文档。译译:开开发发一一个个软软件件产产品品,开开发发过过程程分分为为5步步:需需求求分分析析和和说说明明,设设计计,编编码码,测试和维护。测试和维护。9Objectorientation may increase productivity because OOA and OOD,if done

24、 correctly,result in products that are cleaner,more understandable,and easier to implement and test 10Functional testing tests whether the output is the expected result with the valid input 译译:面面向向对对象象方方法法可可以以提提高高生生产产效效率率是是因因为为面面向向对对象象分分析析和和设设计计,如如果果正正确确执执行行了了面面向向对对象象方方法法,可可以以产产生生出出更更清清晰晰,更更易易理解,更容易

25、实现和测试的软件。理解,更容易实现和测试的软件。译:译:功能测试是检查使用有效的输入是否能得到所期望的输出。功能测试是检查使用有效的输入是否能得到所期望的输出。(二)Translate the following paragraphs into Chinese(将下列各段翻译成汉语)。1SQL Server is a RDBMS(Relational Database Management System)made by MicrosoftThis means that the data is stored in two dimensional tablesRDBMSs a11 have tab

26、les called catalogs or dictionaries that contain information about the particular databasesSQL Server is designed to allow thousands of users to access the database at the same time and is a true client/server database systemIt is much more secure than AccessRights can be assigned to individual user

27、s and administratorsFor example you can setup one user that can only insert data in the database but cannot delete any 译译:SQL SQL ServerServer是是MicrosoftMicrosoft开开发发的的关关系系型型数数据据库库管管理理系系统统。这这意意味味着着数数据据存存储储在在二二维维的的表表中中。关关系系型型数数据据库库管管理理系系统统都都具具有有被被称称为为目目录录或或字字典典的的表表,其其中中包包含含待待定定数数据据库库的的信信息息。SQL SQL Se

28、rverServer被被设设计计为为允允许许数数千千用用户户同同时时访访问问数数据据库库,并并且且是是真真正正的的客客户户机机/服服务务器器数数据据库库系系统统,比比AccessAccess更更加加安安全全。可可以以为为个个别别用用户户和和管管理理员员分分配配权权限限。例例如如您您可可以以设设置置某某个个用用户户只只能能在在数数据据库库中插入数据,而不能删除任何数据。中插入数据,而不能删除任何数据。2.A high-level language is an artificial language with which we can write various instruction.This

29、is possible not because computer processors are now so technologically advanced that they can“understand”these languagesYou should translate from programming languages into machine language which can be understood by the computer processorsCompilers can accomplish this taskThis does mean that a high

30、level language program is not directly executable:it must be compiled to produce processor program,which is executable 译译:高高级级语语言言是是一一种种人人造造语语言言,使使用用它它我我们们可可以以写写不不同同的的指指令令。这这成成为为可可能能不不是是因因为为计计算算机机处处理理器器的的技技术术如如今今是是如如此此先先进进以以至至于于它它们们可可以以理理解解这这些些语语言言。你你需需要要将将这这些些语语言言翻翻译译成成计计算算机机处处理理器器能能够够理理解解的的机机器器语语言

31、言。编编译译器器能能够够完完成成这这项项工工作作。这这就就意意味味着着高高级级语语言言程程序序不不是是直直接接可可执执行行的的:它它必必须须被被编编译译生生成成处处理理器器程程序,这些程序是可执行的。序,这些程序是可执行的。3Over the last few decades there has been a tremendous growth in information technology and its impact on everyday lifeComplex software systems have become critical to the operation of man

32、y systems in areas such as banking,communications,manufacturing,power generation,and transportation Progress in computer science and accumulated experience with industrial production of software have led to the emergence of software engineering as a separate disciplineThe software engineering discip

33、line has been defined as“the application of systematic,disciplined,quantifiable approaches to the development,operation,and maintenance of software”that is,the application of engineering to software.译译:在在过过去去的的几几十十年年间间,信信息息技技术术有有了了巨巨大大的的发发展展,并并且且影影响响着着我我们们每每天天的的生生活活。复复杂杂的的软软件件系系统统已已经经成成为为许许多多领领域域的的关关键键,如如银银行行、通通信信、制制造造业业、电电力力、交交通通等等。随随着着计计算算机机科科学学的的进进步步和和工工业业生生产产经经验验的的积积累累,导导致致软软件件工工程程作作为为一一个个独独立立的的标标准准出出现现。软软件件工工程程规规范范已已经经被被定定义义为为“应应用用系系统统的的、规规范范的的、量量化化的的方方法法开开发发、操操作作和和维维护护软软件件。”也也就就是是说说,使使用用工工程程的方法开发软件。的方法开发软件。

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!