1 Summary

The present perfect is an important verb tense in English. It is used to talk about things that happened at unspecified times in the past. The present perfect makes a connection between the past and the present.

2 Form

To form the present perfect, you need to know how to form the past participle of verbs. With regular verbs, the past participle form is the same as the simple past form--they both end in "-ed." But some verbs are irregular. Note that this is not a complete list of irregular verbs.

3 Expression

The form of the present perfect is "have" or "has" + past participle. With the pronouns "I," "you," "we," and "they," "have" is usually shortened to "'ve" in spoken English. With the pronouns "she," "he," and "it," "has" is usually shortened to "'s" in spoken English.

have/has + seen(been, done, eaten)

My friends have seen that moive.

He's been to Paris.

Mary has done the job.

4 How to use

The present perfect is used for three main purposes.

First, it can show that something happened at an unspecified time in the past. The sentence on the screen tells us that Michael finished his report some time in the past, but we don't know exactly when he finished it. "Already" can be used to emphasize that something happened before now.

Michael has finished his report.

Thomas has left already.

I've already paid for our drinks.

Second, the present perfect can also show that something was repeated at two or more unspecified times in the past. The sentence on the screen tells us that Bob saw a play five times in the past but doesn't tell us when he saw it.

Bob has seen that play five times.

I have been to that restaurant a million times.

Yoshiko has visited France many times.

Finally, the present perfect can be used with "since" or "for" to show that something began in the past and continues into the present. "Since" is followed by the specific time that an action began. "For" is followed by the length of time of an action.

Karl has worked here since January.

Karl has worked here for four months.

I have been here since 7:00 a.m.

I have been here for three hours.

5 Question forms

Use the present perfect to ask if something happened at an unspecified time in the past. The form is "have/has" + subject + past participle. "Ever" after the subject emphasizes that you are asking if something happened at any time at all. "Yet" at the end of the sentence emphasizes that something is expected to happen.

Have you learned to play the piano?

Has she talked to her manager yet?

Has Karl ever visited France?

6 Negative forms

The negative form ("have/has" + "not" + past participle) shows that something didn't happen before now. "Have not" and "has not" are often shortened to "haven't" and "hasn't." "Never" after "have/has" emphasizes that something has not happened. "Yet" at the end of the sentence emphasizes that something might still happen.

have/has + not + (gone, paid, heard, eaten)

We haven't gone to that show.

Joe has not paid for his ticket yet.

Anna has never heard that story.

I have never eaten here.

6-4 The present perfect的更多相关文章

  1. Come and join us at English corner

    2012.12.26 Hi all, How are you doing? Merry post-Christmas and happy upcoming New year!! I wish you ...

  2. 【246】◀▶IEW-Unit11

    Unit 11 Transport 1. Model1题目分析 Some countries attempt to solve the problem of traffic congestion by ...

  3. 留学Essay写作常见谬误盘点

    留学生在完成英语论文作业的时候总会出现各种各样的谬误,导致最后拿不到高分,甚至挂科,最终只得选择写作完成.本文小编为大家总结出我们留学生在essay写作中几个常见谬误,希望大家有则改之,无则加勉. E ...

  4. Machine Learning in Finance – Present and Future Applications

    https://emerj.com/ai-sector-overviews/machine-learning-in-finance/ Machine learning has had fruitful ...

  5. Swift3.0服务端开发(一) 完整示例概述及Perfect环境搭建与配置(服务端+iOS端)

    本篇博客算是一个开头,接下来会持续更新使用Swift3.0开发服务端相关的博客.当然,我们使用目前使用Swift开发服务端较为成熟的框架Perfect来实现.Perfect框架是加拿大一个创业团队开发 ...

  6. 跳转时候提示Attempt to present on while a presentation is in progress

    出现这种情况,例如:我在获取相册图片后,直接present到另一个页面,但是上一个页面可能还未dismiss,所以,要在获取相册图片的dismiss方法的complete的block里面写获取图片及跳 ...

  7. find your present (感叹一下位运算的神奇)

    find your present (2) Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Ot ...

  8. [LeetCode] Valid Perfect Square 检验完全平方数

    Given a positive integer num, write a function which returns True if num is a perfect square else Fa ...

  9. [LeetCode] Perfect Squares 完全平方数

    Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 1 ...

随机推荐

  1. 关于mybatis条件查询 报错:元素内容必须由格式正确的字符数据或标记组成

    原查询 select sum(case when age<=16 then 1 else 0 end ) age1, sum(case when age>16 and age<=25 ...

  2. 高效开发者是如何个性化VS Code插件与配置的?

    2年之前,我放弃了Sublime Text,选择了Visual Studio Code作为代码编辑器. 我每天花在VS Code上的时间长达5~6个小时,因此按照我的需求优化VS Code配置十分必要 ...

  3. 通过JavaScript调用SOAP终结点执行实体消息

    关注本人微信和易信公众号: 微软动态CRM专家罗勇 ,回复148或者20150813可方便获取本文,同时可以在第一时间得到我发布的最新的博文信息,follow me! 利用OData终结点可以方便的对 ...

  4. 欧洲AI规范先行,值得肯定与借鉴 --- 我看欧盟发布AI道德规范

    欧洲AI规范先行,值得肯定与借鉴 --- 我看欧盟发布AI道德规范 [事件回放] 近日,据外媒报道,欧盟委员会(EC)任命的人工智能高级专家小组发布了AI开发和使用的道德草案,内容长达37页,提出可信 ...

  5. Windchill基本业务对象-文档

    文档的类型: (1)WTDocumetManster :是文档的主要信息,一个文档只有一条记录:(2)WTDocument:是文档小版本记录,每一个文档小版本都有一条记录: 备注:(1)文档大版本记录 ...

  6. mssql sqlserver获取指定月份当月天数总和

    摘要: 下文通过sql函数的形式,获取指定月份的总天数 实验环境:sqlserver 2008 R2 制作思路: 1. 获取指定月份的第一天, 2. 并采用dateadd向后加一个月形成一个新的日期 ...

  7. 【原】Java学习笔记012 - 数组

    package cn.temptation; public class Sample01 { public static void main(String[] args) { // 需求:小店对自己的 ...

  8. Django REST framework基础:序列化

    表结构: class Article(models.Model): id = models.AutoField(primary_key=True) title = models.CharField(m ...

  9. springboot项目屏蔽mq或者mongodb的监控日志输出

    最近写项目,用的是springboot,其中用到了rabbitmq和mongodb,配置完成 项目启动后,会输出如下日志: mongodb和mq的检测,会一直打印日志,这样会影响开发人员的测试. 如何 ...

  10. 【Teradata SQL】禁用和启用数据库用户登录

    1.禁用数据库用户登录 禁用登录后,再次登录会报用户或密码错误.执行命令如下: //使用dbc用户执行SELECT 'REVOKE LOGON ON ALL FROM '||USERNAME||';' ...