更多“IEEE 1394b has a maximum transfer rate of:() ”相关问题
  • 第1题:

    When William hurried home, he found that his mother ____already ____to hospital.

    A、has; been sent

    B、had; sent

    C、has; sent

    D、had; been sent


    正确答案:D

  • 第2题:

    ● 以下关于1394的叙述中,错误的是 (62) 。

    (62)

    A. IEEE1394B总线的传输距离在 S400下,使用铜介质传输可以达10m

    B. IEEE1394B总线上最多能支持 63 个设备

    C. IEEE1394B总线设备只能与1394B总线设备连接,不能与 1394A形成混合连接

    D. 可以使用1394B的物理层芯片和 1394A的链路层芯片混合形成 1394 网络


    正确答案:C

  • 第3题:

    1394b共分为()和()两种模式。

    A.beta

    B.bilingual

    C.bilinguals

    D.betas


    C

  • 第4题:

    Where are files queued for transmission when using the configuration archive transfer-on- commit function?()

    A./var/config

    B./var/queue

    C./var/transfer/queue

    D./var/transfer/config


    参考答案:D

  • 第5题:

    Neither Tom nor John__a bike of__own.

    A.have,their
    B.has,his
    C.have,his
    D.has,their

    答案:B
    解析:
    主语由neither…nor…连接时,谓语形式由最邻近的主语的单复数形式决定。

  • 第6题:

    写出下面代码的运行结果。def addInterest(balance,rate): newBalance=balance*(1+rate) balance=newBalance def main(): amount=1000 rate=0.05 addInterest(amount,rate) print (amount) main()


    A