【单选题】【消耗次数:1】
The bosses give them low wages, because it is expected that you will ( ). If you don’t, the service person can’t earn a living.
make up the different
make up the difference
make out the difference
make out the different
参考答案:
复制
纠错
相关题目
【单选题】 If you don’t think it necessary to make ____ any missed lessons, speak up now.
①  up for
②  up with
③  up to
④  away for
【单选题】 Don’t make faces in class.____________
①  Excuse me, I am wrong.
②  Certainly, I will.
③  That’s OK.
④  Sorry, I won’t do it again.
【单选题】 When you make a self-introduction, you can tell what you do for a ______________.
①  job
②  life
③  living
④  taste
【单选题】 Don’t _______ our hopes. As long as we pull together, we’ll make it.
①  give up
②  give out
③  give back
④  give away
【单选题】 I am not sure whether I can gain any profit from the investment, so I can’t make a(n) ____ tohelp you.
①  exact
②  defined
③  definite
④  sure
【单选题】 I don’t think you can work out the maths problem ___ her help.
①  since
②  unless
③  with
④  without
【单选题】 Could you make an appointment with Doctor Wilson for me?____________
①  I cannot do it for you.
②  Im afraid all the appointments are filled.
③  You can have it.
④  Can I help you?
【单选题】 I’m thinking of buying a computer. Can you ( ) a good make to me?
①  advise
②  recommend
③  propose
④  suggest
【单选题】 When you go to the doctor he asks you to describe your ____ so that he can make a diagnosis (诊断).
①  indications
②  signs
③  symbols
④  symptoms
【单选题】 2.Make haste, _______ you will be late.
①  and
②  but
③  or
④  . so
随机题目
【单选题】 若classB中定义了一个classA的类成员Aa,则关于类成员的正确描述是()
①  在类B的成员函数中可以访问A类的私有数据成员
②  在类B的成员函数中可以访问A类的保护数据成员
③  类B的构造函数可以调用类A的构造函数做数据成员初始化
④  类A的构造函数可以调用类B的构造函数做数据成员初始化
【单选题】 对于双精度类型的变量a和b,请问逗号表达式“(a=1.0,b=1.0E-16,a+b>a)”的结果是()。
①  不确定
②  1.0
③  1
④  0
【单选题】 某一维数组a,获取第3位元素地址的操作是()
①  (a+2)
②  a+2
③  a+3
④  (a+3)
【单选题】 运算符函数是一种特殊的()或友元函数。
①  构造函数
②  析构函数
③  成员函数
④  重载函数
【单选题】 对指针动态分配空间用的关键字是()
①  define
②  int
③  new
④  float
【单选题】 设函数int& index(int a,int i)返回数组a中下标为i的元素,如果在整型数组int array[]={1,2,3},在执行index(array,1)+=3后,array中各元素值为()
①  {4,2,3}
②  {1,5,3}
③  {1,2,6}
④  {4,5,6}
【单选题】 构造函数是在()时被执行的。
①  建立源程序文件
②  创建对象
③  创建类
④  程序编译时
【单选题】 以下不能正确创建输出文件对象并使其与磁盘文件相关联的语句是()。
①  ofstream myfile;myfile.open(d:ofile.txt);
②  ofstream *myfile=new ofstream;myfile-open(d:ofile.txt);
③  ofstream myfile(d:ofile.txt);
④  ofstream *myfile=new(d:ofile.txt);
【单选题】 =号在c++里的含义表示为()。
①  赋值
②  相等
③  大于
④  小于
【单选题】 结构化程序设计的基本原则不包括:()
①  多态性
②  自顶向下
③  模块化
④  逐步求精