(2) English Learning

数词有基数词和序数词两种。英语的数词可以作句子的主语、宾语、表语和定语。
基数词:表示数目的词叫基数词。
1、 英语中常用的基数词有:除了图片上的,还有以下一些
1000→one(a) thousand,10000→ ten thousand,100000→one hundred thousand ,1000000→one million,10000000→ten million, 100000000→one hundred million,
108→one hundred and eight, 146→one hundred and forty-six, 500→five hundred , 1001→one thousand and one, 1813→one thousand eight hundred and thirteen.
2、[注]:(1)百位与十位之间要加and;十万位和万位,亿位和千万位之间通常也要加and。
(2)英语用千、百万等单位计数,大数字从右向左看, 每隔三位划一逗号,倒数第一个逗号之前要用thousand,倒数第二个逗号之前要用million,倒数第三的逗号之前要用billion表示。
(3) hundred、 thousand、 million作数词时,不用复数,前面可以加上one, two, …等其它数词。用作名词时复数表示“成…上…”,后面必须要有of,前面可以加上some,many,several等词。如:five hundred(五百), hundreds of(成百上千的), ten thousand(一万), thousands of(成千上万的), millions of(成百万的)
序数词
序数词:表示顺序的数词叫序数词。
1、 英语的序数词基本变法:
(1) 一般在基数词后加th,(2)-ve结尾的改为-fth,(3)-ty结尾的改为-tieth,(4)熟记特殊词。
2、序数词如下:除了图片上的还有如下一些
1000th→one thousandth, 1000000th →one millionth., 第703→the seven hundred and third,
第5480→the five thousand four hundred and eightieth.
3、注:(1)两位以上的序数词仅个位数部分用序数词,其余部分仍用基数词。如:thirty-sixth,
(2) 使用序数词时一般加定冠词the. 如:I’m in the third grade.
(3) 序数词作“几分之几”讲时,有复数形式。如:1/5→one fifth ; 2/3→ two thirds ; 4/7→ four sevenths ; 1/2→ a half ; 1/4→a quarter ; 3/4→ three quarters ; 50%→ fifty hundredths ( fifty per cent).
4、数词的用法:
1、表示年份:2002: twenty thousand and two ; 1976 : nineteen seventy-six.
2、表示日期: 12月1日: Dec.1st或the first of December;2002年11月8日: Nov. 8th, 2002.
3、表示时刻: 5:15→ five fifteen或a quarter past five ; 8:30→ eight thirty或half past eight ; 10:45→ ten forty-five或a quarter to eleven.
4、表示编号:Room 105→Room one 0 five; Bus No.13→Bus Nu-mber Thirteen; P.5→Page Five; Tel.No.7658659→Telephone Number seven-six-five-eight-six-five-nine
5、小数的读法:5.7→ five point seven, 0.16 →zero point one six.
6、“半”的表达: 1/2→half, 半小时→half an hour, 1.5小时→one and a half hours或one hour and a half.
7、序数词前面加the时,表示顺序,加a/an时表示“再一、又一”。如:The third lesson is rather difficult.(第三课相当难)/
Shall we read the text a third time?(我们把课文读第三遍,好吗?)
(2) English Learning的更多相关文章
- English Learning
EnglishPod 百度云盘:http://pan.baidu.com/s/1eQUJquA
- English learning method ---学英语重中之重打通“任督二脉”
漫漫十年艰辛路,英语学习之旅 曾经秉承“路漫漫其修远兮,吾将上下而求索”的信念,初一那年了解到原来(a b c d e f g) 不仅仅读作(啊,波,词,的,额,佛,哥),在英语的世界中它有另外的读法 ...
- 程序猿学英语—In July the English learning summary
七月的英语学习更加曲折,七月初.查看更多,周六和周日可以保证每天两小时的英语教室学习.周一到周 五一般是上完晚自习九点多来机房学习英语,学习一个小时十点多再回宿舍. 考完试,回家待了五天,不好意思的说 ...
- English Learning - Vampire bats
" Vampire bats are very adaptable." Bambi said. And when their roosts are disrupted or the ...
- (1) English Learning
1. no-brainer 不必花脑筋的事物 This tool is really no-brainer that almost everyone can use it. 这个工具太简单用了,不会 ...
- 程序猿学英语—In August the English learning summary
时间真快,总结的7月份英语学习总结刚刚结束,转眼间又该对8月份的英语学习进行小节了. 进入8月初.下发了一个文档,用一个星期的时间学音标.纠音. 在王美的带领下我组也发起了纠音运动. 刚开 始纠音的时 ...
- 程序猿学英语——In September the English learning summary
转眼间9月份又过去了,又该好好总结一下这个月的英语学习情况了. 在暑假快结束的时候.9期师姐给我们測了英语快照.当初測的时候就发现一个问题:当測自己听过尤其是读过的东 西的时候,自己都能听出来.測自己 ...
- English Learning -- 0611--When Burnout Is a Sign You Should Leave Your Job
I like the following article from Harvard Business Review, as I ever experienced burnout at work. Ve ...
- methodology of english learning
classify the vocabulary into different catigories syllabus about person
随机推荐
- 编译Console程序时,可以指定Main入口函数
有如下简单的console程序 using System; namespace HelloWorld { class Program { static void Main(string[] args) ...
- ES6新特性6:模块Module
本文摘自ECMAScript6入门,转载请注明出处. 一.Module简介 ES6的Class只是面向对象编程的语法糖,升级了ES5的构造函数的原型链继承的写法,并没有解决模块化问题.Module功能 ...
- C# 生成自签名CA证书
"; string signatureAlgorithm = "SHA1WithRSA"; // Generate RSA key pair var rsaGenerat ...
- selenium+python unittest实践过程之问题杂集
1.列表选择项后直接获取文本内容获取不到,应该获取选择后显示的button的值 2.取值后的值带有空格,可以使用.strip()删除前后空格,以便断言 3.取值后有些值需要对类型进行转换才能断言成功 ...
- Java反射学习二
利用反射进行对象拷贝的例子 如下例程ReflectTester类进一步演示了Reflection API的基本使用方法. ReflectTester类有一个copy(Object object)方法, ...
- 【转】打包2个10g文件 测试
微博上kevin_prajna提了一个问题:“求Linux下一打包工具,需求:能把两个10G的文件打包成一个文件,时间在1分钟之内能接受!”. 暂且作答一下吧.首先问题是求解工具,那么我们忽略IO问题 ...
- zookeeper 集群安装与配置
Zookeeper安装和配置 准备工作 安装 JDK,此步略. 下载 zookeeper wget http://archive.apache.org/dist/zookeeper/zookeeper ...
- vue2 broadcast和dispatch的理解
/* broadcast 事件广播 @param {componentName} 组件名称 @param {eventName} 事件名 @param {params} 参数 遍历寻找所有子孙组件,假 ...
- 《Mysql必知必会》笔记
两年前买的书,因为种种原因一直没看,零碎抽点时间看一遍,感觉对自己有用的就顺手记录下.之后转身就把这本书甩了,因为这本书的内容大多是增删改查语句,不实操只看的话,没有什么意义.而且作为一个测试,其实在 ...
- 在 .NET Core项目中使用UEditor图片、文件上传服务
在.NET Framework中使用UEditor时,只需要将UEditor提供的后端服务,部署为一个子程序,即可直接使用文件上传相关的服务,但是UEditor官方并未提供.Net Core的项目,并 ...