当前位置:首页 > 技术知识 > 正文内容

高考一词多义考点! 30个高频词汇,完形填空再也不怕啦

maynowei9个月前 (08-02)技术知识162

1. address

·/a'dres/ v.处理(问题)

We must address the issue of climate change.

·/'aedres/ n.地址

Please write your address clearly.


2. bear

·/bear/v.忍受

She can't bear the noise.·n.熊

A bear appeared in the forest.


3. conduct

·/kan'd^kt/ v.进行(实验、调查)

Scientists conducted a new experiment.

· /'kpnd∧kt/ n.行为

His conduct was praised by the teacher.


4. current

·/'kxrant/ adj.当前的

The current situation is serious.

·n.水流;电流

The river has a strong current.


5. date

·/dert/n.日期

What's the date today?

·v.约会

They've been dating for months.


6. engage

·/n'ɡed/ v.参与

Students engaged in a debate.

v. 订婚 They got engaged last year.


7. file

·/fail/n.文件

Save the document in a new file.

·v.提交(申请)

He filed a complaint.


8. host

·/haust/ n.主人

The host welcomed the guests.

·v.主办

China hosted the Olympics in 2008.


9. light

·/laIt/ n.光

The room was full of light.

·adj.轻的

The bag is very light.


10.mine

· /main/ pron.我的

This book is mine.

n.矿 He works in a coal mine.


11. novel

· /'npvl/ n.小说

She wrote a best-selling novel.

·adj. 新颖的

His idea was quite novel.


12. object

· /'pbd31kt/n.物体

A strange object fell from the sky.

·/ab'dzekt/v.反对

They objected to the plan.


13. patient

./'pei∫ant/ adj. 耐心的

Teachers should be patient.

·n.病人

The doctor treated the patient.


14.present

./'preznt/ adj.现在的

The present situation is stable.

·n.礼物

He gave her a birthday present..

/prr'zent/

v.呈现

She presented her research findings.


15. project

./'prpd3ekt/ n.项目

The school launched a new project..

/pra'dzekt/ v.投射;预测

The film was projected on the wall.


16. refuse

· /rr'fju:z/v.拒绝

She refused his invitation.

· /'refju:s/ n.垃圾

Take the refuse to the bin.


17. row

· /rau/ n.一排

We sat in the front row.

n.尹吵

They had a row over money.


18. seal

·/si:l/ n.海豹

Seals live in cold oceans.

·v.密封

Seal the envelope before mailing.


19. tender

· /'tendar/ adj. 温柔的

She gave him a tender smile.

·adj.嫩的(食物)

The meat is very tender.


20. wind

/wind/n.风

The wind blew strongly.

·/waind/ v.缠绕

Wind the rope around the pole.


21. yield

./ji:ld/ v.产生(结果)

The experiment yielded good results.

·v.让步

He yielded to their demands.


22. attribute

·/a'tribju:t/ v. 归因于

She attributed her success to hard work.

·/'aetribju:t/n.特性

Kindness is his best attribute.


23. content

·/'kpntent/n.内容

The book's content is fascinating..

/kan'tent/ adj.满足的

He was content with his life.


24. discount

·/'diskaunt/ n.折扣

The store offers a 50% discount.

/diskaunt/v.忽视

Don't discount his advice.


25. exploit

· /Ik'splort/ v.剥削

The workers were exploited.

·/'eksplort/ v.利用(资源)

We must exploit solar energy.


26. lie

· /laI/ v.躺(过去式 lay) She lay on the sofa.

·/laI/ v.撒谎(过去式lied) He lied about his age.


27. match

·/maet∫/ n.比赛

They won the football match.

·n.火柴

Light a match to see the path.


28. mold

./mauld/n.霉菌

Bread can grow mold if left damp.

·v.塑造

Education molds a child's character.


29. pupil

·/'pju:pl/ n.学生

The pupils listened carefully.

·n.瞳孔

Her pupils dilated in the dark.


30. sink

· /sink/ v.下沉

The ship sank in the storm.

·n.水槽

Wash the dishes in the sink.

相关文章

Win10系统除了移植Objective C,还要有Swift

IT之家讯Build2015大会最让人震惊的莫属微软推出工具,Win10系统可以移植安卓/iOS应用,特别是后者使用的Objective C编程语言,不过最新消息表明,微软连苹果最新的Swift移植也...

Objective C interface(objective什么意思)

在Objective C里面,interface基本可以理解为其他语言里面的class。当然也有些不同。首先我们可以新建一个Objective-C的file。这里我们添加一个MyClass.m和一个M...

CPU「离奇」飙到 100%!开发者挖出 Linux 内核 16 年老 Bug:这么多年竟无人发现?

【CSDN 编者按】每一次对旧设备的升级都仿佛是一场跨越时代的冒险。本文作者致力于将基于 PXA166 的 Chumby 8 设备从 Linux 2.6.28 版本升级到现代 6.x 版本,然而,在看...

C语言进阶教程:线程同步:互斥锁、条件变量与信号量

在多线程编程中,线程同步是确保数据一致性和程序正确性的关键。当多个线程需要访问共享资源时,如果缺乏适当的同步机制,就可能导致竞态条件(Race Condition)、死锁(Deadlock)等问题。本...

本地配置plsql远程连接oracle数据库

由于Oracle的庞大,有时候我们需要在只安装Oracle客户端如plsql、toad等的情况下去连接远程数据库,可是没有安装Oracle就没有一切的配置文件去支持。最后终于发现一个很有效的方法,O...

Oracle数据库安装 | 步骤详细(oracle数据库怎么安装及配置)

部署环境系统:CentOS 7.1 (Redhat版本也可以)数据库:Oracle 11gR2 1.修改hosts文件1.1 查询主机名和IP地址1.2 修改/etc/hosts文件如下2.挂载操作系...