试题详情

试题内容

We initially described SOA without mentioning Web s ervices, and vice versA. This is because they are ortho gonal: service-orientation is an architectural () whil e Web services are an implementation ().The two c an be used together, and they frequently are, but the y are not mutually dependent.
For example, although it is widely considered to be a distributed-computing solution,SOA can be applied to advantage in a single system,where services might b e individual processes with well-defined () that co mmunicate using local channels,or in a self-contained cluster, where they might communicate across a high -speed interconnect.
Similarly, while Web services are() as the basis for a service-oriented environment, there is nothing in th eir definition that requires them to embody the SOA p rinciples. While()is often held up as a key characte ristic of Web services,there is no technical reason that they should be stateless-that would be a design choi ce of the developerwhich may be dictated by the arc hitectural style of the environment in which the servic e is intended to participate.
A.design
B.Style
C.technology
D.structure
A.Structure
B.style
C.technology
D.method
A.interfaces
B.functions
C.lonics
D.formatsul
A.regarded
B.well-suitede
C.worked
D.used
A.distribution
B.interconnection
C.dependence
D.statelessness
查看答案

软题库参考答案:B、C、B、A、D(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

53题:

建立一个供应商、零件数据库。其中“供应商”表S(Sno,Sname,Zip,City)分别表示:供应商代码、供应商名、供应商邮编、供应商所在城市,其函数依赖为:Sno→(Sname,Zip,City ),Zip→City。“供应商”表S属于 ( ) 。
A、1NF  
B、2NF  
C、3NF  
D、BCNF

14题:某医院预约系统的部分需求为:患者可以查看医院发布的专家特长介绍及其就诊时间:系统记录患者信息,患者预约特定时间就诊。用DFD对其进行功能建模时,患者是();用ERD对其进行数据建模时,患者是()。
(1)A.外部实体
B.加工
C.数据流
D.数据存储
(2)A.实体
B.属性
C.联系
D.弱实体
40题:在Python3,()不是合法的异常处理结构。
A.try...except…
B.try...except...finally
C.try...catch...
D.raise
52题:

拓扑序列是无环有向图中所有顶点的一个线性序列,图中任意路径中的各个顶点在该图的拓扑序列中保持先后关系,( )为—下图所示有向图的一个拓扑序列。

A、1 2 3 4 5 6 7
B、1 5 2 6 3 7 4
C、5 1 2 6 3 4 7
D、5 1 2 3 7 6 4

3题:

( ) 是指按内容访问的存储器。
A、虚拟存储器
B、相联存储器
C、高速缓存(Cache)
D、随机访问存储器

33题:

()不是单元测试主要检查的内容。
A.模块接口
B.局部数据结构
C.全局数据结构
D.重要的执行路径