更多“A changes B makes C sets D turns ”相关问题
  • 第1题:

    The cold and dry climate of Antarctica ______ it one of the toughest places on Earth to live.

    A、produces

    B、manufactures

    C、does

    D、makes


    参考答案:D

  • 第2题:

    Which statement is true about a NAT rule action of off?()

    A. The NAT action of off is only supported for destination NAT rule-sets.

    B. The NAT action of off is only supported for source NAT rule-sets.

    C. The NAT action of off is useful for detailed control of NAT.

    D. The NAT action of off is useful for disabling NAT when a pool is exhausted


    参考答案:C

  • 第3题:

    LINGO程序中,定义双下标X(i,j) (i=1,2..5, j=1,2,..4)的基本集合,下列写法可行的是()。

    A.sets:a/1..5/:x; b/1..4/:x; endsets

    B.sets:a(1..5):; b(1..4):; c(a,b):x; endsets

    C.sets:a/1..5/:; b/1..4/:; c/a b/:x; endsets

    D.sets:a/1..5/:; b/1..4/:; c(a,b):x; endsets


    sets : a/1..5/:; b/1..4/:; c(a,b):x; endsets

  • 第4题:

    A) changes

    B) makes

    C) sets

    D) turns


    正确答案:B
    答案:B
    [试题分析] 动同辨析题。
    [详细解答] 这里需填入一个系动词,表示“使…怎么样”,所以,只有B项makes能填入。

  • 第5题:

    【C9】

    A.changes

    B.makes

    C.sets

    D.turns


    正确答案:B
    A项changes意为“改变,更换,变化”;B项makes意为“使显得……,使……像……,使……成(……的状态)”;C项sets可以用于“动词+名词(宾语)+形容词(宾补)”的结构,但很少见,意为“使……成(某种状态)”;D项turns意为“使变颜色,变味/变质,把……改变成……”。

  • 第6题:

    LINGO程序中,定义5个元素的基本集合s,下列写法不可行的是()。

    A.sets:a/1..5/:; endsets

    B.sets:a/1,2,3,4,5/:; endsets

    C.sets:a/1..n/:; endsets data:n=5; enddata

    D.sets:a; endsets data:a=1..5; enddata


    sets : a/1..n/:; endsets data:n=5; enddata