niusouti.com

Don’t forget to feed the birds for me while I am away, ____________?(A) can you(B) do you(C) shall you(D) will you

题目
Don’t forget to feed the birds for me while I am away, ____________?

(A) can you

(B) do you

(C) shall you

(D) will you


相似考题
更多“Don’t forget to feed the birds for me while I am away, ____________? ”相关问题
  • 第1题:

    请阅读下面程序 public class ThreadTest{ public static void main(String args[])throws Ex- ception{ int i=0; Hello t=new Hello; ; while(true){ System.Out.println("Good Morning"+i++): if(i= =2t.isAlive){ System.out.println("Main waiting for Hel- lo!"); join;//等待t运行结束 } if(i= =5)break;} } } class Hello extends Thread{ int l; public void run{ while(true)( System.Out.println("Hell0"+i++); if(i= =5)break;)))

    A.t.sleep

    B.t.yield

    C.t.interrupt

    D.t.start


    正确答案:D
    D。【解析】程序中通过继承Thread类来创建线程,而Java中新创建的线程不会自动运行,必须调用线程的start方法,才能运行该线程。

  • 第2题:

    以下不能将s所指字符串正确复制到t所指存储空间的是( )。

    A.do{*t++=*8++;}while(*s);

    B.for(i=0;t[i]=s[i];i++);

    C.while(*t=*s){t++;s++;}

    D.for(i=0,j=0;t[i++]=s[j++];);


    正确答案:A
    do{*t++=}S++;}while(*S);不能因为当*s=’、0。时,while(*s)跳出循环,这样字符串结束标志’、0’没有复制给}t,造成}t不完整。注意,*t++=*s++是先执行t=*s,然后才进行t=t+1,s=s+1。B、C、D都能将。\0’复制过去

  • 第3题:

    以下不能将s所指字符串正确复制到t所指存储空间的是( )。

    A.while(*t=*s){t++;s++;}

    B.for(i=0;t[i]=s[i];i++);

    C.do{*t++:*s++;}while(*s);

    D.for(i=0,j=0;t[i++]=s[j++];);


    正确答案:C
    解析:C项复制时没有复制结束串“\0”。

  • 第4题:

    以下不能将S所指字符串正确复制到t所指存储空间的是( )。

    A.while(*t=*s){t++;s++;)

    B.for(i=0;t[i]=s[i];i++);

    C.do{*t++=*s++;)while(*s);

    D.for(i=0,j=o;t[i++]=s[j++];);


    正确答案:C
    C项复制时没有复制结束串“\0”。

  • 第5题:

    I’d rather you ________ make any comment on the issue for the time being.

    A) don’t     B) wouldn’t     C) didn’t            D) shouldn’t    

     


    选C
    would rather that……"宁愿……",that从句中用过去时表示现在或将来要做的事。

  • 第6题:

    -- Ann is in hospital.

    -- Oh, really? I __ know. I __ go and visit her.

    A. didn’t; am going to B. don’t; would

    C. don’t; will D. didn't; will


    正确答案:D