voa 2015 / 4 / 25
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 at. If 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的更多相关文章
- voa 2015 / 4 / 27
As reports of the death toll rise in Nepal, countries and relief organizations around the world are ...
- voa 2015.4.29
Nepal has declared three days of mourning for the victims of Saturday's 7.8 magnitude earthquake tha ...
- voa 2015 / 4 / 26
Now, Words and Their Stories, a VOA Special English program about American expressions. I'm Rich Kle ...
- voa 2015 / 4 / 14
Even with falling oil prices and strong U.S. growth, the head of the International Monetary Fund sai ...
- Murano Weekly Meeting 2015.08.25
Meeting time: 2015.August.25th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting summ ...
- 阿里云accessKey如何创建?~ 2015.08.25
选择导航条上面的ACCESSKeys(工单服务左边,我一开始也没注意到) 创建一下,然后同意 验证一下 收工
- 2015.1.25 Delphi打开网址链接的几种方法
Delphi打开网址链接的几种方法1.使用shellapi打开系统中默认的浏览器 首先需在头部引用 shellapi单元即在uses中添加shellapi,这里我们需要知道有 ...
- 10秒钟安装 Vim编辑器,5分钟浏览常用命令 2015.10.25
首先我想说,vim与vi的命令几乎相同,,所以学习编辑命令时很轻松,排除扩展相关,以及自动补全等配置的使用在外30秒钟安装 Vim编辑器,5分钟浏览常用命令环境:虚拟机Ubuntu:安装vim并浏览命 ...
- 2015第25周三iframe小结
一个 HTML页面可以有一个或多个子框架,这些子框架以<iframe>来标记,用来显示一个独立的HTML页面.这里所讲的框架编程包括框架的自我控制以及框架之间的互相访问,例如从一个框架中引 ...
随机推荐
- 修改node来增加自定义工具命令
如何通过node创建自定义cmd命令 一.命令功能的实现 1.将自己的自定义工具的文件夹放到当前使用的 node 的安装目录下的 node_modules 文件夹下面: 2.回到node安装目录下复制 ...
- qrcode生成二维码插件
今天我要和大家分享的是利用qrcode来生成二维码. 首先要使用qrcode就需要引用文件,我这边用的是1.7.2版本的jquery加上qrcode <script type="tex ...
- ASP.NET Web API 自定义 HttpParameterBinding
背景 问题的起因是这样的.群里面一个哥们儿发现在使用 ASP.NET WebAPI 时,不能在同一个方法签名中使用多次 FromBodyAttribute 这个 Attribute .正好我也在用 W ...
- Java之反射代码演示说明
还不存在的类–即我们需要使用反射来使用的类 Person类: package com.qf.demo4; public class Person { private String name; publ ...
- javaSE_05Java中方法(函数)与重载、递归-思维导图
思维导图看不清楚时: 1)可以将图片另存为图片,保存在本地来查看 2)右击在新标签中打开放大查看
- 关于echarts使用的常见问题总结
关于echarts使用的问题总结1.legend图例不显示的问题: 在legend中的data为一个数组项,数组项通常为一个字符串,每一项需要对应一个系列的 name,如果数组项的值与name不相符则 ...
- 快学scala
scala 1. scala的由来 scala是一门多范式的编程语言,一种类似java的编程语言[2] ,设计初衷是要集成面向对象编程和函数式编程的各种特性. java和c++的进化速度已经大不如 ...
- dedecms后台添加新变量和删除变量的方法
下面由做网站为大家来介绍dedecms后台添加新变量和删除变量的方法 添加新变量是做什么用的?答:可以在模板内调用的东东. 一.进入网站织梦(Dedecms)后台(以dede5.5为例),依次打开系统 ...
- 线程-join();
一.join()方法,官方描述 waits for this thread to die 等待当前线程死亡: 源码: //无参,默认调用join(0) public final void join ...
- nginx四层负载均衡配置
nginx四层负载均衡配置代理Mysql集群 环境如下: ip 192.168.6.203 Nginx ip 192.168.6.*(多台) Mysql 步骤一 查看Nginx是否安装stream模块 ...