105

to do sth 不定时可充当形容词修饰名词

In an effort to reduce prices----为降低价格

106.

修饰比较级:far,much,even,still,a lot,any 等

修饰adj.adv:very,quite,so

107.

主句的动词require,insist,ask,demand,order,require,request,suggest,propose,advise,recommend,后面的从句用和主张/要求/命令/建议相关的动词时,用“should+动词原形”的形态,但一般是省略should,只保留动词原形。

110.

so as to+Vr ----为了……

remodel vt.改变…的结构[形状];

112.

extremely 不能修饰v,只能怪修饰adj,adv.

complexity 复杂性;错综复杂

116.

proceeds 收入,收益

a section of 多种,很多

121.

in addition to (to是介词)除……之外

but是同位语连接词,不能位于句首

in order 主语 to 谓语

124.

extensive adj.广泛的

extended adj.长的,延长的

125.

endorse 赞同,支持

agree to/with

agree 短语解析:

agree with:

The weather doesn't agree with me(我不适应天气)

I agree with your opinion.(我统一你的意见。)

agree on:

We agree on the plan.(我们对这个计划意见一致)

agree to:

I agree to my plan。(他同意了我的计划)

appeal+名词从句 呼吁……

129.

be compatible with 与……兼容的

otherwise 否则;除此之外;与之不同;以其他方式;用别的方法

comparably adv.可比较地,同等地;

135.

incapable [ɪnˈkeɪpəbl] adj.无能力的,不会的; 不能的; [法]没有资格的; 不舞之鹤;~of

unable to(unable意思==incapable)

139.

step down from my current position

143.

help sb do sth(动词原形适合做help的宾语补语)

144.

confident adj.有信心的;自信的

confidential adj.秘密的;机密的

conciliation  [kən'sɪlɪ'eɪʃən] n.和解的意愿;和解;调解

escalation [ˌeskə'leɪʃn] n.扩大;恶化;升级

mediator 调停者;调解人

agreed-upon 双方共同议定的,商定的;一致同意的

dispute 争吵;吵闹

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

  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. elementui+vue修改elementUi默认样式不生效

    重写,覆盖都不行, ! important  也不行. 原因是 在style标签加了 scoped 的原因.

  2. python中关于变量名失效的案例

    案例一:传参动态导入模块. selectModule = input("please input your module name") app_name = input(" ...

  3. Java Spring Boot VS .NetCore (八) Java 注解 vs .NetCore Attribute

    Java Spring Boot VS .NetCore (一)来一个简单的 Hello World Java Spring Boot VS .NetCore (二)实现一个过滤器Filter Jav ...

  4. [原创]FPGA JTAG工具设计(一)

    先来看不同JTAG方案,下载配置QSPI Flash所耗时间 基于FTDI方案,JTAG下载时间为494sec JTAG chain configuration ------------------- ...

  5. sql修改一个字段多个值

    UPDATE 表名 SET 修改的字段=REPLACE(修改的字段,'修改的值','新值');

  6. vscode断点调试工程化客户端文件

    一.调试webpack配置文件 launch.json的配置如下,在webpack.dev.config.js文件中设置断点,开始调试. { "version": "0. ...

  7. JS-排序详解-冒泡排序

    说明 时间复杂度指的是一个算法执行所耗费的时间 空间复杂度指运行完一个程序所需内存的大小 稳定指,如果a=b,a在b的前面,排序后a仍然在b的前面 不稳定指,如果a=b,a在b的前面,排序后可能会交换 ...

  8. JSMDN常用函数总结

    /* 2018/08/25 更新日志:增加 六:条件操作符判断 2018/09/04 更新日志:增加 六.5.三元运算,六.1.注意下 ,七.eval函数使用示例*/一.数组Array常用方法1. 使 ...

  9. 08-Python入门学习-文件与函数

    一.文件 1.控制文件内指针的移动 文件内指针移动,只有t模式下的read(n),n代表的字符的个数除此以外文件内指针的移动都是以字节为单位 with open('a.txt',mode='rt',e ...

  10. vi编辑器常用操作

    vi的三种模式 1.命令模式 2.编辑模式 3.末行模式(命令模式下,按":"即可进入末行模式) 命令模式到编辑模式:插入命令i,附加命令a,打开命令o,修改命令c,取代命令r,替 ...