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

加入VIP,免费下载
 

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

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

下载须知

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

版权提示 | 免责声明

本文([计算机类试卷]专业英语练习试卷1及答案与解析.doc)为本站会员(feelhesitate105)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

[计算机类试卷]专业英语练习试卷1及答案与解析.doc

1、专业英语练习试卷 1及答案与解析 1 NACs (Network Access Control)role is to restrict network access to only compliant endpoints and (1) users. However, NAC is not a complete LAN (2) solution; additional proactive and (3) security measures must be implemented. Nevis is the first and only comprehensive LAN security so

2、lution that combines deep security processing of every packet at 100Gbps, ensuring a high level of security plus application availability and performance. Nevis integrates NAC as the first line of LAN security (4) In addition to NAC, enterprises need to implement role-based network access control as

3、 well as critical proactive security measures-real-time, multilevel (5) inspection and microsecond threat containment. ( A) automated ( B) distinguished ( C) authenticated ( D) destructed ( A) crisis ( B) security ( C) favorable ( D) excellent ( A) constructive ( B) reductive ( C) reactive ( D) prod

4、uctive ( A) defense ( B) intrusion ( C) inbreak ( D) protection ( A) port ( B) connection ( C) threat ( D) insurance 6 Generally, data mining (sometimes called data or knowledge discovery) is the process of analyzing data from different perspectives and (1) it into useful information information tha

5、t can be used to increase revenue, (2) costs, or both. Data mining software is one of a number of analytical tools for analyzing data. It (3) users to analyze data from many different dimensions or angles, categorize it, and summarize the relationships identified. Technically, data mining is the pro

6、cess of finding correlations or patterns among dozens of fields in large relational databases. Although data mining is a (4) new term, the technology is not. Companies have used powerful computers to sift through volumes of supermarket scanner data and analyze market research reports for years. Howe

7、ver, continuous innovations in computer processing power, disk storage, and statistical software are dramatically increasing the accuracy of analysis while driving (5) the cost. ( A) organizing ( B) summarizing ( C) composing ( D) constituting ( A) cut ( B) decrease ( C) increase ( D) add ( A) benef

8、its ( B) affects ( C) allows ( D) avail ( A) completely ( B) absolutely ( C) relatively ( D) oppositly ( A) away ( B) into ( C) back ( D) down 11 Virtualization is an approach to IT that pools and shares (1) so that utilization is optimized and supplies automatically meet demand. Traditional IT envi

9、ronments are often silos, where both technology and human (2) are aligned around an application or business function. With a virtualized (3), people, processes7 and technology are focused on meeting service levels, (4) is allocated dynamically, resources are optimized, and the entire infrastructure

10、is simplified and flexible. We offer a broad spectrum of virtualization (5) that allows customers to choose the most appropriate path and optimization focus for their IT infrastructure resources. ( A) advantages ( B) resources ( C) benefits ( D) precedents ( A) profits ( B) costs ( C) resources ( D)

11、 powers ( A) system ( B) infrastructure ( C) hardware ( D) link ( A) content ( B) position ( C) power ( D) capacity ( A) solutions ( B) networks ( C) interfaces ( D) connections 16 DOM is a platform-and language- (1) API that allows programs and scripts to dynamically access and update the content,

12、structure and style of WWW documents (currently, definitions for HTML and XML documents are part of the specification). The document can be further processed and the results of that processing can be incorporated back into the presented (2) DOM is a (3) -based API to documents, which requires the wh

13、ole document to be represented in (4) while processing it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large (5) documents that do not fit into the memory available for processing. ( A) specific ( B) neutral ( C) contained ( D) related ( A) text ( B) image

14、( C) page ( D) graphic ( A) table ( B) tree ( C) control ( D) event ( A) document ( B) processor ( C) disc ( D) memory ( A) XML ( B) HTML ( C) script ( D) web 21 In looking at the class structure of an entire system, we may find that its inheritance (1) is either wide and shallow, narrow and deep, o

15、r balanced. Class structures that are wide and shallow usually represent forests of (2) classes that can be mixed and matched. Class structures that are narrow and deep represent trees of classes that are related by a common ancestor. There are advantages and disadvantages to each approach. Forests

16、of classes are more loosely (3) , but they may not exploit all the commonality that exists. Trees of classes exploit this commonality, so that individual classes are smaller than in forests. However, to understand a particular class, it is usually necessary to understand the meaning of all the class

17、es it inherits from or uses. The proper shape of a class structure is highly problem-dependent. We must make similar trade-offs among inheritance, aggregation, and using relation- ships. For example, should the class Car inherit, contain, or use the classes named Engine and Wheel? In this case, we s

18、uggest that an (4) relationship is more appropriate than inheritance relationship. Meyer states that between the class A and B,“ (5) is appropriate if every instance of B may also be viewed as an instance of A. The client relationship is appropriate when every instance of B simply possesses one or m

19、ore attributes of A“. From another perspective, if the behavior of an object is more than the sum of its individual parts, then creating an aggregation relationship rather than an inheritance relationship between the appropriate classes is probably superior. ( A) distinction ( B) level ( C) grade (

20、D) hierarchy ( A) free-standing ( B) alone ( C) only ( D) lonely ( A) dispersive ( B) cohesion ( C) coupled ( D) close-knit ( A) aggregation ( B) using ( C) composition ( D) association ( A) aggregation ( B) inheritance ( C) association ( D) using 专业英语练习试卷 1答案与解析 1 【正确答案】 C 2 【正确答案】 B 3 【正确答案】 C 4 【

