【托业】【全真题库】TEST2-语法题
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-语法题的更多相关文章
- 【托业】新托业全真题库---TEST1
clearly indicate ——clearly可以修饰indicate(表明:暗示:指示) recently只用于现在完成时和过去完成时中 municipal gallery 市立美术馆 per ...
- 【托业】【新东方托业全真模拟】TEST09~10-----P5~6
at no time 绝不,从不 takeover 收购 startup n.启动; 新兴公司(尤指新兴网络公司); 新兴公司,新开张的企业; specific具体的,特定的:factual 事实的, ...
- 【托业】【新东方托业全真模拟】TEST07~08-----P5~6
unless ---conj:barring(除非,不包括)perp+名词短语 be capable of doing 有能力做某事 qualified commensurate with 与……相应 ...
- 【托业】【新东方托业全真模拟】TEST05~06-----P5~6
credit A with B 把A归功于B present A with B 给A赠送B proofread thoroughly 彻底地校对:exclusively 专门地:独占地:apparen ...
- 【托业】【跨栏阅读】错题集-REVIEW1
05 06 REVIEW 1
- 【OCP-12c】CUUG 071题库考试原题及答案解析(17)
17.(7-11) choose twoView the Exhibit and examine the structure of ORDER_ITEMS and ORDERS tables.You ...
- 【OCP-12c】CUUG 071题库考试原题及答案解析(14)
14.(6-13) choose the best answer:View the Exhibit and examine the structure of the ORDERS table.Whic ...
- 【OCP-12c】CUUG 071题库考试原题及答案解析(13)
13.(6-7) choose twoWhich two statements are true regarding operators used with subqueries? (Choose t ...
- C语言题库的上机题
1.编写函数,实现从键盘上输入一个小写字母,将其转化为大写字母. #include<stdio.h> int zhuanhua(char s); void main(){ char s; ...
- 【OCP认证12c题库】CUUG 071题库考试原题及答案(28)
28.choose the best answer Evaluate the following SQL statement: SQL> SELECT promo_id, promo_categ ...
随机推荐
- Python-Django-Djangorestframwork
1 CBV源码分析(cbv和fbv) 1 在views中写一个类,继承View,里面写get方法,post方法 2 在路由中配置: url(r'^test/', views.Test.as_view( ...
- unity读取txt,并且生成vector3的数组
读取txt的脚本: public void ReadFileTX(){ var str = File.ReadAllText(Application.streamingAssetsPath + &qu ...
- ionic3 验证比特币,以太坊,莱特币和其他流行的加密货币地址
Install ❯❯❯ npm install cryptaddress-validatorionic3 中的引入 import * as cryptaddress from 'cryptaddres ...
- 文本处理三剑客之awk(No.1)
示例1:只查看test.txt文件内的第3到第7行的内容 awk '{if(NR>=3 && NR<=7) print $0}' test.txt #其中的$0是输出整个行 ...
- 最新版 IntelliJ IDEA2018.3.x 破解教程
https://www.cnblogs.com/Candies/p/10050831.html
- Postman 安装及使用入门教程(我主要使用接口测试)
1.Postman 安装及使用入门教程(我主要使用接口测试)Postman的English官网:https://www.getpostman.com/chrome插件整理的Postman中文使用教程( ...
- Java NIO系列1-概观
Java NIO系列1-概观 Java NIO.中间的N你既可以理解为(new),也就是新的IO,相对于java1.5之前的IO它确实是新的;也可以理解为(no-blocking),也就是非阻塞的IO ...
- vue-cli按需加载,懒加载组件
vue来做一个单页面应用,当我们的项目越来越大,组件越来越多的时候,首次启动项目户特别慢,就算做一个加载框,蒙层之类的,体验也不会好,这个时候就需要按需加载 1.什么叫按需加载 所谓按需加载,顾名思义 ...
- 利用NSE脚本检测域传送和证书透明度滥用
nslookup -type=NS <domain> <server> nmap -p 53 --script dns-zone-transfer --script-args ...
- Chapter 1 An Overview of Computers and Programming Languages
Babylon巴比伦 loom织布机 weaver, WHO uses loom to work census: to count the population tabulate: make into ...