【单选题】【消耗次数:1】
Do you have any luggage to ( )
checking
check in
check out
check
参考答案:
复制
纠错
相关题目
【单选题】 A: Do you have any check-in luggage? B: [填空]. Theyre heavy. I hope theyre not overweight. A: Theyre just under the maximum weight.
①  Yes, Ill show you
②  Yes, two pieces
③  Yes, there you are
④  Yes, not many
【单选题】 If you check the route to your ____before starting off, you will save much trouble.
①  aim
②  purpose
③  destination
④  determination
【单选题】 Sometimes a bus _____gets on the bus to check the tickets.
①  agent
②  officer
③  conductor
④  inspector
【单选题】 We feel it is high time that the Government ____ something to check the inflation.
①  did
②  do
③  should do
④  would do
【单选题】 We feel it is high time that the Government _____something to check the inflation.
①  did
②  do
③  should do
④  would do
【单选题】 — Could I make an appointment with Dr. Zhang to check my teeth tomorrow morning?— .
①  Certainly!
②  No, you cannot.
③  He isn’t in.
④  ok
【单选题】 -May I help you?-___. Do you have any apple juice?
①  Sure
②  Thank you
③  No, thanks
④  I don’t think so
【判断题】 Do you have any clothes washed today? The maid asked.
①  正确
②  错误
【判断题】 A: Do you have any children? B: Yes, a boy and a girl.
①  正确
②  错误
【单选题】 Quizzes are part of the lecture program to keep students engaged and keep them _________, for students to be able to check that they understood what was covered.
①  thinking
②  think a lot
③  to think
④  thought
随机题目
【单选题】 当在程序中执行到( )语句时,只结束本层循环类语句或switch语句的执行。
①  continue
②  break
③  goto
④  return
【单选题】 假定对二维数组a[3][4]进行初始化的数据为{{3,5,6},{2,8},{7}},则a[1][1]元素被初始化为( )。
①  6
②  2
③  5
④  8
【单选题】 假定a是一个一维数组,则以字节为单位的a[i]存储地址为( )。
①  (char*)a+i*sizeof(a[i])
②  a+i*sizeof(a[i])
③  (char*)a+i
④  a+i
【单选题】 在下面的一维数组定义中,( )语句有语法错误。
①  int a[]={1,2,3};
②  int a[10]={0};
③  int a[];
④  int a[5];
【单选题】 用calloc函数创建具有10个整型元素的一维数组的正确语句是( )。
①  int *p=calloc(10,2);
②  int *p=callo(10;
③  int *p=calloc(10,4);
④  int *p=malloc(10);
【单选题】 for语句能够被改写为( )语句。
①  复合
②  if
③  switch
④  While
【单选题】 数组元素a[i]是该数组中的第( )个元素。
①  i
②  i+1
③  i-1
④  i*2
【单选题】 元素类型为int的数组a[10]共占用( )字节的存储空间。
①  10
②  20
③  40
④  80
【单选题】 for语句能够被改写为( )语句。
①  复合
②  if
③  switch
④  While
【单选题】 下面循环语句执行结束后输出的i值为( )。 for(int i=0;in/2){cout<<i<<endl;break;}
①  n/2
②  n/2+1
③  n/2-1
④  n-1