【单选题】【消耗次数:1】
When you are______, sit at the front edge of the chair, leaning forward slightly.
seated
fixed
rested
decided
参考答案:
复制
纠错
相关题目
【判断题】 May I sit beside you?
①  正确
②  错误
【单选题】 When he came to,he found himself________on a chair,with his hands________back.
①  to sit;tying
②  sitting;tying
③  seating;tied
④  seated;tied
【单选题】 19. When he came to, he found himself _____ on a chair, with his hands _____ back.
①  to sit; tying
②  sitting; tying
③  seating; tied
④  seated; tied
【单选题】 Thank you for your time. I’m looking forward to ______.
①  you reply
②  your reply
③  you answer
④  you to answer
【单选题】 Im really looking forward to _____from you.
①  hear
②  hearing
③  hears
④  to hear
【判断题】 I’m looking forward to meet you soon.
①  正确
②  错误
【单选题】 —When will you arrive, madam?— .
①  Thank you very much.
②  Four nights.
③  On May the 4th.
④  I dont know.
【单选题】 You must be careful when ___ on the highway.
①  you driving
②  are driving
③  driving
④  you were driving
【单选题】 How can you keep the machine ()when you are away?
①  run
②  to run
③  running
④  being run
【单选题】 When you make a self-introduction, you can tell what you do for a ______________.
①  job
②  life
③  living
④  taste
随机题目
【单选题】 C语言中,错误的int类型的常数是(   )
①  1E5
②  0
③  037
④  0xaf
【单选题】 t的值分别是()。
①  00
②  11
③  01
④  10
【单选题】 错误的叙述是()。
①  一个C语言源程序可由一个或多个函数组成
②  若一条语句较长,也可分写在下一行上
③  C程序必须包含一个main()函数
④  构成C语言源程序的基本单元是算术表达式
【单选题】 以下程序的运行结果是()。intfun(inta[4][4]){inti;for(i=0;ii++)printf("%2d",a[i][2]);printf("\n");}main(){inta[4][4]={1,1,2,2,1,9,0,0,2,4,0,0,0,5,9,8};fun(a);}
①  1905
②  2000
③  2008
④  2009
【单选题】 表达式2+sqrt(16.0)/4结果的数据类型是()。
①  double
②  int
③  char
④  void
【单选题】 若已定义:inta=5,*p;且p=则以下表示中不正确的是()。
①  a==(*p)
②  *(p)==a
③  (*p)==p
④  *(a)==a
【单选题】 C源程序的调试是指对源程序进行()。
①  录入与编辑
②  查错与编译
③  查错与排错
④  连接与运行
【单选题】 若有定义:inta=3,b=2,c=1,k;则表达式k=ac的值是()。
①  0
②  1
③  2
④  3
【单选题】 以下程序的运行结果是()。voidmain(){intn=9;switch(n--){default:printf("%d",n++);case8:case7:printf("%d",n);break;case6:printf("%d",n++);case5:printf("%d",n);}}
①  8
②  7
③  89
④  87
【单选题】 一个C语言源程序是由()
①  一个主程序和若干子程序组成
②  函数组成
③  若干过程组成
④  若干子程序组成