【判断题】【消耗次数:1】
A: This box is too heavy for me to carry upstairs. B: You may ask for help.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 A: This package is too heavy for me to carry it upstairs. B: [填空].
①  You may ask for help.
②  Please do me a favor
③  Ill give you a hand
④  Id come to help.
【单选题】 This box is too heavy for me to carry upstairs.__________
①  You may ask for help.
②  Let me give you a hand.
③  Please do me a favor.
④  I’d come to help
【判断题】 A: That box is too heavy for me to lift. B: Ill give you a hand.
①  正确
②  错误
【单选题】 14. A: The box is heavy. B:I _______carry it for you.
①  will
②  am going to
③  may
④  . must
【单选题】 “Can I help you?” “Well, I’m afraid the box is too heavy for you, ____ thank you all the same.”
①  and
②  so
③  but
④  or
【单选题】 This box is [填空] heavy for this child to carry.
①  too
②  much
③  more
④  many
【单选题】 20. ______ you can’t answer this question, we have to ask someone else for help.
①  Although
②  While
③  Whether
④  Since
【单选题】 A: May I help you, madam? B: [填空].
①  Thats very kind of you
②  You are very nice
③  Youd better give me a hand
④  Yes, Id like a kilo of apples
【单选题】 He offered to ___ her a hand as the suitcase was too heavy for her to carry.
①  lend
②  help
③  grant
④  loan
【判断题】 This is too heavy for you. Let me give you a hand.划线部分应该翻译成“帮你一下”
①  正确
②  错误
随机题目
【单选题】 设置虚基类的目的是(  )。
①  简化程序
②  消除二义性
③  提高运行效率
④  减少目标代码
【单选题】 下列关于静态数据成员的说法,不正确的是( )。
①  类中定义的公用静态数据成员,可以通过类的对象来访问
②  类中定义的所有静态数据成员,都必须在类外初始化
③  静态数据成员不是所有对象所共用的
④  普通的成员函数可以直接访问类中的静态数据成员
【单选题】 下列关于类的权限的描述错误的是( )
①  类本身的成员函数只能访问自身的私有成员
②  类的对象只能访问该类的公有成员
③  普通函数不能直接访问类的公有成员,必须通过对象访问
④  一个类可以将另一个类的对象作为成员
【单选题】 类的构造函数被自动调用执行的情况是在定义该类的()
①  成员函数时
②  数据成员时
③  对象时
④  友元函数时
【单选题】 在类中说明的成员可以使用关键字的是()
①  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的参数
【单选题】 下列的各类函数中,( )不是类的成员函数
①  构造函数
②  析构函数
③  友元函数
④  复制构造函数
【单选题】 如果没有为一个类定义任何构造函数的情况下,下列描述正确的是( )
①  编译器总是自动创建一个不带参数的构造函数
②  这个类没有构造函数
③  这个类不需要构造函数
④  该类不能通过编译