【单选题】【消耗次数:1】
This is the nurse who ____ to me when I was ill in hospital.
accompanied
attended
entertained
shielded
参考答案:
复制
纠错
相关题目
【单选题】 When I got there, Henry ____ to the hospital.
①  had been sent
②  would send
③  was sent
④  would be sent
【单选题】 My grandmother’s taken ill and I’ve got to go down to the hospital.
①  We’re going to the same place
②  Very sorry to hear it. I hope it’s nothing serious
③  Really?
④  Let me go with you
【单选题】 I had my meals ______ when I was ill in bed with a bad cold.
①  to bring
②  bring
③  brought
④  bringing
【单选题】 I will take my daughter with me when I __________ Shanghai.
①  go to
②  will go to
③  have been to
④  have gone to
【单选题】 This idea hit me when I _____this morning.
①  awoke up
②  woke
③  woke up
④  awake
【单选题】 I will take my daughter with me when I_______ Shanghai.
①  go to
②  will go to
③  have been to
④  have gone to
【单选题】 She asked me when I ?[填空] leave.
①  will
②  is going to
③  would
④  should
【单选题】 My father_______take me to travel when I was a child.
①  was used to
②  used
③  used to
【单选题】 I was awfully tired when I got home from work, but a half hour nap ____ me.
①  revived
②  released
③  relieved
④  recovered
【单选题】 I was awfully tired when I got home from work, but a half hour nap _____me.
①  revived
②  released
③  relieved
④  recovered
随机题目
【单选题】 设int a =-12,b =5;则条件表达式a <b ?a+2:b 的值为()
①  1
②  0
③  -10
④  5
【单选题】 下列常量中,十六进制int型常量是()。
①  0x5f
②  x2a
③  046
④  7a
【单选题】 在下列读写函数中,进行写操作的函数是()。
①  get()
②  read()
③  put()
④  getline()
【单选题】 下列对字符串的定义中,错误的是()
①  char str[5]=abcde;
②  char str[ ]=abcde;
③  char *str =abcde;
④  char str[ ]={’a’,’b’,’c’,’d’,’e’,’\0’};
【单选题】 C++中,根据()识别类层次中不同类定义的虚函数版本。
①  参数个数
②  参数类型
③  函数名
④  this指针类型
【单选题】 静态联编又叫做()
①  延迟联编
②  早期联编
③  晚期联编
④  以上三者都行
【单选题】 下列关于类的权限的描述错误的是()
①  类本身的成员函数只能访问自身的私有成员
②  类的对象只能访问该类的公有成员
③  普通函数不能直接访问类的公有成员,必须通过对象访问
④  一个类可以将另一个类的对象作为成员
【单选题】 假设pl、p2是STL中的Iist缚器上的迭代器,那么以下语句不符合语法的是()
①  p1++;
②  p1--;
③  p1+=1;
④  intn=(pl==p2);
【单选题】 在C++中,要实现动态联编,必须使用()调用虚函数。
①  基类指针
②  对象名
③  派生类指针
④  类名
【单选题】 设有如下说明语句:typedefstruct{intn;char*ch;}PER;则PER被定义为:()
①  结构变量
②  结构数组
③  结构体指针
④  结构体类型名