电大计算机专业英语形成性考试,电大计算机专业英语作业2答案.ppt

253b171540df25e1b84436cbe50dfc72.gif电大计算机专业英语作业2答案.ppt

计算机专业英语 第二次作业 一、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、数据库 2、平面文件数据库 3、关系型数据库 4、数据结构 5、内嵌的,固有的 6、写代码,编码 7、机器语言 8、属性窗口 9. software crisis 10.object model 11.black box testing 12.white box testing 13.bug 14.software maintenance 15.Requirements Analysis Specification 9、软件危机 10、对象模型 11、黑盒测试 12、白盒测试 13、错误 14、软件维护 15、需求分析和说明 一、Vocabulary词汇 二Fill in the blanks with the corresponding English abbreviations根据汉语写出相应的英语缩写 。 1.结构化查询语言 2.关系型数据库管理系统 3.集成开发环境 4.多文档界面 5.单文档界面 6.面向对象分析 7.面向对象设计 8.面向对象程序 1、SQL 2、RDBMS 3、IDE 4、MDL 5、SDI 6、OOA 7、OOD 8、OOP 一、Vocabulary词汇 三Translate the following words into English根据汉 语写出相应的英语 1.客户机/服务器 2.二维的 3.点击鼠标右键 4.调试程序 5.高级语言 6.标准版 7.代码窗口 8.软件生命周期 9.软件测试 10.数据流图 client/server right click high-level language code window two dimensional debug the program standard edition software life cycle data-flow diagramsoftware testing 二、Tell whether the following statements are true T or false F判断正误 F 1. Client/server database system is no longer in use now 2.F1atfile style of database is suitable for large 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 cutable in computer without compiling. T F F F 6.There are various languages for 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 management 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 T F T T T 三、Match the following words and expressions in the left column with those similar in meaning in the right column 连线题连线题 一 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 7.b 8.j 9.h 10.i 二 1machine language a调试 2assembly language b功能测试 3debugging c窗体 4functional testing d汇编语言 5white box testing e机器语言 6 f白盒测试 7project window g表记录 8field h结构化程序设计 9structured programming i工程窗口 10table record j字段 1.e 2.d 3.a 4.b 5.f 6.c 7.i 8.j 9.h 10.g 四、Fill in the blanks with suitable words or expressions from the list given below,and change the 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 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 use a table window . dimensional catalogs rights group name location system design A programming language,designed to the communication between human and computers,is a for describing computation in readable There are 3 levels of programming languages,they are ,which can be run directly by computer; and There 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 language written machine language facilitate notation construct facilitate notation machine language assembly languagehigh-level language constructs written Software testingwhich is defined as the cution of a program to find its , is a vital part of the software lifecycleThere are different types of testing, mainly,they are or functional testing, which tests whether the is the expected result with the ; and which is pered to problems with the structure of a program Debugging is the process of analyzing and locating bugs when software does not behave as expected Software testing is a much more means of identifying software Therefore,debugging supports testing other than replacing testing black box testing internal bug thorough reveal output faults valid white box testing faults black box testing validoutputwhite box testing reveal internal thorough bugs 五.Translation翻译 一 Translate the following sentences into Chinese将下列句子 翻译成汉语。 1A database system is a software system which can manage a database stored in computer files 2Relational databases also have functions “built in”that help them to get,sort and edit the data in many different ways 译数据库系统是一类软件系统,可以管理用计算机文件形式 存放的数据库。 译关系型数据库还具有“内置”的功能帮助其用多种方式获取 、排序和编辑数据。 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 maintenance 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被设计为充许数千用户同时访问数据库,并且是真正的客 户机/服务器数据库系统。 译在最近的几年中,人们已经意识到程序的维护比程序的开发更昂贵 ,因此程序的阅读和书写一样重要。 译程序设计语言用于使人类和计算机之间的交流更容易。 6Fortunately most programming languages have many kinds of constructs in common and vary only in the way that these must be written 7. Some applications,such 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 stagesRequirements Analysis Specification,Design,Coding, Testing,and Maintenance 译幸运的是大多数的程序语言有很多种相同架构,只是在书写的方式上 有所不同。 译一些应用程序,如Word,允许一些表单窗口使用MDI模式,使你能 够在一个软件中打开多个数据文档。 译开发一个软件产品,开发过程分为5步需求分析和说明,设计,编码 ,测试和维护。 9Objectorientation may increase productivity because OOA and OOD,if done 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 译面向对象方法可以提高生产效率是因为面向对象分析和设 计,如果正确执行了面向对象方法,可以产生出更清晰,更易 理解,更容易实现和测试的软件。 译功能测试是检查使用有效的输入是否能得到所期望的输出。 二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 tables called catalogs or dictionaries that contain ination 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 users and administratorsFor example you can setup one user that can only insert data in the database but cannot delete any 译SQL Server是Microsoft开发的关系型数据库管理 系统。这意味着数据存储在二维的表中。关系型数据库 管理系统都具有被称为目录或字典的表,其中包含待定 数据库的信息。SQL Server被设计为允许数千用户同时 访问数据库,并且是真正的客户机/服务器数据库系统, 比Access更加安全。可以为个别用户和管理员分配权限 。例如您可以设置某个用户只能在数据库中插入数据, 而不能删除任何数据。 2. A high-level language is an artificial language with which we can write various instruction. This 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 highlevel language program is not directly cutableit must be compiled to produce processor program,which is cutable 译高级语言是一种人造语言,使用它我们可以写不 同的指令。这成为可能不是因为计算机处理器的技术如 今是如此先进以至于它们可以理解这些语言。你需要将 这些语言翻译成计算机处理器能够理解的机器语言。编 译器能够完成这项工作。这就意味着高级语言程序不是 直接可执行的它必须被编译生成处理器程序,这些程 序是可执行的。 3Over the last few decades there has been a tremendous growth in ination technology and its impact on everyday lifeComplex software systems have become critical to the operation of many systems in areas such as banking, communications,manufacturing,power generation,and transportationProgress 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 discipline 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. 译在过去的几十年间,信息技术有了巨大的发展, 并且影响着我们每天的生活。复杂的软件系统已经成为 许多领域的关键,如银行、通信、制造业、电力、交通 等。随着计算机科学的进步和工业生产经验的积累,导 致软件工程作为一个独立的标准出现。软件工程规范已 经被定义为“应用系统的、规范的、量化的方法开发、 操作和维护软件。”也就是说,使用工程的方法开发软 件。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
本火锅店点餐系统采用Java语言和Vue技术,框架采用SSM,搭配Mysql数据库,运行在Idea里,采用小程序模式。本火锅店点餐系统提供管理员、用户两种角色的服务。总的功能包括菜品的查询、菜品的购买、餐桌预定和订单管理。本系统可以帮助管理员更新菜品信息和管理订单信息,帮助用户实现在线的点餐方式,并可以实现餐桌预定。本系统采用成熟技术开发可以完成点餐管理的相关工作。 本系统的功能围绕用户、管理员两种权限设计。根据不同权限的不同需求设计出更符合用户要求的功能。本系统中管理员主要负责审核管理用户,发布分享新的菜品,审核用户的订餐信息和餐桌预定信息等,用户可以对需要的菜品进行购买、预定餐桌等。用户可以管理个人资料、查询菜品、在线点餐和预定餐桌、管理订单等,用户的个人资料是由管理员添加用户资料时产生,用户的订单内容由用户在购买菜品时产生,用户预定信息由用户在预定餐桌操作时产生。 本系统的功能设计为管理员、用户两部分。管理员为菜品管理、菜品分类管理、用户管理、订单管理等,用户的功能为查询菜品,在线点餐、预定餐桌、管理个人信息等。 管理员负责用户信息的删除和管理,用户的姓名和手机号都可以由管理员在此功能里看到。管理员可以对菜品的信息进行管理、审核。本功能可以实现菜品的定时更新和审核管理。本功能包括查询餐桌,也可以发布新的餐桌信息。管理员可以查询已预定的餐桌,并进行审核。管理员可以管理公告和系统的轮播图,可以安排活动。管理员可以对个人的资料进行修改和管理,管理员还可以在本功能里修改密码。管理员可以查询用户的订单,并完成菜品的安排。 当用户登录进系统后可以修改自己的资料,可以使自己信息的保持正确。还可以修改密码。用户可以浏览所有的菜品,可以查看详细的菜品内容,也可以进行菜品的点餐。在本功能里用户可以进行点餐。用户可以浏览没有预定出去的餐桌,选择合适的餐桌可以进行预定。用户可以管理购物车里的菜品。用户可以管理自己的订单,在订单管理界面里也可以进行查询操作。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值