【单选题】【消耗次数:1】
Does Tim often play [填空] basketball after [填空] school?
/,/
/,the
the,/
a,//
参考答案:
复制
纠错
相关题目
【判断题】 A: May I play basketball after supper? B: No, you mustnt.
①  正确
②  错误
【单选题】 Tim and Jim are [填空].
①  friends
②  friend
③  brother
④  sister
【判断题】 Mark and I are play basketball.
①  正确
②  错误
【单选题】 Mark and Paul can [填空] basketball.
①  play
②  plays
③  playing
④  played
【单选题】 A: I didnt know you play basketball. Are you having fun? B: Im having a great time. [填空] What are you doing?
①  Great!
②  How about you?
③  I miss it so much
④  Do you know billiards?
【单选题】 We often [填空] in the yard.
①  plays
②  play
③  playing
④  played
【单选题】 [填空] play football in the public area.
①  Dont
②  Doesnt
③  Do
④  Does
【单选题】 [填空] play football in the public area.
①  Don't
②  Doesn't
③  Do
④  Does
【单选题】 There is a bank [填空] the school [填空] the post office.
①  between and
②  from to
③  on in
④  in for
【单选题】 My mother [填空] music and often [填空] to music.
①  like,listen
②  likes,listens
③  like,are listening
④  liking,listen
随机题目
【单选题】 一个类可包含析构函数的个数是( )
①  0个
②  1个
③  至少一个
④  0个或多个
【单选题】 在C++语言中,数据封装要解决的问题是()
①  数据的规范化
②  便于数据转换
③  避免数据丢失
④  防止不同模块之间数据的非法访问
【单选题】 已知类A是类B的友元,类B是类C的友元,则()
①  类A一定是类C的友元
②  类C一定是类A的友元
③  类C的成员函数可以访问类B的对象的任何成员
④  类A的成员函数可以访问类B的对象的任何成员
【单选题】 下列函数不能和函数void print(char)构成重载的是( )
①  int print(int);
②  void print(char,char);
③  int print(char);
④  void print(int,int);
【单选题】 已知X类,则当程序执行到语句:X array[3];时,调用了( )次构造函数。
①  0
②  1
③  2
④  3
【单选题】 如果类A被说明成类B的友元,则()
①  类B不一定是类A的友元
②  类B的成员即类A的成员
③  类A的成员即类B的成员
④  类A的成员函数不得访问类B的成员
【单选题】 对C++中主函数描述正确的是
①  名称为main,可为多个
②  名称不限,可为多个
③  名称为main,必须有且只能有—个
④  名称不限,必须有且只能有—个
【单选题】 在C++中不返回任何类型的函数应该说明为()
①  int
②  char
③  void
④  double
【单选题】 使用地址作为实参传给形参,下列说法正确的是()
①  实参是形参的备份
②  实参与形参无联系
③  形参是实参的备份
④  实参与形参是同一对象
【单选题】 在下列成对的表达式中,运算结果类型相同的一对是( )
①  7/2和0/0
②  7/0和7/2
③  0/2和7/2
④  0/0和0/2