【单选题】【消耗次数:1】
____ these honors he received a sum of money.
Except
But
Besides
Outside
参考答案:
复制
纠错
相关题目
【单选题】 _______ these honours he received a sum of money.
①  Besides
②  Outside
③  But
④  Except
【单选题】 He cannot ____ a car, for he does not earn much money.
①  obtain
②  afford
③  donate
④  consume
【单选题】 At midnight, he received a telephone call and was asked to meet at once.
①  mystery
②  mysterious
③  mystical
④  mythical
【单选题】 He____________ her out of her money.
①  chatted
②  changed
③  cheated
④  chose
【单选题】 Having no money but _______ to know, he simply said he would go without dinner.
①  not to want anyone
②  not wanting anyone
③  wanted no one
④  to want no one
【单选题】 He spent a lot of money [填空] toys and games.
①  buy
②  buying
③  to buy
④  bought
【单选题】 20. He has received many presents from admirers, from the_____ to the valueless..
①  precious
②  expensive
③  priceless
④  cheap
【单选题】 Her parents objected to ____ that farmer, though he has a lot of money.?
①  her marrying ?
②  marrying ?
③  marry ?
④  her marrying with?
【单选题】 “Here is the money I promised,” he said. “I always ____ promises.”
①  agree
②  follow
③  make
④  keep
【单选题】 23. Realizing that he hadnt enough money and ______ to borrow from his father, he decided to sell his watch.
①  not wanted
②  not to want
③  not wanting
④  . wanting not
随机题目
【简答题】 什么是相对定位?什么是绝对定位?两者的区别是什么?
【简答题】 要求设计并制作一个表达某个主题的网站,通过网站的制作,综合运用本课程各单元所学的知识。网站的内容不能是一些素材如图片、音乐等的堆积,必须有鲜明的主题。自己确定一个主题,整个网站要突出主题,信息分类合理,导航清晰。要求必须有自己创作的内容,这些原创内容可以是文字、图片、动画等,至少5个页面。
【单选题】 查看以下代码,class为div2的div到窗口左上角(0,0)的坐标是:(???)? ...(省略)? .div1{? ???width:100px;? height:100px;? ?position:relative;? margin:100px?0px?0px?50px;? }? .div2{? ?width:100px;? height:100px;? ?position:absolute;? left:50px;top:50px;? }? ...(省略)? ? ?
①  50,50
②  50,100
③  100,100
④  100,150
【单选题】 在int a=3,int *p=a;中,*p的值是()
①  变量a的地址值
②  无意义
③  变量p的地址值
④  3
【单选题】 设有函数T Sum(T x,T y){return x+y;},其中T为模板类型,则下列语句中对该函数错误的使用是( )
①  Sum(1,2);
②  Sum(0,2);
③  Sum(‘A’,‘C’);
④  Sum(A,C);
【单选题】 已知:p是一个指向类A数据成员m的指针,A1是类A的一个对象。如果要给m赋值为5,正确的是()
①  Ap=5;
②  A1
③  -A*p=5;
④  *Ap=5;
【单选题】 要禁止修改指针p本身,又要禁止修改p所指向的数据,这样的指针应定义为()
①  const char *p=“ABCD”;
②  char *const p=“ABCD”;
③  char const *p=“ABCD”;
④  const char * const p=“ABCD”;
【单选题】 函数默认参数在函数原型中说明,默认参数必须放在参数序列的( )
①  前部
②  中部
③  后部
④  两端
【单选题】 下列哪个编译指令属于条件编译指令( )
①  #include
②  #define
③  #else
④  #pragma
【单选题】 在下列成对的表达式中,运算结果类型相同的一对是( )
①  7/2和0/0
②  7/0和7/2
③  0/2和7/2
④  0/0和0/2