【单选题】【消耗次数:1】
We are [填空] TV this night.
watch
watching
watched
watches
参考答案:
复制
纠错
相关题目
【单选题】 He [填空] there and watched TV.
①  sit
②  sitting
③  sat
④  sitted
【单选题】 I often watch [填空] TV in [填空] evening.
①  a,the
②  an,the
③  /,the
④  /,a
【判断题】 He spends much time watching?TV
①  正确
②  错误
【单选题】 I was watching TV ______ the telephone rang.
①  while
②  when
③  since
④  as
【单选题】 We cant see [填空] light at [填空] night.
①  the,the
②  the,/
③  a,/
④  /,/
【单选题】 A: Would you rather watch TV or go for a walk? B: The TV program is good today. [填空] A: Cool. Lets go.
①  What a pity!
②  I hate to leave.
③  But I need the exercise more.
④  You know what I mean.
【单选题】 I prefer reading books_______watching TV.
①  than
②  on
③  to
【单选题】 Would you like [填空] TV?
①  watch
②  watches
③  watched
④  watching
【单选题】 She [填空] TV alone.
①  watches
②  watch
③  watching
④  watched
【单选题】 Children [填空] TV every evening.
①  watch
②  watches
③  is watching
④  are watching
随机题目
【单选题】 在类中说明的成员可以使用关键字的是()
①  public
②  extern
③  cpu
④  register
【单选题】 int Func(int,int);不可与下列哪个函数构成重载( )
①  int Func(int,int,int);
②  double Func(int,int);
③  double Func(double,double);
④  double Func(int,double);
【单选题】 对类中声明的变量,下列描述中正确的是( )
①  属于全局变量
②  只属于该类
③  属于该类,某些情况下也可被该类不同实例所共享
④  任何情况下都可被该类所有实例共享
【单选题】 若Sample类中的一个成员函数说明如下:void set(Sample& a),则Sample& a的含义是()
①  指向类Sample的名为a的指针
②  a是类Sample的对象引用,用来作函数Set()的形参
③  将a的地址赋给变量Set
④  变量Sample与a按位与的结果作为函数Set的参数
【单选题】 下列的各类函数中,( )不是类的成员函数
①  构造函数
②  析构函数
③  友元函数
④  复制构造函数
【单选题】 如果没有为一个类定义任何构造函数的情况下,下列描述正确的是( )
①  编译器总是自动创建一个不带参数的构造函数
②  这个类没有构造函数
③  这个类不需要构造函数
④  该类不能通过编译
【单选题】 已知:print( )函数是一个类的常成员函数,它无返回值,下列表示中,( )是正确的。
①  void print( ) const;
②  const void print( );
③  void const print( );
④  void print(const);
【单选题】 如果表达式++i*k中的“++”和“*”都是重载的友元运算符,若采用运算符函数调用格式,则表达式还可以表示为( )。
①  operator*(i.operator++(),k)
②  operator*(operator++(i),k)
③  i.operator++().operator*(k)
④  k.operator*(operator++(i))
【单选题】 设类A将其它类对象作为成员,则建立A类对象时,下列描述正确的是( )
①  A类构造函数先执行
②  成员构造函数先执行
③  两者并行执行
④  不能确定
【单选题】 面向对象程序设计思想的主要特征中不包括( )。
①  封装性
②  多态性
③  继承性
④  功能分解,逐步求精