【单选题】【消耗次数:1】
Mr. Brown had hardly said a word since supper,___ had his wife.
either
or
nor
so
参考答案:
复制
纠错
相关题目
【单选题】 Mr. Brown had hardly said a word since supper,___ had his wife.
①  either
②  or
③  nor
④  So
【单选题】 A: [填空], Mr. John? You dont look very well. B: Ive had a pain in my chest since this morning.
①  How are you
②  Whats your trouble
③  How are you feeling
④  How are you getting on
【单选题】 ____ was evident that Mr. Wang had come back to Shanghai.
①  This
②  He
③  That
④  It
【单选题】 22. One day while Mr. King was working, he had a/an ____: his left leg was badly injured.
①  business
②  accident
③  matter
④  event
【单选题】 Mr. Clinton, together with his wife and children, _______ going to the park next weekend.
①  is
②  has
③  are
④  was
【判断题】 The contract had run away before Mr. Cook was able to find a new job.
①  正确
②  错误
【单选题】 So clear was his _____ of the case that others had no more to say.
①  attitude
②  presentation
③  comment
④  remark
【单选题】 Mr. Peterson [] later to be nominated for Chairperson of the Small Enterprise Committee— had been charged with bribery.
①  comma
②  dash
③  brackets
④  semicolon
【单选题】 Mr. Smith is said to be ( ) to the new branch of the company in Paris.
①  transplanted
②  transferred
③  transformed
④  transmitted
【单选题】 He is a teacher and so [填空] his wife.
①  does
②  is
③  do
④  did
随机题目
【单选题】 对于双精度类型的变量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++里的含义表示为()。
①  赋值
②  相等
③  大于
④  小于
【单选题】 结构化程序设计的基本原则不包括:()
①  多态性
②  自顶向下
③  模块化
④  逐步求精
【单选题】 下面对静态数据成员的描述中,正确的是()
①  静态数据成员可以在类体内进行初始化
②  静态数据成员可以直接用类名或者对象名来调用
③  静态数据成员不能用private控制符修饰
④  静态数据成员不可以被类的对象调用