Will you _________ with me while I am away?A. argueB. conflictC. correspondD. protest

题目
Will you _________ with me while I am away?

A. argue

B. conflict

C. correspond

D. protest


相似考题
更多“Will you _________ with me while I am away? ”相关问题
  • 第1题:

    You ( ) me, because I never said I liked coffee without milk.

    A、must misunderstand

    B、must have misunderstood

    C、must be misunderstanding

    D、had to misunderstand


    参考答案:B

  • 第2题:

    49.—What about some drinks?

    —__________.

    A. Help, yourself

    B. Good idea

    C. You're welcome

    D. Me,too


    正确答案:B
    49.B【解析】句意t——来些饮料怎么样?——好主意。选项A的意思是“自用/随便吃”;选项D的意思“我也是”,两个选项均不符合题意;选项C是用来回答 Thank you的问题,故也排除。

  • 第3题:

    Me,you是两个初始集合,则下列关于派生集合定义方式正确的是

    A.link/me,you/:a;

    B.link(me,you):a;

    C.link/me you/a;

    D.link(me,you)/a;


    link(me,you):a;

  • 第4题:

    2.—How _______you?

    —I_______ fine, thanks.

    A.are;is

    B.are; am

    C.are;are

    D.is,am


    正确答案:B
    2.B[解析】人称不同对应be动词的形式不同,第一人称1对应am,第二人称you对应are,故选B。

  • 第5题:

    以下能正确计算1+2+3+…+10的程序段是 。

    A.i=1; s=1; do {s=s+i; i++;} while (i<10);

    B.do {i=1;s=0; s=s+i; i++;} while (i<=10);

    C.do {i=1;s=1; s=s+i; i++;} while (i<=10);

    D.i=1,s=0; do {s=s+i; i++;} while (i<=10);

    E.i=1; s=1; do {s=s+i; i++;} while (i<=10);

    F.i=1,s=0; do {s=s+i; i++;} while (i<10);


    C

  • 第6题:

    me是一个包含3个成员属性为a的集合,you是一个包含2个成员属性为b的集合,则要定义一个2行3列的矩阵所对应的派生集合方法中正确的是

    A.ps(me,you):c;

    B.ps(you,me):c;

    C.ps(a,b):c;

    D.ps(b,a):c;


    ps(you,me):c;