【判断题】【消耗次数:1】
判断线上的内容是否正确:She is under the impression that he isn’t a __genuine____ person for he wouldn’t tell her where and when he went to university.
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 She is under the impression that he isn’t a __genuine____ person for he wouldn’t tell her where and when he went to university.
①  正确
②  错误
【判断题】 判断线上的内容是否正确:It is generally considered unwise to give a child ____whatever____ he or she wants.
①  正确
②  错误
【判断题】 判断线上的内容是否正确:He did not __compromise___ easily, but was willing to accept any constructive advice for a worthy cause.
①  正确
②  错误
【判断题】 判断线上的内容是否正确:____Unless_____ they can get people in the organization to do what must he done, they will not succeed.
①  正确
②  错误
【单选题】 When he was 65,he[填空] that he didn’t want to stop
①  decided
②  decides
③  will decide
④  is deciding
【单选题】 If only he __________ what I tell him, but he won’t.
①  had done
②  would do
③  would have done
④  has done
【单选题】 — The old man wouldn’ t stay at home for a rest even if it rained. —_____. He would feel sick if he stayed home for one day.
①  So would my grandpa
②  So wouldn’ t my grandpa
③  Neither would my grandpa
④  Nor wouldn’ t my grandpa
【判断题】 判断线上的内容是否正确:As the years passed, the memories of her childhood ___fired___ away.
①  正确
②  错误
【单选题】 Now Mike isn’t here. He ________ Mr. Green’s. Perhaps he ________ back in a few minutes.
①  went to ; is coming
②  has gone to ; will come
③  has been to ; will be
④  is going to ; has come
【单选题】 Now Mike isn’t here. He _______ Mr. Green’s. Perhaps he _______back in a few minutes.
①  went to ; is coming
②  has gone to ; will come
③  has been to ; will be
④  is going to ; has come
随机题目
【单选题】 如果表达式++i*k中的“++”和“*”都是重载的友元运算符,若采用运算符函数调用格式,则表达式还可以表示为( )。
①  operator*(i.operator++(),k)
②  operator*(operator++(i),k)
③  i.operator++().operator*(k)
④  k.operator*(operator++(i))
【单选题】 设类A将其它类对象作为成员,则建立A类对象时,下列描述正确的是( )
①  A类构造函数先执行
②  成员构造函数先执行
③  两者并行执行
④  不能确定
【单选题】 面向对象程序设计思想的主要特征中不包括( )。
①  封装性
②  多态性
③  继承性
④  功能分解,逐步求精
【单选题】 下面有关类说法不正确的是()
①  一个类可以有多个构造函数
②  一个类只有一个析构函数
③  析构函数需要指定参数
④  在一个类中可以说明具有类类型的数据成员
【单选题】 下列语句中,将函数int sum(int x, int y)正确重载的是( )。
①  float sum(int x, int y);
②  int sum(int a, int b);
③  float sum(float x, float y);
④  double sum(int y, int x);
【单选题】 类的析构函数是对一个对象进行以下哪种操作时自动调用的是()
①  建立
②  撤销
③  赋值
④  引用
【单选题】 一个类可包含析构函数的个数是( )
①  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);