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

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

maynowei11个月前 (08-02)技术知识198

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.

相关文章

[三菱PLC] 用"C语言"玩转PLC,三菱PLC使用ST语言超详细教程

ST语言,全称为结构化文本(Structured Text),是一种高级编程语言,专为工业自动化和控制系统设计。我们学习PLC一般是用梯形图,梯形图学会后,学习SFC,但是我发现梯形图和SFC虽然简单...

如何优雅地使用嵌入式事件标志组?

事件标志组嵌入式事件标志组是一种在嵌入式系统中广泛使用的同步机制,主要用于实现多任务间的同步与通信。事件标志组是一组事件标志位的集合,每个位代表一个事件是否发生。它允许任务等待特定的事件发生,当事件发...

从 async/await 到虚拟线程:Python 并发的再思考

演进之路:从async/await到线程的反思首先必须明确的是,async/await对Python并非全无裨益:它最大的价值,是让更多人接触到了并发编程。通过在编程语言中嵌入语法元素,并发编程的门槛...

go语言并发原语RWMutex实现原理及闭坑指南

1.RWMutex常用方法Lock/UnlockRLock/RUnlockRLocker 为读操作返回一个Locker接 口的对象2. RWMutex使用方法 func main() { var c...

Navicat Premium 连接 Oracle 数据库

Navicat Premium是一个可多重连接的数据库管理工具,它可让你以单一程序同時连接到 MySQL、SQLite、Oracle 及 PostgreSQL 数据库,让管理不同类型的数据库更加方便。...

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

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