【单选题】【消耗次数:1】
If you want to see the chairman of the department, you’d better make an ____ with him first.
admission
agreement
appointment
argument
参考答案:
复制
纠错
相关题目
【单选题】 You can not see the doctor ____ you have made an appointment with him.?
①  except ?
②  even ?
③  unless ?
④  however?
【单选题】 You’d better [填空] to see the doctor.
①  going
②  goes
③  go to
④  go
【单选题】 Could you make an appointment with Doctor Wilson for me?____________
①  I cannot do it for you.
②  Im afraid all the appointments are filled.
③  You can have it.
④  Can I help you?
【单选题】 You’d better ________ to hospital at once.
①  go
②  to
③  going
④  gone
【单选题】 — Do you want to go to see a movie?— ______________ I feel like doing something different.
①  Dont mention it.
②  Yes. I want it.
③  Not really.
④  Adeal.
【单选题】 Did the medicine make you feel better?No. The more _______, _______ I feel.
①  medicine I take; and the worse
②  medicine I take; the worse
③  I take medicine; the worse
④  I take medicine; worse
【单选题】 You’d better listening to the teacher in the lesson.
①  pay attention to
②  paying attention to
③  paying attention on
④  payed attention on
【判断题】 You’ve misspelled this word again. You’d better look it up.
①  正确
②  错误
【单选题】 You’ d better find some information about Nike’s“Chamber of Fear” advertisement, _____?
①  wouldn’ t you
②  had you
③  hadn’ t you
④  should you
【单选题】 You’ d better add it up; I’ m no good at____.
①  fingers
②  calculate
③  figures
④  image
随机题目
【单选题】 以下四个选项中,属于实型常量的是()
①  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