【判断题】【消耗次数:1】
You have four children. I have only two.此句中的基数词“two”后面可用替代词ones替代children.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 You have lovely children.
①  No, no, no. They are not
②  Oh, no, no
③  You’re talking too much
④  Thanks
【单选题】 Police are __________ the disappearance of two children.
①  looking out
②  looking after
③  looking into
④  looking on
【判断题】 A: You have lovely children. B: No, no. They are not.
①  正确
②  错误
【单选题】 Parentstransmitsomeof their_____totheir children.
①  characteristics
②  character
③  characteristic
④  character
【判断题】 阅读课文II. Television and Children,判断正误2. Television companies show only educational programs for children.
①  正确
②  错误
【单选题】 “I love you” is never a touch on lightly; its the signal ______ a romantic relationship is serious,or an indication of closeness between parents and children.
①  that
②  why
③  when
④  whether
【判断题】 I have two leaves.
①  正确
②  错误
【单选题】 It’s not fair that you come home after a bad day at work and ____ your wife and children.
①  take it out on
②  take out it on
③  take out on
④  take on it with
【单选题】 It’s not fair that you come home after a bad day at work and _____your wife and children.
①  take it out on
②  take out it on
③  take out on
④  take on it with
【单选题】 All medicines should be kept out of____ of children.
①  touch
②  reach
③  get
④  attain
随机题目
【单选题】 如果没有为一个类定义任何构造函数的情况下,下列描述正确的是( )
①  编译器总是自动创建一个不带参数的构造函数
②  这个类没有构造函数
③  这个类不需要构造函数
④  该类不能通过编译
【单选题】 设类A将其它类对象作为成员,则建立A类对象时,下列描述正确的是( )
①  A类构造函数先执行
②  成员构造函数先执行
③  两者并行执行
④  不能确定
【单选题】 下面关于类和对象说法不正确是
①  类由数据与函数组成
②  一个对象必属于某个类
③  对象是类的实例
④  一个类的对象只有一个
【单选题】 面向对象程序设计思想的主要特征中不包括( )。
①  封装性
②  多态性
③  继承性
④  功能分解,逐步求精
【单选题】 如没有使用private关键字定义类的数据成员,则默认为( )
①  private
②  public
③  protected
④  friend
【单选题】 对类中声明的变量,下列描述中正确的是( )
①  属于全局变量
②  只属于该类
③  属于该类,某些情况下也可被该类不同实例所共享
④  任何情况下都可被该类所有实例共享
【单选题】 下列运算符中,在C++语言中不能重载的是()
①  *
②  =
③  ::
④  /
【单选题】 在面向对象的程序设计中,首先在问题域中识别出若干个 ()
①  函数
② 
③  文件
④  过程
【单选题】 下面说法中,正确的是( )
①  一个类只能定义一个构造函数,但可以定义多个析构函数
②  一个类只能定义一个析构函数,但可以定义多个构造函数
③  构造函数与析构函数同名,只要名字前加了一个求反符号(~)
④  构造函数可以指定返回类型,而析构函数不能指定任何返回类型,即使是void类型也不可以
【单选题】 下列关于静态数据成员的说法,不正确的是( )。
①  类中定义的公用静态数据成员,可以通过类的对象来访问
②  类中定义的所有静态数据成员,都必须在类外初始化
③  静态数据成员不是所有对象所共用的
④  普通的成员函数可以直接访问类中的静态数据成员