Critical thinkers are able to :

  • Articulate their ideas clearly and persuasively in writing
  • Understand and evaluate what their read
  • Discuss ideas in an informed, productive fashion

Four qualities that characterize critical thinkers and thoughtful writers :

  • Curious

Thoughtful writers explore situations with probing questionsthat penetrate beneath the surface of issue ,instead of being satisfied withsuperficial explanations.

  • Open-mind

Thoughtful writers explore their subjects from many differentperspectives ,willing to listen carefully to every viewpoint ,and  evaluating each perspective carefully andfairly. Rather than being locked in to one point of view or a single limitedframework ,they
strive to understand and communicate the complex dimensions oftheir themes. For example ,if you are writing about a social issue, strive topresent different perspective on the issue as you reason your way to aninformed conclusion.

  • Knowledgeable

Thoughtful writers always work to support their opinions withfacts ,evidence ,and reason. They recognize that opinions have value only tothe extent that there are informed opinions. On the other hand, if they lackknowledge of the subject, they acknowledge this
and set out to research whatthey need to know.

  • Creative

Thoughtful writers strive to develop inventive approaches tosubjects; their writing is fresh and imaginative, avoiding clichés and tiredconventions. They seek to break out of established patterns of thinking andapproach themes and ideas from innovative directions.

Reading Actively

  • Examine the table of contents or chapter outline
  • Read the introductory paragraphs and the conclusion paragraphs or summary
  • Scan the reading assignment ,taking particular note of section headings ,illustrations ,and diagrams.

Summarizing

Summarizing is a strategy that is most effective at your second or third reading of a text,after you have annotated the text and look up any unfamiliar terms or concepts.

版权声明:本文博客原创文章,博客,未经同意,不得转载。

Critical thinking and Thoughtful writing的更多相关文章

  1. 常规DP专题练习

    POJ2279 Mr. Young's Picture Permutations 题意 Language:Default Mr. Young's Picture Permutations Time L ...

  2. poj2228 Naptime【(环结构)线性DP】

    Naptime Time Limit: 1000MS   Memory Limit: 65536K Total Submissions:3374   Accepted: 1281 Descriptio ...

  3. 【bzoj1737】[Usaco2005 jan]Naptime 午睡时间 dp

    题目描述 Goneril is a very sleep-deprived cow. Her day is partitioned into N (3 <= N <= 3,830) equ ...

  4. 院校-美国:麻省理工学院(MIT)

    ylbtech-院校-美国:麻省理工学院(MIT) 麻省理工学院(Massachusetts Institute of Technology),简称麻省理工(MIT),坐落于美国马萨诸塞州波士顿都市区 ...

  5. Writing your first academic paper

    Writing your first academic paper If you are working in academics (and you are if you are working wi ...

  6. 深度解析Critical Thinking的四个阶段

    关于批判性思维我们一直都在讨论学习,但是小编相信没有几个留学生敢说自己有Critical Thinking,但它又是essay写作中必须存在的.那么批判性思维需要怎么培养呢?今天小编就给同学们分析一下 ...

  7. 如何搞定Critical Thinking写作?

    受中国传统教育模式与国外一流大学之间的差异的影响,在海外留学的学子们常常会在新的学习生活中面临许多难题,Critical Thinking就是其中之一.国内的教育方法常常以灌输式的教育模式为主,忽略了 ...

  8. Summary of Critical and Exploitable iOS Vulnerabilities in 2016

    Summary of Critical and Exploitable iOS Vulnerabilities in 2016 Author:Min (Spark) Zheng, Cererdlong ...

  9. Spring Enable annotation – writing a custom Enable annotation

    原文地址:https://www.javacodegeeks.com/2015/04/spring-enable-annotation-writing-a-custom-enable-annotati ...

随机推荐

  1. Thread thread2 = new Thread()

    Thread thread2 = new Thread() { @Override public void run() { test.function(); } }; thread1.start(); ...

  2. Sonar——代码质量管理平台

    Sonar——代码质量管理平台 一.基本认识 Sonar (SonarQube)是一个开源平台,用于管理源代码的质量. Sonar 不只是一个质量数据报告工具,更是代码质量管理平台.通过插件机制,So ...

  3. Delete和Truncate的区别

    原文:Delete和Truncate的区别 一般对于没有用的数据,都会经行删除,而删除通常使用的是DELETE和TRUNCATE命令.对于有条件地删除,基本上就会使用DELETE,当然还是没有绝对,用 ...

  4. ACM-DP最大连续子——hdu1231

    ***************************************转载请注明出处:http://blog.csdn.net/lttree************************** ...

  5. Codeforces Round #267 (Div. 2) A

    题目: A. George and Accommodation time limit per test 1 second memory limit per test 256 megabytes inp ...

  6. 学习笔记 一步步了解webpack

    前言 demo 地址: https://github.com/yy8597/webpack-demos 之前学习了 broswerify,发现确实很好用.虽然没有 grunt 那样丰富的配置和插件,但 ...

  7. 解决win10客户机本地账户登陆导致远程桌面没法访问问题

    情景:客户机器如果是win10本地账户,我们远程桌面连接是可能会没法访问. 如果客户机器切换到win10 Microsoft账户登录,远程桌面就可以访问了(当然用户肯定不能给你说自己的Microsof ...

  8. Windows Phone APP中禁用截图

    原文:Windows Phone APP中禁用截图 Windows Phone 8 有系统自带的截图功能,快捷键:电源键+Win键,可以随意截图. Windows Phone 更新GDR2后新增了一个 ...

  9. Intelli idea 常用快捷键汇总

    To navigate to the implementation(s) of an abstract method, position the caret at its usage or its n ...

  10. java多线程学习(两)——创建一个线程

    一个.java创建两个线程的方法 1.从java.lang.Thread派生一个新类线程类,其覆盖run()方法 2.实现Runnable接口.重载Runnable接口中的run()方法. 使用Thr ...