【计算机类职业资格】软件设计师-专业英语(五)及答案解析.doc
《【计算机类职业资格】软件设计师-专业英语(五)及答案解析.doc》由会员分享,可在线阅读,更多相关《【计算机类职业资格】软件设计师-专业英语(五)及答案解析.doc(15页珍藏版)》请在麦多课文档分享上搜索。
1、软件设计师-专业英语(五)及答案解析(总分:45.00,做题时间:90 分钟)一、单项选择题(总题数:9,分数:45.00)SOCKS is a genetic proxy protocol for TCP/IP-based networking, applications. SOCKS includes two (21) , the SOCKS server and the SOCKS client. The SOCKS server is implemented at the application layer. The SOCKS client is implemented betwee
2、n applications and the (22) layer. When an application client needs to connect to an application server, the client connects to a SOCKS proxy server. The proxy server connects to the application server instead of the client, and (23) data between the client and the application server. For the applic
3、ation server, the proxy server is the (24) . SOCKS is also one of the popular (25) to network firewalls. Because of its simplicity and flexibility, SOCKS has been used as genetic application proxy in virtual private network (VPN), and for extranet applications.(分数:5.00)(1).A. elements B. components
4、C. services D. clients(分数:1.00)A.B.C.D.(2).A. transport B. transmission C. network D. datalink(分数:1.00)A.B.C.D.(3).A. relays B. replaces C. replays D. repeals(分数:1.00)A.B.C.D.(4).A. workstation B. user C. customer D. client(分数:1.00)A.B.C.D.(5).A. methods B. alternatives C. choices D. replacements(分数
5、:1.00)A.B.C.D.Networks can be interconnected by different devices. In the physical layer, networks can be connected by (41) or hubs, which just move the bits from one network to an identical network. One layer up we find bridges and switches, which operate at data link layer. They can accept (42) ,
6、examine the MAC address, and forward the frames to a different network while doing minor protocol translation in the process. In the network layer, we have routers that can connect two networks. If two networks have (43) network layer, the router may be able to translate between the packet formats.
7、In the transport layer we find transport gateway, which can interface between two transport connections. Finally, in the application layer, application gateways translate message (44) . As an example, gateways between Internet E-mail and X.400 E-mail must (45) the E-mail message and change various h
8、eader fields.(分数:5.00)(1).A. reapers B. relays C. connectors D. modems(分数:1.00)A.B.C.D.(2).A. frames B. packets C. packages D. cells(分数:1.00)A.B.C.D.(3).A. special B. dependent C. similar D. dissimilar(分数:1.00)A.B.C.D.(4).A. syntax B. semantics C. language D. format(分数:1.00)A.B.C.D.(5).A. analyze B.
9、 parse C. delete D. create(分数:1.00)A.B.C.D.Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (96) . It determines how the various results are computed by the product and present
10、s this information in the form of a (97) and associated scenarios. The second is (98) , which determines the classes and their attributes, then determines the interrelationships and interaction among the classes. The last step is (99) , which determines the actions performed by or to each class or s
11、ubclass and presents this information in the form of (100) (分数:5.00)(1).A. use-case modeling B. class modelingC. dynamic modeling D. behavioral modeling(分数:1.00)A.B.C.D.(2).A. collaboration diagram B. sequence diagramC. use-case diagram D. activity diagram(分数:1.00)A.B.C.D.(3).A. use-case modeling B.
12、 class modelingC. dynamic modeling D. behavioral modeling(分数:1.00)A.B.C.D.(4).A. use-case modeling B. class modelingC. dynamic modeling D. behavioral modeling(分数:1.00)A.B.C.D.(5).A. activity diagram B. component diagramC. sequence diagram D. state diagram(分数:1.00)A.B.C.D.A typical (11) language cont
13、ains an applicative sub-language which approximates the mathematical abstractions of “timeless“ functions applied to “spaceless values, where the actual operation sequences and use of storage space during expression evaluation are organized behind the (12) . In this setting, values are data structur
14、es of low volume, typically a few computer words or less, which means that an illusion of spacelessness can be realized by having (13) results during expression evaluation stored at the discretion of the language implementation, and effecting parameter (14) and (15) operations through value copying.
15、(分数:5.00)(1).A. imperative B. mandatory C. compulsory D. voluntary(分数:1.00)A.B.C.D.(2).A. foreground B. background C. screen D. scenes(分数:1.00)A.B.C.D.(3).A. middle B. intermediate C. previous D. final(分数:1.00)A.B.C.D.(4).A. transverse B. transportation C. transmission D. translation(分数:1.00)A.B.C.D
16、.(5).A. assignment B. design C. value D. dispatch(分数:1.00)A.B.C.D.Originally introduced by Netscape Communications, (71) are a general mechanism which HTTP Server side applications, such as CGI (72) , can use to both store and retrieve information on the HTTP (73) side of the connection. Basically,
17、Cookies can be used to compensate for the (74) nature of HTTP. The addition of a simple, persistent, client-side state significantly extends the capabilities of WWW-based (75) (分数:5.00)(1).A. Browsers B. Cookies C. Connections D. Scripts(分数:1.00)A.B.C.D.(2).A. graphics B. processes C. scripts D. tex
18、ts(分数:1.00)A.B.C.D.(3).A. Client B. Editor C. Creator D. Server(分数:1.00)A.B.C.D.(4).A. fixed B. flexible C. stable D. stateless(分数:1.00)A.B.C.D.(5).A. programs B. applications C. frameworks D. constrains(分数:1.00)A.B.C.D.Traditional structured analysis techniques focus upon the flow of (36) within a
19、system. Object-oriented analysis emphasizes the building of real-world models. It examines requirements from the perspective of the classes and objects found in the vocabulary of the (37) domain.Traditional system design method emphasizes the proper and effective structure of a complex system. Objec
20、t-oriented design method encompasses the process of object-oriented decomposition and a (38) for depicting both logical and physical as well as static and dynamic models of the system under design.Object-oriented programming is a method of implementation in which programs are organized as cooperativ
21、e collections of objects, each of which represents an (39) of some class, and whose classes are all members of a hierarchy of classes united via (40) relationships.(分数:5.00)(1).A. instance B. exampleC. existence D. implementation(分数:1.00)A.B.C.D.(2).A. control B. program C. data D. reference(分数:1.00
22、)A.B.C.D.(3).A. problem B. solution C. data D. program(分数:1.00)A.B.C.D.(4).A. mark B. picture C. symbol D. notation(分数:1.00)A.B.C.D.(5).A. control B. inheritance C. inference D. connection(分数:1.00)A.B.C.D.MIMD systems can be classified into (1) -oriented systems, high-availability systems and respon
23、se-oriented systems. The goal of (1) -oriented multiprocessing is to obtain high(1) (2) minimal computing cost. The techniques employed by multiprocessor operating systems to achieve this goal take advantage of an inherent processing versus input/output balance in the workload to produce (3) and (4)
24、 loading of system (5) (分数:5.00)(1).A. though B. through C. throughout D. throughput(分数:1.00)A.B.C.D.(2).A. at B. of C. on D. to(分数:1.00)A.B.C.D.(3).A. balance B. balanced C. balances D. balancing(分数:1.00)A.B.C.D.(4).A. uniform B. unique C. unit D. united(分数:1.00)A.B.C.D.(5).A. resource B. resources
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 职业资格 软件 设计师 专业 英语 答案 解析 DOC
