The API changes should provide both source and binary (71) for programs written to the original API.That is,existing program binaries should continue to operate when run on a system supporting the new API.In addition,existing (72) that are re-compiled and

题目

The API changes should provide both source and binary (71) for programs written to the original API.That is,existing program binaries should continue to operate when run on a system supporting the new API.In addition,existing (72) that are re-compiled and run on a system supporting the new API should continue to operate.Simply put,the API (73) for multicast receivers that specify source filters should not break existing programs.The changes to the API should be as small as possible in order to simplity the task of converting existing (74) receiver applications to use source filters.Applications should be able to detele when the new (75) filter APIs are unavailable(e.g., calls fail with the ENOTSUPP erroe) and react gracefully(e.g., revert to old non-source-filter API or display a meaningful error message to the user).

71.

A.capability

B.compatibility

C.labiality

D.reliability


相似考题
参考答案和解析
正确答案:B
更多“The API changes should provide both source and binary (71) for programs written to the ori ”相关问题
  • 第1题:

    You should practice ________ English.

    A: to write

    B: write

    C: writing

    D: written


    参考答案:C

  • 第2题:

    A basic premise of OGSA is that everything is(71)by a service: a network enabled entity that(72)some capability through the exchange of messages. Computational resources, storage resources, networks, programs, databases, and so forth are all(73). This adoption of a uniform. service-oriented model means that all components of the environment are virtual. More specifically, OGSA represents everything as a Grid service: a Web service that conforms(74)a set of conventions and supports standard interfaces for such purposes as lifetime management. This core set of consistent interfaces, from which all Grid services are implemented,(75)the construction of hierarchical, higher-order services that can be treated in a uniform. way across layers of abstraction.

    A.defined

    B.represented

    C.used

    D.passed


    正确答案:B
    解析:OGSA的一个基本前提是任何事务都表示成一个服务:一个网络可达的、通过消息交换提供某些能力的实体。计算资源、存储资源、网络、程序、数据库等都是服务。采用一个统一的面向服务的模型意味着环境中的所有组件都是虚拟的。更明确地说,OGSA将所有事务都表示成一个Grid服务:遵循一套规范并支持为了实现生命周期管理等类似目的而制定的标准接口的Web服务。这些一致接口的核心集,是所有的Grid服务实现的基础,便于高级服务的构造,而高级服务能够跨多个抽象层以一种统一的方式进行处理。

  • 第3题:

    The pilot motor launches are ______ blue,with the PILOT in white.

    A.furnished

    B.painted

    C.prepared

    D.written


    正确答案:B

  • 第4题:

    She is said ________ a new book about Chinese history.

    A、to write

    B、to have written

    C、writing

    D、written


    参考答案:B

  • 第5题:

    Each program module is compiled separately and the resulting.(71)files are linked ether to make an executable application。

    A.assembler

    B.library

    C.object

    D.source


    正确答案:C
    解析:计算机对各个程序模块分别进行编译,并将产生的目标程序连接起来,形成可执行程序。