101.

sales representative 销售代表

keep one's promise with 遵守对……的诺言,信守对……的承诺

107.

express interest in 表现出对……的兴趣

108

make+宾语+宾补(n/adj.)

accessible adj.易到达的;易进入的;易使用的;易得到的

accessibly adv.可接近地;容易理解地

110

upon 一……即……;一……就……

gem trade 宝石贸易

113.

considerably adj.相当多的;相当大的

114

as requested=as(we are)requested 按照要求

115

calculative adj.计算的,精于计算的;有算计的

redeemable adj.可交换的;可兑换的

transferable  [trænsˈfɜ:rəbl]adj.可转让的;可转移的

dependable adj.可信赖的,可靠的; 准; 塌实; 踏实;

saving point 积分

116

thoroughly 常和research,examine,inspect,test,review,go over 等 一起使用,修饰和“调查、研究、检查、检讨”相关的动词

121

patronage  [ˈpætrənɪdʒ] n.资助;赞助

eligibility [ˌelɪdʒə'bɪlətɪ] n.适任,合格; 被选举资格;

in appreciation of  欣赏,赏识;感谢,感激

122.

lucrative [ˈlu:krətɪv] adj.活力多的,赚钱的;合算的

123

unattended adj.无人照料的;无人看管的

125

set in (不好的事情)产生,开始,到来; 上涨; 插入;

enter an emergency 进入紧急状态

now that( 既然; 既是) 和because/since/as 一样,是引导原因状语从句的连接词

126.

comply with 服从;遵守

be compliant with 遵从

be in compliance with 遵守

127

volcanic activity 火山活动

128.

as long as 只要

in order that 为了,以……为目的,目的在于,旨在

137.

in addition to 除……以外,除……之外还

prior to 在…之前;

moreover adv.再者; 此外; 而且; 同时;

except for 除…之外; 若不是;

140.

144

【托业】【全真题库】TEST3-语法题的更多相关文章

  1. 【托业】新托业全真题库---TEST1

    clearly indicate ——clearly可以修饰indicate(表明:暗示:指示) recently只用于现在完成时和过去完成时中 municipal gallery 市立美术馆 per ...

  2. 【托业】【新东方托业全真模拟】TEST09~10-----P5~6

    at no time 绝不,从不 takeover 收购 startup n.启动; 新兴公司(尤指新兴网络公司); 新兴公司,新开张的企业; specific具体的,特定的:factual 事实的, ...

  3. 【托业】【新东方托业全真模拟】TEST07~08-----P5~6

    unless ---conj:barring(除非,不包括)perp+名词短语 be capable of doing 有能力做某事 qualified commensurate with 与……相应 ...

  4. 【托业】【新东方托业全真模拟】TEST05~06-----P5~6

    credit A with B 把A归功于B present A with B 给A赠送B proofread thoroughly 彻底地校对:exclusively 专门地:独占地:apparen ...

  5. 【托业】【跨栏阅读】错题集-REVIEW1

    05 06 REVIEW 1

  6. 【OCP-12c】CUUG 071题库考试原题及答案解析(17)

    17.(7-11) choose twoView the Exhibit and examine the structure of ORDER_ITEMS and ORDERS tables.You ...

  7. 【OCP-12c】CUUG 071题库考试原题及答案解析(14)

    14.(6-13) choose the best answer:View the Exhibit and examine the structure of the ORDERS table.Whic ...

  8. 【OCP-12c】CUUG 071题库考试原题及答案解析(13)

    13.(6-7) choose twoWhich two statements are true regarding operators used with subqueries? (Choose t ...

  9. C语言题库的上机题

    1.编写函数,实现从键盘上输入一个小写字母,将其转化为大写字母. #include<stdio.h> int zhuanhua(char s); void main(){ char s; ...

  10. 【OCP认证12c题库】CUUG 071题库考试原题及答案(28)

    28.choose the best answer Evaluate the following SQL statement: SQL> SELECT promo_id, promo_categ ...

随机推荐

  1. Python 爬虫 某迅漫画 selemiun+plantomJS

    目标站点需求分析 爬取某迅漫画到本地 涉及的库 selenium, PhantomJS time,urllib.request,os,random 模拟滑动窗口,获取完整网页 保存到文件中 获取本地h ...

  2. Deformable Convolutional Network

    Deformable conv赋予了CNN位置变换的能力,与普通卷积的对比如下.可以看到,在每个特征点上,会产生一个偏移,变成 不规则的卷积(感觉本质上,就是让CNN自己去学习感受野). 思想来源于S ...

  3. springboot配置详解

    springboot配置详解 Author:SimpleWu properteis文件属性参考大全 springboot默认加载配置 SpringBoot使用两种全局的配置文件,全局配置文件可以对一些 ...

  4. Java 模板模式

    定义:定义了一个算法的骨架,并允许子类为一个或多个步骤提供实现 模板方法使得子类可以在不改变算法的结构的情况下,重新定义算法的某些步骤 类型:行为型 一次性实现一个算法的不变的部分,并将可变的行为留给 ...

  5. contos最小包安装完后一些准备

    yum upgradeyum install net-toolsyum -y install wgetyum -y install vim-enhanced yum install gcc gcc-c ...

  6. String hashcode的兴趣试玩

    今天突然看到Hashcode和equals,==比较时,一时兴起,想了解一下hashcode生成规则,为什么hashcode相同,无法说明对象相等,但用equals说明相同,却可以推出对象的hashc ...

  7. Yarn集群的搭建、Yarn的架构和WordCount程序在集群提交方式

    一.Yarn集群概述及搭建 1.Mapreduce程序运行在多台机器的集群上,而且在运行是要使用很多maptask和reducertask,这个过程中需要一个自动化任务调度平台来调度任务,分配资源,这 ...

  8. Beta(5/7)

    鐵鍋燉腯鱻 项目:小鱼记账 团队成员 项目燃尽图 冲刺情况描述 站立式会议照片 各成员情况 团队成员 学号 姓名 git地址 博客地址 031602240 许郁杨 (组长) https://githu ...

  9. php curl 跨域情趣

    function curl_post($url='',$postdata='',$options=array()){ $ch=curl_init($url); curl_setopt($ch,CURL ...

  10. 转 InnoDB Error Handling

    14.20.4 InnoDB Error Handling Error handling in InnoDB is not always the same as specified in the SQ ...