【单选题】【消耗次数:1】
Lucy,who did not even go to grade school, had no ________of a job at the time.
interview
pressure
prospect
application
参考答案:
复制
纠错
相关题目
【单选题】 A: We had a trip to China this summer. B: [填空] A: Yes, we did. In fact, we even encountered a lion.
①  Didnt you?
②  How did it go?
③  I guess you did.
④  I bet you had a great time.
【单选题】 Do plan to arrive ______or a few minutes early for a job interview.
①  no time
②  on time
③  all the time
④  at a time
【单选题】 Jean did not have time to go to the concert last night because she was busy __________ for her examination.
①  to prepare
②  to be prepared
③  preparing
④  being prepared
【单选题】 2. As time went on, he found himself ____ with the toughest job she had ever taken.
①  face
②  faced
③  facing
④  to face
【单选题】 Under this ____ pressure some of the rocks even became liquid.
①  intensive
②  weighty
③  intense
④  bulky
【单选题】 His parents did not approve of his plan to go and study abroad with a girl they had never met, but he ____ and married her.
①  went against
②  went for
③  went for nothing
④  went ahead
【单选题】 Tom bought _________ bike in this store. Where did Lucy buy ____________?
①  his, her
②  his, hers
【单选题】 Not only I but also James and Lucy_______afraid of having too much pressure.
①  is
②  are
③  be
【单选题】 08. It is not that I do not like plays. The reason why I did not go to the theater last night was that I could not ____ the time.
①  offer
②  leave
③  affor
④  manage
【单选题】 Many people who had seen the film were afraid to go to the forest when they remembered the scenes ___ people were eaten by the tiger.
①  that
②  by which
③  which
④  in which
随机题目
【单选题】 以下函数fun的返回值类型为( )。fun(double x){ ……}
①  int
②  void
③  无法确认类型
④  double
【单选题】 下列说法不正确的是()
①  for循环用于循环次数已知的情况更加方便。
②  for的特例:for(变量=终值;变量初值;变量--)
③  do…while循环的循环体至少执行一次
④  循环体里不能有if 语句
【单选题】 若有说明语句 int a[10],*p=a;对数组元素正确的引用是
①  a[p]
②  p[a]
③  *(p+1)
④  p+2
【单选题】 字符串输出函数是
①  getchar()
②  putchar()
③  getchars()
④  putchars()
【单选题】 先参与运算后自增的是
①  i++
②  ++i
③  --i
④  i=1
【单选题】 在Excel 2013中,如果要删除整个工作表,正确的操作步骤是()。
①  选中要删除工作表的标签,再按Del键  
②  选中要删除工作表的标签,按住Shift键,再按Del键  
③  选中要删除工作表的标签,按住Ctrl键,再按Del键  
④  选中要删除工作表的标签,在快捷菜单中"删除"命令  
【单选题】 在以下字符串String的赋值运算中,错误的是( )。
①  char str[10]= { S ,t, r ,i,n, g,\0};
②  char str[10]= "String";
③  char str[10]= { S ,t, r ,i,n, g};
④  char str[]= { S ,t, r ,i,n, g,\0};
【单选题】 以下数组定义中,错误的是( )。
①  int a[]={1,2,3};
②  int a[5]={1,2,3};
③  int a[3]={2,3,4,5};
④  int a[5],b;
【单选题】 以下循环体的执行次数是#include stdio.hvoid main(){ int i,j; for(i=0,j=1; i i=i+2) j--; }
①  3
②  2
③  1
④  0
【单选题】 C语言逻辑运算中代表假的是
①  true
②  1
③  0
④  null