更多“传送速率单位“b/s”代表( ) 。A.bytes per secondB.billion per secondC.baud per secondD.bits ”相关问题
  • 第1题:

    设有以下说明语句 typedef struct { int n; char ch[8]; }PER;

    A.PER 是结构体变量名

    B.PER 是结构体类型名

    C.typedef struct 是结构体类型

    D.struct 是结构本类型名


    正确答案:B
    解析:本题考核的知识点是如何使用typedef定义新的类型。本题通过typedef在定义一个结构体类型的同时,把它自定义成类型名PER,故PER是结构体类型名。所以,4个选项中B为所选。

  • 第2题:

    设有以下说明语句: typedef struct { int n; char ch[8]; }PER; 则下面叙述中,正确的是( )。

    A.PER是结构体变量名

    B.PER是结构体类型名

    C.typedef struct是结构体类型

    D.struct是结构类型名


    正确答案:B
    解析:本题考核用typedef定义自己的变量类型。C++语言允许定义用关键字typedef所命名的新的数据类型。实际上,没有建立一个新的数据类型,而仅是对存在的类型定义了一个新的名字。所定义的新名是现有的类型名的补充,而不是取代。

  • 第3题:

    Onwhatbasisareworldwidenodenamesassigned?()

    A.per-serviceprofile

    B.per-computenode

    C.per-group

    D.per-VHBA


    参考答案:A

  • 第4题:

    Routing.protocols use different techniques for assigning【S1】to individual networks.Further,each routing protocol forms a metric aggregation in a different.way.Most routing protocolscan use muh.iple paths if the paths have an equal【S2】.Some routing protocols can evenuse multiple paths when paths have an unequal cost.In either ease,load【S3】can improveoverall allocation of network bandwidth.When mulliple paths are used.there are several ways to distribute the packets.The two most common mechanisms are per—packet load balancing and per—destination load balancing.Per—packet load balancing distributes the【S4】across the possi-ble routes in a manner proportional to the route metrics.Per-destination load balancing distributes packets across the possible routes based on【S5】.

    【S1】

    A.calls

    B.metrics

    C.1inks

    D.destinations


    正确答案:B
    解析:路由协议使用各种技术来确定到达不同网络的跳数。此外,每个路由协议用不同的方法形成一个跳数聚集。大多数路由协议可以使用多条路径,如果它们代价相等,一些路由协议甚至可以在路径代价不等时也使用多条路径。在任何情况下,负载均衡可以提高整体的网络带宽分配。当使用多条路径时,有几种方法分配数据包。最常见的两种机制是按包负载平衡和按目的地负载平衡。按包负载均衡是按路由跳数成比例地分配数据包。按目的地负载平衡是基于目的地来分配数据包。

  • 第5题:

    YouaredefiningareasonyourOracledatabase.Whichofthefollowingprofileareascanbeusedtocontroltheresourceusagefortheotherfour?()

    A.LOGICAL_READS_PER_SESSION

    B.CONNECT_TIME

    C.COMPOSITE_LIMIT

    D.CPU_PER_SESSION

    E.PRIVATE_SGA


    参考答案:C

  • 第6题:

    快速将以下句子中的数字转换为中文: The maternal mortality rate has pummeted from 94.7 per 100, 000 in 1990 to 56.2 per 100, 000 in 1998.


    { a = a + b; b = a – b; a = a – b; };{ t=a; a=b; b=t; };{ b = a * b; a = b / a; b = b / a; }