On an M7i router, which type of queue priority can lead to starvation in other queues?()A. highB. real-timeC. strict lowD. strict high

题目
On an M7i router, which type of queue priority can lead to starvation in other queues?()

A. high

B. real-time

C. strict low

D. strict high


相似考题
更多“On an M7i router, which type of queue priority can lead to starvation in other queues?() ”相关问题
  • 第1题:

    The printer associated with the hp5_queue is down for maintenance. Which of the following commands will move the remaining print jobs from hp5_queue to the hp7_queue?()

    A. export $LPDEST=hp7_queue

    B. qmov -m hp7_queue -P hp5_queue

    C. lpmov -s hp5_queue -d hp7_queue

    D. redirect -q hp5_queue hp7_queue


    参考答案:B

  • 第2题:

    You are at sea in an inflatable liferaft.In high latitudes,the greatest danger is ______.

    A.asphyxiation due to keeping the canopy closed

    B.hypothermia caused by cold temperature

    C.collapse of the raft due to cold temperatures

    D.starvation


    正确答案:B

  • 第3题:

    循环队列Queue(最多元素为MAX)判断队列为空的条件是()。 A. Queue->front= =NULL; B. Queue->rear= =NULL; C. Queue->front= = Queue->rear; D. Queue= =NULL;


    front==(rear+1)%maxSize

  • 第4题:

    Assumetworoutersonthesamesubnet,R1andR2,bothconfiguredforHSRP.R1hasapriorityof120.WhichofthefollowingHSRPinterfaceconfigurationswillalwaysresultintheR2becomingtheprimary?()

    A.standby1priority110

    B.standby1priority120

    C.standby1priority130

    D.standby1priority110preempt

    E.standby1priority120preempt

    F.standby1priority130preempt


    参考答案:C, F

  • 第5题:

    针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。
    switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}

    A.2
    B.3
    C.4
    D.5

    答案:C
    解析:
    本题考查白盒测试用例设计方法--语句覆盖法的概念。语句覆盖(Statement Coverage)的含义是:选择足够多的测试数据,使被测程序中的每条语句至少执行一次。

  • 第6题:

    1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }

    A.2

    B.3

    C.4

    D.5


    4