【单选题】【消耗次数:1】
Once a picture is proved to be a forgery, it becomes quite ___.
invaluable
priceless
worthless
valuable
参考答案:
复制
纠错
相关题目
【单选题】 The local museum is a valuable ( ) to the citizens.
①  treasure
②  source
③  resource
④  wealth
【单选题】 The visitors of the museum appreciate the valuable ( ) of furniture.
①  suitable
②  suiting
③  suited
④  suit
【判断题】 Our city becomes more and more beautiful.
①  正确
②  错误
【单选题】 Their ____ that their project under way was something entirely new proved to be untrue.
①  belief
②  assumption
③  faith
④  suggestion
【判断题】 The boy draws a picture now.
①  正确
②  错误
【多选题】 Isnt that picture_____________ too high on the wall?
①  puts
②  places
③  put
④  placed
【单选题】 She is quite capable and can be depended on in an __________ .
①  affair
②  accident
③  incident
④  emergency
【单选题】 Your advice would be ___ valuable to him, who is at present at his wits’ end.
①  exceedingly
②  excessively
③  extensively
④  exclusively
【单选题】 The picture ( ) my school days to my mind.
①  recalled
②  reminded
③  remembered
④  recollected
【单选题】 It is[填空]picture of[填空]elephant on[填空]wall.
①  a,an,the
②  a,the,an
③  the,a,an
④  an,a,the
随机题目
【单选题】 若有语句inta;charc;scanf("%3d%c",a,为将整数135赋给a,字符6赋给c,正确的数据输入方式是()。(说明:代表换行,__代表空格)
①  135__6
②  1356
③  1356
④  135__6__
【单选题】
①  指向一维数组的指针变量
②  指向二维数组的指针变量
③  指向一个整型变量的指针变量
④  指向整型函数的指针变量
【单选题】 若有定义:unionu_type{intx;floaty[3];charz;}a;则变量a的长度是()。
①  1
②  4
③  12
④  15
【单选题】
①  12
②  23
③  33
④  34
【单选题】 C语言基本数据类型包括()。
①  整型、实型、逻辑型
②  整型、实型、字符型
③  整型、字符型、逻辑型
④  整型、实型、字符串型
【单选题】
①  108
②  18
③  12
④  2
【单选题】 若有下面定义,能打印出字母L的语句是()。structclass{charname[8];intage;};structclasss[12]={"Zheng",16,"Lin",18,"Yang",19,"Guo",20};
①  printf("%c\n",s[1].name[0]);
②  printf("%c\n",s[2].name[0]);
③  printf("%c\n",s[1].name);
④  printf("%c\n",s[2].name);
【单选题】 以下叙述错误的是()
①  存放地址的变量称为指针变量
②  NULL可以赋值给任何类型的指针变量
③  一个指针变量只能指向类型相同的变量
④  两个相同类型的指针变量可以作加减运算
【单选题】 ()能正确定义一个指向函数的指针。
①  int*p()
②  int(*p)()
③  (int*)p()
④  int(*p())
【单选题】 若有定义:inta,b;floatx,则以下不符合C语言语法的表达式是()。
①  x%7
②  x/=a-b
③  a=b=2
④  x=(float)a/b