What is Grammar?

And why grammar is your friend…

Grammar(noun): the structure and system of a language , or of languages in general, usually considered to consist of syntax and morphology

Grammar is the system of a language. People sometimes describe grammar as the "rules" of a language; but in fact no language has rules*. If we use the word "rules", we suggest that somebody created the rules first and then spoke the language, like a new game. But languages did not start like that. Languages started by people making sounds which evolved into words, phrases and sentences. No commonly-spoken language is fixed. All language change over time. What we call "grammar" is simply a reflection of a language at a particular time.

Do we need to study grammar to learn a language? The short answer is "no". Very many people in the world speak their own, native language without having studied its grammar. Children start to speak before they even know the word "grammar". But if you are serious about learning a foreign language, the long answer is "yes, grammar can help you to learn more quickly and more efficiently." it's important to think of grammar as something that can help you, like a friend. When you understand the grammar of a language, you can understand many things yourself, without having to ask a teacher or look in a book.

So think of gramma as something good, something positive, something that you can use to find your way - like a signpost or a map.

What is Grammar?

Grammar(noun)

the structure and system of a language , or of languages in general, usually considered to consist of syntax and morphology

1.Syntax n.語法,句法;语构

His grammar and syntax, both in oral and written expression, were much better than the average.

无论是头口还是笔头,他的文法和句法都非常出众.

2.Morphology n.形态学

The morphology and composition of the pangolin’s scale were analyzed.

对穿山甲鳞片的形态和组成进行了分析.

Composition n.作文,作曲;创作;构图;布置;妥协,和解

Scale n.规模;比例;(鱼)鳞片;级别;Vt.测量;攀登;刮去…..的鳞片;vi.衡量;攀登;(鳞屑)脱落;生水垢

Grammar is the system of a language .

•People sometimes describe grammar as the "rules" of a language;

•but in fact no language has rules*.

•If we use the word "rules", we suggest that somebody created the rules first and then spoke the language, like a new game.

•But languages did not start like that.

•Languages started by people making sounds which evolved into words, phrases and sentences.

•No commonly-spoken language is fixed. All language change over time.

•What we call "grammar" is simply a reflection of a language at a particular time.

Do we need to study grammar to learn a language?

•The short answer is "no". Very many people in the world speak their own, native language without having studied its grammar. Children start to speak before they even know the word "grammar".

•But if you are serious about learning a foreign language, the long answer is "yes, grammar can help you to learn more quickly and more efficiently." it's important to think of grammar as something that can help you, like a friend. When you understand the grammar of a language, you can understand many things yourself, without having to ask a teacher or look in a book.

Grammar like a signpost or a map

•So think of gramma as something good, something positive, something that you can use to find your way - like a signpost or a map.

以上摘至網站

https://www.englishclub.com/grammar/what.htm

What is Grammar?的更多相关文章

  1. SH Script Grammar

    http://linux.about.com/library/cmd/blcmdl1_sh.htm http://pubs.opengroup.org/onlinepubs/9699919799/ut ...

  2. [BEC][hujiang] Lesson03 Unit1:Working life ---Grammar & Listening & Vocabulary

    3 Working life p8 Grammar Gerund and infinitive(动名词和不定式) 一般而言:        1 动词后面接动名词还是不定式没有特定规则,主要取决于语言习 ...

  3. No grammar constraints (DTD or XML schema).....两种解决方法

    方法一:常用方法   关闭XML验证 工具栏:windows => preferences => xml => xml files => validation => In ...

  4. No grammar constraints (DTD or XML Schema) referenced in the document.

    问题描述 web.xml 使用 Servlet4.0 版本,No grammar constraints (DTD or XML Schema) referenced in the document. ...

  5. Eclipse Maven pom.xml 警告No grammar constraints (DTD or XML schema)

    消除警告方案: <?xml version="1.0" encoding="UTF-8" standalone="no"?> & ...

  6. Example of Formalising a Grammar for use with Lex & Yacc

    Here is a sample of a data-file that we want to try and recognise. It is a list of students and info ...

  7. Both - Either - Neither English Grammar

    http://www.grammar.cl/english/both-either-neither.htm Both, Either, Neither Summary Chart We use bot ...

  8. Grammar Rules

    Grammar Rules Here are 20 simple rules and tips to help you avoid mistakes in English grammar. For m ...

  9. English Grammar

    What is Grammar?  

随机推荐

  1. The server has either erred or is incapable of performing the requested operation. (HTTP 500)

    感谢朋友支持本博客,欢迎共同探讨交流,因为能力和时间有限,错误之处在所难免,欢迎指正. 假设转载.请保留作者信息. 博客地址:http://blog.csdn.net/qq_21398167 原博文地 ...

  2. cacheManager载入问题

    net.sf.ehcache.CacheException: Another unnamed CacheManager already exists in the same VM. Please pr ...

  3. Xcode7 beta 网络请求报错:The resource could not be loaded because the App Transport Security policy requir

          今天升级Xcode 7.0 bata发现网络访问失败.输出错误信息 The resource could not be loaded because the App Transport S ...

  4. curl编译

    首先下载并解压: wget http://curl.haxx.se/download/curl-7.37.1.tar.gz tar -xzvf curl-7.37.1.tar.gz 编译安装: cd ...

  5. Jenkins ssh 部署war到tomcat 虚拟目录

    1>完成Jenkins服务环境的搭建,此处不再详述,不会的童鞋可参考下面的博客 http://www.cnblogs.com/zz0412/tag/jenkins/ 2>安装Publish ...

  6. Mongodb 和 Solr 实时同步

    一.安装前准备 1.mongo-connector(基于python)中间件 2.python-3.4.3.msi 3.Mongodb 4.Solr 二.配置Mongodb集群 1).配置replic ...

  7. 详解C#中通过委托来实现回调函数功能的方法

    委托:类型安全的指向函数的指针 使用步骤 1:声明一个委托 delegate string DelString(string s) 2:定义一个委托变量 DelString del = new Del ...

  8. 简单解决Ubuntu修改locale的问题

      本文针对的问题是“Ubuntu 安装中文语言包”“Ubuntu Server中文问题”,“Ubuntu更改语言环境”,“Ubuntu locale的设定”,“cannot change local ...

  9. 在同一台电脑上添加多个ssh key

    1.创建新的ssh key: ssh-keygen -t rsa -C "your_email@email.com" 然后让你输入新的文件名称,这里设置为new # 设置名称为En ...

  10. HTML表单页面的运用

    本章目标:掌握表单基本结构<form> 掌握各种表单元素 能理解post和get两种提交方式的区别 本章重点:掌握各种表单元素 本章难点:post和get两种提交方式的区别 一.    H ...