【单选题】【消耗次数:1】
A ____ language is one which is still spoken by people in the course of their everyday lives.
living
live
lovely
alive
参考答案:
复制
纠错
相关题目
【多选题】 A: Is your grandmother still alive?B:_________
①  She is die.
②  She is dead.
③  She has passed away.
④  She died five years ago.
【单选题】 Air pollution __________ , this city is still a good place to live in.
①  being greatly reduced
②  greatly being reduced
③  to greatly reduce
④  greatly to reduce
【单选题】 This is a river closely ___________ to the lives of the people of the city.
①  joined
②  exposed
③  affected
④  related
【单选题】 Of these two old people the former has died and the [] is alive and healthy.
①  later
②  latter
【单选题】 _____ people there are in a city, _____ I want to live there.
①  More; more
②  The more; the less
③  The more; the most
④  The more; the least
【单选题】 As for words which do not often occur in everyday situation, you just need to be able to ____.
①  recognize them
②  nod at them
③  concentrate much on them
④  practice using them constantly
【单选题】 Many people dream ___________ living on an island in the South Sea.
①  of
②  in
③  over
④  beyond
【单选题】 They live in a house whose door[填空]which opens to the south.
①  for
②  of
③  in
④  with
【单选题】 The lives of many people have been enriched_________ adult education.
①  because
②  because of
③  as a result
④  so that
【多选题】 The lives of many people have been enriched_________ adult education.
①  because
②  because of
③  due to
④  owing to
随机题目
【单选题】 下列()对结构类型变量定义是错误的。
①  struct teacher {int num; int age; } teach1;
②  struct {int num; int age; } teach1, teach2;
③  struct {int num; int age; } teacher; struct teacher teach1;
④  struct teacher {int num; int age; } ; struct teacher teach1;
【单选题】 若有说明int a[3][4];则对a数组元素的正确引用是()
①  a[2][4]
②  a(2)(1)
③  a[1+1][0]
④  a[1,3]
【单选题】 若a是单精度实型变量,c是基本整型变量,以下正确的输入语句是()
①  scanf(%f%d,a,c);
②  scanf(%f%d,&a,&c);
③  scanf(%f%f,&a,&c);
④  scanf(%d%f,&a,&c);
【单选题】 美国信息交换标准代码简称()。
①  ASCII码
②  BCD码
③  GB-32码
④  8421码
【单选题】 student是一个结构体类型,则结构体变量定义正确的是()
①  struct student a
②  a student
③  struct a
④  以上都不对
【单选题】 设变量定义为charformat[]=“s=%d\n”;则数组format中有()个元素。
①  4
②  5
③  6
④  7
【单选题】 下列数组定义、初始化或赋值语句中,正确的是()
①  intx[5]={1,2,3,4,5,6};
②  intn=8;intscore[n];
③  inta[8];a[8]=100;
④  intx[]={1,2,3,4,5,6};
【单选题】 若变量已正确定义,和语句“if(a>b)k=0;else k=1;”等价的是()
①  k=(a;b)?1:0;
②  k=a;b;
③  k=a;=b;
④  a;=b?0:1;
【单选题】 已知字母a的ASCII十进制代码为97,则执行下列语句后的输出结果为(). char a=a; a--; printf(%d,%c\n,a+2-0,a+3-0);
①  b,c
②  a--运算不合法,故有语法错
③  98,c
④  格式描述和输出项不匹配,输出无定值
【单选题】 程序中调用了库函数exit,必须包含头文件()。
①  string.h
②  stdlib.h
③  ctype.h
④  math.h