【单选题】【消耗次数:1】
They would also like to _____ the atomic museum.
demolish
destroy
ruin
smash
参考答案:
复制
纠错
相关题目
【单选题】 A: If things go on like this, we shall destroy ourselves. B: [填空]
①  Really? Congratulations!
②  Come on. Its not that bad.
③  Yes, you are good at it.
④  Its none of my business.
【判断题】 Like a simile, a metaphor is also widely used as a figurative technique in expressions and it also needs the support of the words like, as, as if.
①  正确
②  错误
【单选题】 —Would you like some orange juice?—________________.
①  Yes, I would.
②  No, thank you.
③  Im full.
④  I dont like juice.
【单选题】 — Would you like to have some icecream?— _______________
①  I don’t know.
②  No,thanks.
③  I dont like it.
④  I like it.
【单选题】 ______you would like to spend on this vacation?
①  Where
②  When
③  Who
④  What
【单选题】 Would you like ____ further education?
①  get
②  to get
③  getting
④  to getting
【单选题】 Would you like some [填空]?
①  potato
②  potatos
③  potatoes
④  potatos
【单选题】 Would you like [填空] ,please?
①  two glass of water
②  two glasses of water
③  two glass of waters
④  two glasses of waters
【单选题】 Would you like [填空] TV?
①  watch
②  watches
③  watched
④  watching
【单选题】 Would you like some [填空]?
①  potato
②  potatos
③  potatoes
④  potato's
随机题目
【单选题】 已知inta=2,b=5;则表达式a+5>b+3的值是
①  0
②  1
③  不确定
④  表达式错误
【单选题】 在c语言中,引用数组元素时,其数组下标的数据类型允许是__.
①  整型常量
②  整型表达式
③  整型常量或整型表达式
④  任何类型的表达式
【单选题】 以下不正确的语句为
①  fx>y);
②  ifx=y)&&x!=0)x+=y;
③  ifx!=y)scanf%d,elsescanf%d,
④  ifx<y){x++;y十十;}
【单选题】 若已定义x和y为double类型,则表达式x=1,y=x+3/2的值是
①  1
②  2
③  2.0
④  2.5
【单选题】 已知inta;那么&a表示
①  变量名
②  变量a的地址
③  变量a的值
④  其他
【单选题】 以下可以正确计算s=12345的程序段是)
①  fori=1;i<=5;i++)
②  fori=1;i<=5;i++){s=1;{s=0;s=si;}s=si;}
③  s=1;
④  s=0;fori=1;i<=5;i++)fori=1;i<=5;i++)s=si;s=si;
【单选题】 ()是不正确的字符常量
①  n
②  1
③  a
④  /101
【单选题】 定义一个有4个元素的一维整型数组,正确的是
①  floata[4];
②  inta[]={1,2,3,4,5};
③  inta[]={1,2,3};
④  inta[4]={1}
【单选题】 在C语言的算术运算符中只能用于整型数的运算符是
①  ++
②  /
③  %
【单选题】 执行以下程序段后、变量a,b,c的值分别是一。intx=10,y=9;inta,b,c;a=--x==y++)?--x:++y;b=x++;c=y;
①  a=9,b=9,c=9
②  a=8,b=8,c=10
③  a=9,b=10,c=90)a=1,b=11,c=10