1 Definite and Indifinite articles

Indefinite articles: a, an, some

Definite article:  the

2 a and the

Did you see a moive last night? Yes I saw a comedy.

Did you see the moive last night? Yes it was excellent.

  Note the difference between "a" and "the." When the first speaker uses "a," she is talking about any movie, not a specific movie. When she uses "the," she is talking about a specific movie that her listener is already familiar with.

3 Indefinite articles: a, an, some

① A

We need to hire a new salesperson.

  Use "a" or "an" with indefinite nouns that are singular and countable. A noun is indefinite when you or your listener is not thinking of a specific person or thing. In this sentence, the speaker needs to hire someone, but he doesn't have anyone specific in mind. "Salesperson" is singular and countable.

I went to a moive last night.

The moive starred two of my favorite actors.

  Use an indefinite article--"a," "an," or "some"--the first time you mention something. After the first mention, it becomes definite and you should use "the". In this example, the speaker uses "a" the first time she mentions "movie". After the first mention, she uses "the."

② An

a dollar    an employee

a salary      an umbrella

a university  an honest person

  Use "a" before consonant sounds and "an" before vowel sounds. Note that the sound, not the spelling, is important. "University" is spelled with a vowel, "u," but it begins with a consonant-sound, "y," so "a" is used. "Honest" is spelled with a consonant, "h," but it begins with a vowel-sound, "a," so "an" is used.

③ Some

I bought some vegetables.

I bought some meat.

How much did you buy?

  Use "some" with indefinite nouns that are plural or uncountable. In this dialogue, the listener doesn't know specifically how many vegetables or how much meat the speaker bought. "Vegetables" is plural and "meat" is uncountable.

4 Definite article: the

I spoke to the chairman yesterday.

  Use "the" with definite nouns. A noun is definite when you and your listener both know which person or thing you are talking about. In this sentence, both people know which chairman they're discussing. They've talked about that person before.

Did you see the moon last night?

I'd like to order the roast beef.

  Use "the" with unique nouns. A noun is unique when there is only one. In these sentences, there is only one moon above the earth, and there is only one roast beef dish on the menu.

6-3 Articles(a, an, some, the)的更多相关文章

  1. http://www.sqlservercentral.com/articles/Failover+Clustered+Instance+(FCI)/92196/

    http://www.sqlservercentral.com/articles/Failover+Clustered+Instance+(FCI)/92196/ http://blogs.msdn. ...

  2. https://yq.aliyun.com/articles/65125?spm=5176.100240.searchblog.18.afqQoU

    https://yq.aliyun.com/articles/65125?spm=5176.100240.searchblog.18.afqQoU

  3. docker articles&videos

    https://github.com/docker/docker https://channel9.msdn.com/Blogs/containers?page=2 https://blog.dock ...

  4. Articles Every Programmer Must Read

    http://javarevisited.blogspot.sg/2014/05/10-articles-every-programmer-must-read.html Being a Java pr ...

  5. http://www.tuicool.com/articles/RzUzqei

    http://www.tuicool.com/articles/RzUzqei http://www.cnblogs.com/piaolingzxh/archive/2015/01/01/419783 ...

  6. DB Query Analyzer 5.04 is released, 63 articles concerned have been published

    DB Query Analyzer 5.04 is released, 63 articles concerned have been published DB QueryAnalyzer is pr ...

  7. DB Query Analyzer 6.04 is distributed, 78 articles concerned have been published

        DB Query Analyzer 6.04 is distributed,78 articles concerned have been published  DB Query Analyz ...

  8. Oracle PL/SQL Articles

    我是搬运工....http://www.oracle-base.com/articles/plsql/articles-plsql.php Oracle 8i Oracle 9i Oracle 10g ...

  9. Oracle 11g Articles

    发现一个比较有意思的网站,http://www.oracle-base.com/articles/11g/articles-11g.php Oracle 11g Articles Oracle Dat ...

  10. Miscellaneous Articles

    标记一下,慢慢看  http://www.oracle-base.com/articles/misc/articles-misc.php Miscellaneous Articles DBA Deve ...

随机推荐

  1. 从零开始学安全(三十七)●VM汇编环境搭建

    需要下载 vm 虚拟机 破解版连接 链接:https://pan.baidu.com/s/1r9MyPkNBmiYhQ8bdUxPmvQ 提取码:2o98 镜像文件和开发环境 链接:https://p ...

  2. 使用 empApi 组件实现 Change Data Capture 功能

    Change Data Capture 功能是从 Winter '19 版本开始正式启用的功能. 它是基于"发布-订阅"模式设计,可以将 Salesforce 中记录的改变自动推送 ...

  3. java对接申通下单接口示例代码

    上面是控制台示例代码 public class Sample{ private final static String URL = "http://order.sto-express.cn: ...

  4. Kasaraju算法--强连通图遍历及其python实现

    在理解有向图和强连通分量前必须理解与其对应的两个概念,连通图(无向图)和连通分量. 连通图的定义是:如果一个图中的任何一个节点可以到达其他节点,那么它就是连通的. 例如以下图形: 这是最简单的一个连通 ...

  5. Numpy库的下载与安装总结

    今天在做Plotly的散点图时,需要Numpy 这个库的使用 没有安装Numpy这个库的时候,报错一般是下图这样:ModuleNotFoundError: No module named 'numpy ...

  6. SpringMVC从认识到细化了解

    目录 SpringMVC的介绍 介绍: 执行流程 与strut2的对比 基本运行环境搭建 基础示例 控制器的编写 控制器创建方式: 请求映射问题: 获取请求提交的参数 通过域对象(request,re ...

  7. eclipse IDE使用git方法简单介绍

    eclipse下使用git插件上传代码至github 1.eclipse下安装git eclipse  git 插件的安装. 点击 Help->Install New Software-> ...

  8. centos后台运行Python

    在服务器上,为了退出终端,程序依然能够运行,需要设置程序在后台运行. 关键的命令:nohup *基本用法:进入要运行的py文件目录前 nohup python  -u test.py > tes ...

  9. docker容器日志收集方案(方案N,其他中间件传输方案)

    由于docker虚拟化的特殊性导致日志收集方案的多样性和复杂性下面接收几个可能的方案 ​ 这个方案各大公司都在用只不过传输方式大同小异 中间件使用kafka是肯定的,kafka的积压与吞吐能力相当强悍 ...

  10. JavaScript作用域链的理解

    前言 作用域是JavaScript一个很重要的概念,想要学好JavaScript就需要理解javascript作用域和作用域链的工作原理.这篇文章对JavaScript作用域链和作用域链做一个简单的介 ...