【单选题】【消耗次数:1】
9. Traditional Chinese food is far______to McDonald’s and KFC or anyotherfastfoods I know.
immune
superior
essential
similar
参考答案:
复制
纠错
相关题目
【单选题】 Qipao is one of the most typical traditional ( )for Chinese women
①  cloth
②  coat
③  clothes
④  costume
【单选题】 A Chinese traditional wedding ceremony will ______us perfectly.
①  follow
②  join
③  combine
④  suit
【判断题】 Hot dogs and hamburgers, Italian pizza and KFC are the favorite fast food for people.
①  正确
②  错误
【单选题】 At that time, the committee, so far as I know, _______ of three scientists, two professors, and four senior engineers.
①  composed
②  comprised
③  consisted
④  made up
【单选题】 9.He is far ______in sports than I am.
①  more interested
②  more interesting
③  as interested
④  as interesting
【判断题】 My father is cooking Chinese food now.
①  正确
②  错误
【单选题】 He should get used by now ____ Chinese food.?
①  to eating ?
②  to eat ?
③  for eating ?
④  eatin?
【单选题】 Jane’s dress is similar in design ______ her sister’s.
①  like
②  with
③  to
④  as
【单选题】 Without entering the body and______damage, the CT is far superior to the X-ray or exploratory surgery.
①  cause
②  causing
③  caused
④  to be caused
【单选题】 Without entering the body and______damage, the CT is far superior to the X-ray or exploratory surgery.
①  cause
②  causing
③  caused
④  to be caused
随机题目
【单选题】 按照下题选出正确的输出结果如果有如下定义:int a[3][4]={{1, 2, 3, 4}, {5, 6, 7, 8},{9, 10, 11, 12}};,那么a[2][1]元素的结果是()?
①  12
②  11
③  10
④  9
【单选题】 C语言中,逻辑“假“等价于( )。
①  大于零的数
②  大于零的整数
③  0
④  非零的整数
【单选题】 指针变量定义格式正确的是
①  int a
②  int *p
③  int a *
④  * int a
【单选题】 以下函数fun的返回值类型为( )。fun(double x){ ……}
①  int
②  void
③  无法确认类型
④  double
【单选题】 下列说法不正确的是()
①  for循环用于循环次数已知的情况更加方便。
②  for的特例:for(变量=终值;变量初值;变量--)
③  do…while循环的循环体至少执行一次
④  循环体里不能有if 语句
【单选题】 若有说明语句 int a[10],*p=a;对数组元素正确的引用是
①  a[p]
②  p[a]
③  *(p+1)
④  p+2
【单选题】 字符串输出函数是
①  getchar()
②  putchar()
③  getchars()
④  putchars()
【单选题】 先参与运算后自增的是
①  i++
②  ++i
③  --i
④  i=1
【单选题】 在Excel 2013中,如果要删除整个工作表,正确的操作步骤是()。
①  选中要删除工作表的标签,再按Del键  
②  选中要删除工作表的标签,按住Shift键,再按Del键  
③  选中要删除工作表的标签,按住Ctrl键,再按Del键  
④  选中要删除工作表的标签,在快捷菜单中"删除"命令  
【单选题】 在以下字符串String的赋值运算中,错误的是( )。
①  char str[10]= { S ,t, r ,i,n, g,\0};
②  char str[10]= "String";
③  char str[10]= { S ,t, r ,i,n, g};
④  char str[]= { S ,t, r ,i,n, g,\0};