【单选题】【消耗次数:1】
Professor Smith, together with twenty of his students, [] coming to our school in May for a short visit.
is
are
参考答案:
复制
纠错
相关题目
【单选题】 ?There are altogether fifty students in our class, twenty____ are boys. ?
①  of them ?
②  of those ?
③  of whom ?
④  of whose ?
【多选题】 All the students in our school ____________ in the hall to hear a lecture.
①  collected
②  gathered
③  assembled
④  doubled
【单选题】 The students were all entertained in a Mexican restaurant, at Professor Brians ____.
①  money
②  pay
③  expense
④  loss
【单选题】 Neither the students nor the professor______ anything about it.
①  knows
②  know
③  is known
④  are knowing
【单选题】 The Smith family will have gone ______ by the time we finish summer school.
①  camp
②  camps
③  camping
④  camped
【单选题】 He designated Smith [填空] his successor.
①  for
②  as
③  at
④  in
【单选题】 Our civilization cannot be thought of as ____ in a short period of time.
①  to have been created
②  to be created
③  having been created
④  being created
【单选题】 Our civilization cannot be thought of as _____in a short period of time.
①  to have been created
②  to be created
③  having been created
④  being created
【单选题】 Middle school students aren’t ______ to smoke.
①  A.ordered
②  B.prepared
③  C.allowed
④  D.made
【单选题】 We often hear students ______ English at school.
①  A. practiced
②  B.practising
③  C.practise
④  D.were practising
随机题目
【单选题】 以下四个选项中,属于实型常量的是()
①  0x12
②  -12345e-3
③  1e0.5
④  e-5
【单选题】 以下非法的赋值语句是()
①  n=(i=2,i);
②  j;
③  (i1);
④  x=j>0;
【单选题】 以下选项中不能正确赋值的是()
①  charb[]={′H′,′e′,′l′,′l′,′o′,′!′};
②  charb[10];b="Hello!";
③  charb[10]="Hello!";
④  char*str="Hello!";
【单选题】 以下关于C语言的不严格的叙述中,错误的说法是()
①  在标识符中,大写字母和小些字母的意义相同
②  有些不同类型的变量可以在一个表达式中运算
③  在赋值表达式中等号“=”左边的变量和右边的值可以是不同类型
④  同一个运算符号在不同的场合可以有不同的含义
【单选题】 以下选项中,与k=++n完全等价的表达式是()
①  k=n,n=n+1
②  n=n+1,k=n
③  k=++n
④  k+=n+1
【单选题】 以下选项中非法的表达式是()
①  (a+2)++
②  i=j==1
③  (char)(65+10)
④  x=x-1
【单选题】 以下选项中合法的实型常数是()
①  5E2.0
②  E-3
③  .2E0
④  1.3E
【单选题】 以下选项中合法的用户标识是()
①  long
②  _2Test
③  3Dmax
④  A.dat
【单选题】 以下能正确定义数组并正确赋初值的语句是()
①  intN=5,b[N][N];
②  inta[1][2]={{1},{3}};
③  intc[2][]={{1,2},{3,4}};
④  intd[3][2]={{1,2},{34}};
【单选题】 用8位无符号二进制数能表示的最大十进制数为()
①  127
②  128
③  255
④  246