6-1 Quantifiers
1 Quantifiers are used to describe the number or amount of something. Certain quantifiers are used with certain kinds of nouns.
a couple of a little any
a few little enough
few much some
many a great deal of a lot of
2 Countable Nouns and Uncontable
The nouns on the left side are examples of countable nouns. They can follow "a" or "an" in the singular. Adding "s" or "es" makes them plural. The nouns on the right side are examples of uncountable nouns. They cannot follow "a" or "an" and cannot be made plural.
Countable Uncountable
idea message inforamtion news
project coumputer advice support
report car money love
3 Quantifiers with Countable Nouns
a couple of usually means two
a few is approximately 2 - 4, it implies a small number
few without "a" is almost none, it implies a smaller number than expected
several is more than a few
many is a large number
These quantifiers describe the number of a countable noun. "A couple of" usually means two. "A few" is approximately 2 - 4. It implies a small number. "Few" without "a" is almost none. It implies a smaller number than expected. "Several" is more than a few. "Few" and "several" are usually not used in questions. "Many" is a large number.
4 Quantifiers with Uncountable Nouns
a little is a small amount
little without "a" is almost none, it implies less than expected
much is a large amount, and is usually used in questions ("how much") and negative statements ("not much")
a great deal of is a large amount
These quantifiers describe the amount of an uncountable noun. "A little" is a small amount. "Little" without "a" is almost none. It implies less than expected. "Little" isn't used in questions. "Much" is a large amount, and is usually used in questions ("how much") and negative statements ("not much"). "A great deal of" is a large amount.
5 Quantifiers with countable or uncountable Nouns
① any
Do you have any computers(furniture) in the conference room?
② enough
Do we have enough chairs(money) for lunch?
③ some
He has some ideas(information) about the new product.
④ a lot of
We've received a lot of messages(support) from the CEO.
These quantifiers can be used with either countable or uncountable nouns. "Any" is usually used only in questions or in negative statements. It means even the smallest number or amount. "Enough" is as many or as much as necessary. "Some" is an indefinite number or amount. "A lot of" is a large number or amount.
6 The quantifiers for question and neagtive statements.
I don't have any(some used here is wrong) money.
I won't make make a lot of or many(if several used here is wrong) changes.
7 Quantifiers that can't be used in Negative statement
a couple of several a little
a few some little
few
8 All of the expressions of quantity can be used without a noun if the meaning is clear. Note that in this case, "of" is not used after "a lot."
Do you have enough?
I have a lot.
Do you want some?
I don't want any.
6-1 Quantifiers的更多相关文章
- Discrete Mathematics and Its Applications | 1 CHAPTER The Foundations: Logic and Proofs | 1.4 Predicates and Quantifiers
The statements that describe valid input are known as preconditions and the conditions that the outp ...
- 正则表达式中的Quantifiers
?: Match an element zero or one time 例如: colou?r: color 或 colour 但不能是 colo2r *: Match an element zer ...
- 原生JS:RegExp对象详解
@import url(http://i.cnblogs.com/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/c ...
- 《Java学习笔记(第8版)》学习指导
<Java学习笔记(第8版)>学习指导 目录 图书简况 学习指导 第一章 Java平台概论 第二章 从JDK到IDE 第三章 基础语法 第四章 认识对象 第五章 对象封装 第六章 继承与多 ...
- C#基础知识简单梳理
本文是转发博友的总结,方便自己以后随时温习: 1.值类型和引用类型 1.1堆和栈 简单的说值类型存放在堆栈上面,引用类型的数据存放在托管堆上面(它的引用地址却存放在堆栈上面)! 栈:它是一个内存数组, ...
- PHP正则表达式详解(一)
前言: 半年前我对正则表达式产生了兴趣,在网上查找过不少资料,看过不少的教程,最后在使用一个正则表达式工具RegexBuddy时,发现他的教程写的非常好,可以说是我目前见过最好的正则表达式教程.于是一 ...
- Thinking in Java——笔记(13)
Strings Immutable Strings Objects of the String class are immutable. Every method in the class that ...
- java中关于正则一些基础使用
希望能帮到有需要的朋友.-----转载请注明出处. 对于正则处理相关的知识,我一开始是从网上找资料配合使用Java API1.6的一个中文版进行学习,很感谢翻译这个版本的团队(机构)或者个人,很感谢那 ...
- SA: 情感分析资源(Corpus、Dictionary)
先主要摘自一篇中文Survey,http://wenku.baidu.com/view/0c33af946bec0975f465e277.html 4.2 情感分析的资源建设 4.2.1 情感分析 ...
随机推荐
- 【项目 · Wonderland】需求规格说明书 · 终版
[项目 · Wonderland]需求规格说明书 · 终版 Part 0 · 简 要 目 录 Part 1 · 流 程 / 分 工 Part 2 · 需 求 规 格 说 明 书 Part 1 · 流 ...
- ubuntu中利用qtcreator引用opencv249及采起采集卡的共享库
opencv Link:https://github.com/opencv/opencv CqUsbCam link:https://github.com/niuxiaobaoer/CqUsbCam_ ...
- detail
<!DOCTYPE html> <html> <head> <title>details</title> <style type=&q ...
- Nginx使用教程(六):使用Nginx缓存之FastCGI缓存
启用FastCGI缓存 <br\>编辑必须启用缓存的虚拟主机配置文件. nano /etc/nginx/sites-enabled/vhost 将以下行添加到server{}指令之外的文件 ...
- java用JDBC连接MySQL数据库的详细知识点
想实现java用JDBC连接MySQL数据库.需要有几个准备工作: 1.下载Connector/J的库文件,下载Connector/J的官网地址:http://www.mysql.com/downlo ...
- centos7下kubernetes(6。kubernetes创建资源的两种方式)
两种方式:1.命令:2.配置文件 之前我们在部署K8S的时候分别用到了命令和配置文件创建K8s资源: 1.命令方式:kubectl run nginx-deployment --image=nginx ...
- xss攻击(跨站脚本)
原理跨站脚本(Cross site script,简称xss)是一种“HTML注入”,由于攻击的脚本多数时候是跨域的,所以称之为“跨域脚本”. 我们常常听到“注入”(Injection),如SQL注入 ...
- [转自机器之心] 刚入校门的PhD们还可以抢救一下(读研读博指南)
本文作者 Lucy A. Taylor 最近博士毕业,取得了牛津大学跨学科生物科学博士学位. 读博是件难事,一路上可能会遇到很多挫折.失败.崩溃时刻.Lucy 多么希望在开始读博时就能收到一些有益的建 ...
- P2360 地下城主(BFS)
感觉这道题还是蛮简单的,不过使使用了4个队列(其实只是一个)emmmmm,还是很好的 #include<iostream> #include<string> #include& ...
- Apollo内核版本安装
参考:https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_software_installation_gui ...