【单选题】【消耗次数:1】
2. As time went on, he found himself ____ with the toughest job she had ever taken.
face
faced
facing
to face
参考答案:
复制
纠错
相关题目
【单选题】 She’s fainted. Throw some water on her face and she’ll ____.
①  comeround
②  comealong
③  comeon
④  comeout
【单选题】 Her sun – tanned face suggested that she __________ in excellent health.
①  be
②  is
③  was
④  were
【单选题】 He ____the tears on her face when he heard the relatives walking into the room.
①  put off
②  came out
③  wiped away
④  move on
【单选题】 When he came to,he found himself________on a chair,with his hands________back.
①  to sit;tying
②  sitting;tying
③  seating;tied
④  seated;tied
【单选题】 10.Her face lighted___________when she heard the good news.
①  down
②  to
③  with
④  up
【单选题】 By the time he was twelve, Edison____ to make a living by himself.
①  would begin
②  has begun
③  had begun
④  was begun
【单选题】 When the passenger woke up, he found himself ____in a hospital ward.
①  lie
②  lay
③  lying
④  lain
【单选题】 19. When he came to, he found himself _____ on a chair, with his hands _____ back.
①  to sit; tying
②  sitting; tying
③  seating; tied
④  seated; tied
【单选题】 He was _____ his late twenties when he found his first job.
①  in
②  after
③  after
④  from
【单选题】 _______ the look on his face, he doesn’t t quite understand what the speaker is saying.
①  Judge by
②  Judging by
③  To judge by
④  To be judged by
随机题目
【单选题】 下面对模板的声明,正确的是( )。
①  template
②  template
③  template
④  template
【单选题】 若定义:string str; 当语句cin>>str; 执行时,从键盘输入:Microsoft Visual Studio 0! 所得的结果是str=( )。
①  Microsoft Visual Studio 0!
②  Microsoft
③  Microsoft Visual
④  Microsoft Visual Studio 0
【单选题】 实现两个相同类型数加法的函数模板的声明是()
①  add(T x,T y)
②  T add(x,y)
③  T add(T x,y)
④  T add(T x,T y)
【单选题】 包含自定义头文件fih的预处理指令是( )
①  #define
②  #include fih
③  #define fih
④  #includefih
【单选题】 从一个文件中读一个字节存于char c; 正确的语句为( )
①  file.read(reinterpret_cast (&c), sizeof(c));
②  file.read(reinterpret_cast (&c), sizeof(c));
③  file.read(const char *)(&c), sizeof(c));
④  file.read((char *)c,sizeof(c);
【单选题】 类模板的模板参数( )。
①  只能作为数据成员的类型
②  只可作为成员函数的返回类型
③  只可作为成员函数的参数类型
④  以上三种均可
【单选题】 函数模板定义如下: template Max( T a, T b ,T }下列选项正确的是( )
①  int x, y; char z; Max(x, y, z);
②  double x, y, z; Max( x, y, z);
③  int x, y; float z; Max( x, y, z);
④  float x; double y, z; Max( x,y, z);
【单选题】 关于函数模板,描述错误的是( )
①  函数模板必须由程序员实例化为可执行的函数模板
②  函数模板的实例化由编译器实现
③  一个类定义中,只要有一个函数模板,则这个类是类模板
④  类模板的成员函数都是函数模板,类模板实例化后,成员函数也随之实例化
【单选题】 以下类模板定义正确的为( )。
①  template
②  template
③  template
④  template
【单选题】 在C++中使用流进行输入输出,其中专用于从键盘进行输入的流是( )
①  cerr
②  cin
③  cout
④  cfile