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

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

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

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.

相关文章

C++ 原子操作与锁的深度解析:为什么原子操作并非万金油?

大噶好,我是henry,今天来和大家浅浅聊一下为啥C++原子操作并非万能钥匙,原因有三,且听我娓娓道来:一、原子操作的线程安全性C++11 的 std::atomic 确实为单个变量的线程安全操作提供...

如何正确理解Java领域中的并发锁,我们应该具体掌握到什么程度?

苍穹之边,浩瀚之挚,眰恦之美; 悟心悟性,善始善终,惟善惟道! —— 朝槿《朝槿兮年说》写在开头对于Java领域中的锁,其实从接触Java至今,我相信每一位Java Developer都会有这样的一个...

Oracle高级数据库特性揭秘:存储过程、触发器与权限管理

当谈论Oracle高级数据库特性时,存储过程和函数、触发器、权限管理和安全性以及数据库连接和远程访问是关键概念。下面我将为每个主题提供详细的解释,并附上高质量示例。存储过程和函数: 存储过程和函数是预...

China, UK should focus on cooperation, eliminate distractions: Chinese ambassador

LONDON, July 12 (Xinhua) -- China and the United Kingdom (UK) should implement the important consens...

JavaScript初学者指南(javascript初学者入门)

如果你刚接触 JavaScript,想必已经被“module bundlers vs. module loaders”、“Webpack vs. Browserify”和“AMD vs. Common...

第 14 章:集合运算 (UNION, INTERSECT, EXCEPT) - PostgreSQL入门

在之前的章节里,我们所有的操作(JOIN, 子查询, CTE)都致力于在一个查询内部,通过各种方式组合和处理数据。这一章,我们要学习一种全新的思路:将多个独立的 SELECT 查询的结果,像操作数学集...