21、正确答案】 A 5 【正确答案】 C 【试题解析】 NAC(网络访问控制 )的任务就是只允许那些仅被允许的终端和被授权的用户进行网络访问。然而, NAC不是一个完整的局域网安全解决方案,还必须采取预防性的、具有反应性的额外安全措施。 Nevis是最早的也是唯一全面的局域网安全解决方案,它富有远见地兼顾考虑 了将来以 10Gb/s的速率传输数据包时的安全问题,以确保在有高水平安全度的同时也有较好的应用性和性能。 Nevis整合了 NAC作为局域网安全防护的第一道防线。除 NAC之外,企业既要采取基于角色控制网络访问的策略,也要采取关键性的安全预防措施 实时的多级别威胁检测和微秒级的威胁遏制。 词

22、汇与单词解释: restrictto 的意思是将某某限制在某范围内,第一句中最后那个 to跟 restrict搭配,不是跟 access搭配。 第三句中的 deep,表示考虑很深远,考虑到未来,富有远见。 6 【 正确答案】 B 7 【正确答案】 A 8 【正确答案】 C 9 【正确答案】 C 10 【正确答案】 D 【试题解析】 一般来说,数据挖掘 (有时也称数据发现或知识发现 )是一个从不同方面分析数据并将其总结成有用信息的过程,而这样的信息有助于增加财政收人或降低耗费或两者兼而有之。数据挖掘软件是为数众多的数据分析工具中的一种。它允许用户从许多不同的维度或角度去分析数据并且对它们进行分类

23、并总结这些类别之间的关系。从技术上来说,数据挖掘就是从大型关系数据库的众多领域中去寻找相关性和模式的一个过程 。尽管数据挖掘是个相对较新的术语,但是该技术并不新。多年来,很多公司就是用强大的计算机来审核超市扫描仪的数据以及分析市场调查报告。然而,计算机的处理能力、磁盘的存储容量以及统计性软件等各方面的持续革新显著地提高了分析的精确性,同时节省了费用。 11 【正确答案】 B 12 【正确答案】 C 13 【正确答案】 B 14 【正确答案】 D 15 【正确答案】 A 【试题解析】 虚拟化是一种 IT技术,它汇集并共享资源,从而优化资源使用并自动满足需求。在传统 IT环境中,技术、人力资源好比

24、 围绕在应用或商务活动旁边的孤岛,彼此联系不密切。利用虚拟化的 IT基础设施,人、加工处理和技术三者被聚焦在一起满足不同级别的服务需求,负载量动态分配,资源得到优化,而且全部的 IT基础设施的结构简单而灵活。我们提供广泛的虚拟化解决方案,允许客户选择最合适的方式及最优化整合 IT基础设施资源的方案。 词汇与单词解释: Silo意为:筒仓,地窖,竖井, (导弹 )发射井,在计算机数据库术语中,指的是一种先进先出 (FIFO)存储缓冲区,常称为 (数据 )孤岛。文中的意思是:在传统 IT环境中,技术、人力资源虽然以应用 或商务活动为中心,但相互孤立,好比两个分散独立的 “地窖 ”、 “孤岛 ”,在

25、技术这个 “地窖 ”中只涉及技术,在人力资源这个“地窖 ”中只涉及人力资源,结合不够。 Focus意为:聚焦,调整使其聚集在一起。 be focused on 指某些东西被整合在一起用于某方面。 16 【正确答案】 B 17 【正确答案】 C 18 【正确答案】 B 19 【正确答案】 D 20 【正确答案】 A 【试题解析】 译文如下: DOM是一种独立于平台和语言的 API,它允许程序和脚本语言动态地访问和更新 WWW文档的内容、结构以及形式 (目前对 HTML和XML文档的定义也是这些规范的一部分 )。这些文档可以近一步地被处理,然后处理的结果被传送到当前页面。 DOM是一种树型的 AP

26、I文档,在处理这种文档的时候,要求将整个文档在内存中进行表示。 DOM的一种简单解决方案就是采用基于事件的 SAX,它可以用来处理不适合在内存中处理的大量的 XML文档。 21 【正确答案】 D 22 【正确答案】 A 23 【正确答案】 C 24 【正确答案】 A 25 【正确答案】 B 【试题解析】 译文如下:在查看 整个系统的类结构时,会发现它的继承层次或者是宽而浅,或者是窄而深,或者是均衡的。宽而浅的类结构通常表示一些可被混合和匹配的自由独立的类组成的类森林。窄而深的类结构,表示由公共的祖先相关联的类树。每种方法都有优缺点。类的森林的耦合度较低,但它们可能不能体现出存在的所有共同处。类

27、树体现出这种共同处,所以它的类个体比类森林中的类要小。但是为了理解某个特定的类,通常需要理解它所继承的或使用的类的含义。类结构的形状是否恰当与特定问题紧密相关。我们必须在继承、聚合和使用这三个关系中选择使用合适的。例如,类 Car是继承、 还是包含、还是使用类Engine和类 Wheel呢 ?在这种情况下,聚合关系比继承关系更合适。 Meyer建议在类 A和类 B之间, “如果 B的每个实例也可被看做 A的一个实例,那么继承较为合适。如果 B的每个实例只处理 A的一个或多个属性,则客户关系更为合适一些 ”。从另外一个角度看,如果一个对象的行为多于它的单个部分的总和,那么在适当的类间创建聚合关系比继承关系更合适。

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