You ( ) Jenny at the meeting this morning because she left for Hong Kong last night.A、wouldn’t have seenB、shouldn’t have seenC、mustn’t have seenD、can’t have seen

题目
You ( ) Jenny at the meeting this morning because she left for Hong Kong last night.

A、wouldn’t have seen

B、shouldn’t have seen

C、mustn’t have seen

D、can’t have seen


相似考题
更多“You ( ) Jenny at the meeting this morning because she left for Hong Kong last night. ”相关问题
  • 第1题:

    You __________ her in her office last Friday; she’s been out of town for two weeks.

    A) needn’t have seen B) must have seen

    C) might have seen D) can’t have seen

     

     


    选D

    你上周五不可能在她办公室看到她了,她出城已经有两个星期了。 这里can表可能性

  • 第2题:

    6.______ Jenny._______name is Tom.

    A.I'm;My

    B.Her;My

    C.I'm;His

    D.She's;Her


    正确答案:C
    6.C[解析】第一个空从语法上看,A、C、D都是正确的,第二个空需要用形容词性物主代词,Tom是男名,因此应该用形容词性物主代词his,选择C。

  • 第3题:

    7、已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    s->next=NULL, last->next=s, s=last;

  • 第4题:

    以下程序的运行结果为:public class Test{public static void main(String argv[ ]){System.out.println("good"+"morning");}}

    A. goodmorning

    B. "good"+"morning"

    C. good morning

    D. good+morning


    正确答案:A

  • 第5题:

    已知last指向单向简单链表的尾结点,将s所指结点加在表尾,不正确的操作是____。

    A.last->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=NULL, last->next=s,last=s;


    s->next=NULL, last->next=s, s=last;

  • 第6题:

    已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    B