When English speakers talk about time and place, there are three little words that often come up: in, on, and at. These common words are prepositions that show a relationship between two words in a sentence.

Some prepositions are rather easy for English learners to understand: behind, over, under, next to, etc...

But these little two-letter prepositions seem to create confusion. Here are a few rules to help you understand when to use in, on, and at in a sentence.

For describing time and place, the prepositions in, on, and at go from general to specific.

 

Prepositions and Time

Let's start by looking at how we talk about time. English speakers use in to refer to a general, longer period of time, such as months, years, decades, or centuries. For example, we say "in April," "in 2015" or "in the 21st century."

Moving to shorter, more specific periods of time, we use on to talk about particular days, dates, and holidays . You may hear, "I went to work on Monday," or "Let's have a picnic on Memorial Day."

For the most specific times, and for holidays without the word "day," we use at. That means you will hear, "Meet me at midnight," or "The flowers are in bloom at Easter time."

Prepositions and Place

When English speakers refer to a place, we use in for the largest or most general places. You can say that "VOA is located in Washington, D.C." And "for the best food, try the restaurants in Chinatown."

For more specific places, like certain streets, we use the preposition on. You may know that President Obama lives on Pennsylvania Avenue inWashington, D.C.

Finally, we get to the most specific places. For exact addresses or intersections, we use the preposition atIf I invited you to visit us here at VOA, I would say, "Come to my office at 330 Independence Avenue." To be exact, it's at the corner of Independence and 3rd Street."

In English, though, there is always an ‘exception to the rule.' When talking about transportation, things get a little hard to understand. We use on for public vehicles like buses or trains, but also for smaller ones like a bicycle. "I rode there on my bicycle." However, you ride in a car.

Still, it helps to know that English prepositions do have some rules.

Following the "general to specific" rule should help you most of the time.

specific - adj. clearly and exactly presented or stated : precise or exact

intersection - n. the place where two or more streets meet or cross each other

voa 2015 / 4 / 25的更多相关文章

  1. voa 2015 / 4 / 27

    As reports of the death toll rise in Nepal, countries and relief organizations around the world are ...

  2. voa 2015.4.29

    Nepal has declared three days of mourning for the victims of Saturday's 7.8 magnitude earthquake tha ...

  3. voa 2015 / 4 / 26

    Now, Words and Their Stories, a VOA Special English program about American expressions. I'm Rich Kle ...

  4. voa 2015 / 4 / 14

    Even with falling oil prices and strong U.S. growth, the head of the International Monetary Fund sai ...

  5. Murano Weekly Meeting 2015.08.25

    Meeting time: 2015.August.25th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting summ ...

  6. 阿里云accessKey如何创建?~ 2015.08.25

    选择导航条上面的ACCESSKeys(工单服务左边,我一开始也没注意到) 创建一下,然后同意 验证一下 收工

  7. 2015.1.25 Delphi打开网址链接的几种方法

    Delphi打开网址链接的几种方法1.使用shellapi打开系统中默认的浏览器              首先需在头部引用 shellapi单元即在uses中添加shellapi,这里我们需要知道有 ...

  8. 10秒钟安装 Vim编辑器,5分钟浏览常用命令 2015.10.25

    首先我想说,vim与vi的命令几乎相同,,所以学习编辑命令时很轻松,排除扩展相关,以及自动补全等配置的使用在外30秒钟安装 Vim编辑器,5分钟浏览常用命令环境:虚拟机Ubuntu:安装vim并浏览命 ...

  9. 2015第25周三iframe小结

    一个 HTML页面可以有一个或多个子框架,这些子框架以<iframe>来标记,用来显示一个独立的HTML页面.这里所讲的框架编程包括框架的自我控制以及框架之间的互相访问,例如从一个框架中引 ...

随机推荐

  1. 第三章(附)mysql表类型MyISAM和InnoDB区别(决定了是否支持事务)

    mysql表类型MyISAM和InnoDB区别 MyISAM:这个是默认类型,它是基于传统的ISAM类型,ISAM是Indexed Sequential Access Method (有索引的顺序访问 ...

  2. Linux vi 命令详解

    vi共分为三种模式:分别是一般模式,编辑模式与命令行模式 一般模式:以vi打开一个文件就直接了一般模式(这是默认的模式) 编辑模式:在指令模式下输入的按键“i, I, o, O, a, A, r, R ...

  3. js实现超出一定字数隐藏并用省略号"..."代替,点击后又可进行展开和收起,

    原理简单阐述:放两个一模一样的div,把你要展示的文字放进去.页面初始化的时候,第一个div展示,第二个 div隐藏,就是这么简单.(ps:可以直接复制代码到你自己项目中,查看效果) 样式部分(记得引 ...

  4. jquery实现点击进行跳转后,改点击的元素添加选中的效果

    <style> .active { color: red; } </style> //html代码 <ul id="tab2"> <li& ...

  5. javaSE_07Java中类和对象-封装特性--练习

    1.编写封装一个学生类,有姓名,有年龄,有性别,有英语成绩,数学成绩,语文成绩,一个学生类,我们关注姓名,年龄,学历等信息,要求年龄必须在19-40岁之间,默认为19,学历必须是大专,本科,研究生这几 ...

  6. Python成长之路 — 字典

    一.字典的定义与创建 字典是Python中唯一内建的映射类型.你可以将其想象成书本的目录,章节名称代表"key",页码则代表"value".书本的目录本质上是也 ...

  7. 对 dotweb 框架进行统一的自定义错误处理

    助移动端的增长,如今 RESTful 风格的 API 已经十分流行, 用各种语言去写后端 API 都有很成熟方便的方案,用 golang 写后端 API 更是生产力的代表, 你可以用不输 python ...

  8. sql 中三大范式详解

     1 第一范式(1NF)    在任何一个关系数据库中,第一范式(1NF)是对关系模式的基本要求,不满足第一范式(1NF)的数据库就不是关系数据库.     所谓第一范式(1NF)是指数据库表的每一列 ...

  9. js for循环 等腰三角形demo

    <script> for(var i=1;i<10;i++){ for(var j=1;j<10-i;j++){document.write(" ")} f ...

  10. RELabel : 一个极简的正则表达式匹配和展示框架

    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,bi ...