【单选题】【消耗次数:1】
The ____ crown jewels are kept in the Tower of London.
valued
valueless
invaluable
usable
参考答案:
复制
纠错
相关题目
【单选题】 23.___________ danger, he climbed the tower.
①  Regardless of
②  As regards
③  Regarding
④  With regard to
【单选题】 At the meeting they all kept ____.
①  silence
②  silently
③  silent
④  quietly
【单选题】 How was your trip to London, Jane?________
①  Oh, wonderful indeed.
②  I went there alone.
③  The guide showed me the way.
④  By plane and by bus.
【单选题】 20. He has received many presents from admirers, from the_____ to the valueless..
①  precious
②  expensive
③  priceless
④  cheap
【单选题】 Most of the runners in the London Marathon are raising money ( ).
①  in return
②  out of curiosity
③  for charity
④  on duty
【单选题】 -- Sorry I kept you waiting.
①  I’m sad
②  I don’t care
③  That’s all right. There’s no hurry
④  No, not at all
【单选题】 _____and wage increases have not kept in step.
①  Production
②  Product
③  Produce
④  Productivity
【单选题】 He’s not Greek. He _______ from London.
①  comes
②  is coming
③  came
【单选题】 All medicines should be kept out of____ of children.
①  touch
②  reach
③  get
④  attain
【单选题】 19.I object _____ being kept waiting.
①  to
②  in
③  for
④  with
随机题目
【单选题】 在#include命令中不可以包含( )。
①  头文件
②  程序文件
③  用户头文件
④  目标文件
【单选题】 假定一个结构类型的定义为“struct A{int a,b;A* c;};”,则该类型的长度为( )。
①  8
②  10
③  12
④  16
【单选题】 从一个数据文件中读入以换行符结束的一行字符串的函数为( )。
①  gets()
②  fgets()
③  getc()
④  fgetc()
【单选题】 在下面的( )函数声明语句存在语法错误。
①  AA(int a,int b);
②  AA(int,int)
③  AA(int a;int b)
④  AA(int a,int)
【单选题】 表示文件结束的符号常量为( )。
①  eof
②  Eof
③  EOF
④  Feof
【单选题】 C语言原程序文件的缺省扩展名为( )。
①  cpp
②  exe
③  obj
④  C
【单选题】 一个程序文件中必须有并且只有一个命名为( )的函数。
①  Main
②  main
③  void
④  intmain
【单选题】 表示文件结束的符号常量为( )。
①  eof
②  Eof
③  EOF
④  Feof
【单选题】 假定一个结构类型的定义为“struct C{double* a[4];int n;};”,则该类型的长度为( )。
①  20
②  21
③  22
④  24
【单选题】 假定有“struct BOOK{char title[40];float price;} book;”,则正确的语句为( )。
①  struct BOOK x=
②  struct BOOK *x=
③  struct BOOK x=calloc(BOOK);
④  struct BOOK *x=BOOK;