142 Project managers must know:A. What kind of message to sendB. to whom to send the messageC. how to translate the message into a language that everyone can understandD. All of the aboveE. A and B only

题目

142 Project managers must know:

A. What kind of message to send

B. to whom to send the message

C. how to translate the message into a language that everyone can understand

D. All of the above

E. A and B only


相似考题
更多“142Project managers must know: A.What kind of message to send B.to whom to send the messag ”相关问题
  • 第1题:

    针对以下程序段,对于变量c的取值,至少需要(61)个测试用例才能够满足语句覆盖的要求。c=((u8_t*)q->payload)[i];switch(c){case SLIP_END: sio_send(SLIP_ESC,netif->state); sio_send(SLIP_ESC_END,netif->state); break;case SLIP_ESC: sio_send(SLIP_ESC,netif->state); sio_send(SLIP_ESC_ESC,netif->state); break;default: sio_send(c,netif->state); break; }

    A.4

    B.3

    C.2

    D.1


    正确答案:B
    解析:本题考查白盒测试中测试用例的设计方法——语句覆盖法。
      语句覆盖法的概念如下。
      每一个可执行语句至少执行一次。
      此程序段中开关语句共有三个分支,对于变量c的取值,需要三个测试用例能够满足语句覆盖的要求。

  • 第2题:

    The local area network also connects to a wide area network that allow a message ______ across the country or to other countries.

    A.is sent
    B.to be sent
    C.sending
    D.send

    答案:B
    解析:
    本题考查动词语态。题干意为“局域网连入广域网,就允许在国内或国际间发送信息。”题干中,allow sb (sth) to do为固定搭配,另外此处表示信息被传播,所以用被动形式,即to be done,因此B选项正确。
      

  • 第3题:

    2、下面哪个函数没有在运输层可靠数据传输协议中用到()。

    A.rdt_send()

    B.udt_send()

    C.udt_rev()

    D.deliver_data()


    udt_rev()

  • 第4题:

    The Shipowner is under a duty to ________ the vessel to the port of loading even though it is impossible for her to get there by the canceling date.

    A.mend

    B.bend

    C.rend

    D.send


    正确答案:D

  • 第5题:

    下面哪个函数没有在运输层可靠数据传输协议中用到()。

    A.rdt_send()

    B.udt_send()

    C.udt_rev()

    D.deliver_data()


    udt_rev()

  • 第6题:

    当终端模块发送数据时,接收模块会给应用层任务发送什么消息?

    A.AF_SEND_MSG_EVT

    B.AF_INCOMING_MSG_CMD

    C.AF_SEND_MSG_EVT_CMD

    D.AF_RECV_MSG_EVT_CMD


    主机检查帧头中的目的MAC地址,如果目的MAC地址不是本机MAC地址,也不是本机侦 听的组播或广播MAC地址,则主机会丢弃收到的帧。如果目的MAC地址是本机MAC地址, 则接收该帧,检查帧校验序列(FCS)字段,并与本机计算的值对比来确定帧在传输过程 中是否保持了完整性。如果检查通过,就会剥离帧头和帧尾,然后根据帧头中的Type字段 来决定把数据发送到哪个上层协议进行后续处理。