【单选题】【消耗次数:1】
The monument(里程碑) was built in honor of the explorer who was believed________the river.
to have discovered
to have been discovered
to discover
having been discovered
参考答案:
复制
纠错
相关题目
【单选题】 13.The monument(里程碑) was built in honor of the explorer who was believed ____the river.
①  to have discovered
②  to have been discovered
③  to discover
④  having been discovered
【单选题】 As I knew him better, I discovered that my____ had been right.
①  enjoyment
②  improvement
③  impression
④  environment
【判断题】 A new bridge has been built on Xinan River.
①  正确
②  错误
【单选题】 —Who broke the window ? —Not me. It must have been ____ else.
①  someone
②  anyone
③  everybody
④  nobody
【单选题】 By using a system approach to health care, early ( )practitioners discovered acupuncture points.
①  Western
②  Southern
③  Northern
④  oriental
【单选题】 But the Swiss discovered long years ago that constant warfare brought them ____suffering and poverty.
①  anything but
②  nothing but
③  none other than
④  no more than
【单选题】 I have been at home [填空]Sunday.
①  on
②  for
③  at
④  since
【单选题】 A: Have you ever been to Huangshan? B:[填空].
①  No. Twice
②  I went there twice
③  Yes. Twice
④  Yes. Ill go there next month
【判断题】 A: How have you been? B: Fine.
①  正确
②  错误
【单选题】 I hope ___ the little ___ I have been able to do has been of some use.
①  that; that
②  /; by which?
③  what; what
④  /; with which
随机题目
【判断题】 指针是存储特定类型数据的地址,指针的类型就是指针所指向的数据的类型。
①  正确
②  错误
【单选题】 假定a为一个字符数组名,则a[8]的地址比该数组的首地址大多少个字节?
①  4
②  8
③  16
④  32
【单选题】 假定整数指针p所指数据单元的值为30,p+1所指数据单元的值为40,则执行*p++后,p所指数据单元的值为?
①  40
②  30
③  70
④  10
【单选题】 下面的标识符中,哪一个是文件级作用域?
①  函数形参
②  语句标号
③  外部静态类标识符
④  自动类标识符
【单选题】 假定s被定义为指针类型char *的变量,初始指向的字符串为Hello world!,若要使变量p指向s所指向的字符串,则p应定义为?
①  char *p=s;
②  char *p=
③  char *p;p=*s;
④  char *p; p=
【单选题】 假定k是一个double类型的变量,则定义指向k的变量p的正确语句为?
①  double p=
②  double *p=
③  double
④  char *p= Thank you!
【单选题】 下列选项中,不能作为函数的返回类型的是?
①  void
②  int
③  new
④  long
【判断题】 作为表达式的函数调用,被调用函数必须有返回值。
①  正确
②  错误
【单选题】 a是一个数组名,则a[i]的指针访问方式是?
①  *a
②  a+i
③  *a+i
④  *(a+i)
【单选题】 一个指针类型的变量,占用多少字节存储空间?
①  2
②  4
③  8
④  16