Reading assignments in science
First, get a perspective:
- Review the assignment in the syllabus and any handouts (1-2 minutes)
Maybe you are not required to read some sections - Survey the chapter (5-10 minutes)
for how the content is organized; get the "big picture"
This is not to fully understand, rather develop preliminary associations of bits of information that later will help you understand
Quickly page through the introduction, the summary, vocabulary list, self-test questions, headings, boldfaced material, major graphics, etc.
Notice the major concepts, definitions, descriptions, causes, effects and arguments. - Check out the media, the CD and website (if available)
to see what they contain - Take no notes, and mark no text in this phase
First reading
Make the main purpose of your first reading simply to read and get a good idea of the material: what you understand, and what you do not
A science text presents new and complex material which may be difficult to understand. One piece builds on another to help you build your understanding.
The text can provide the foundation for understanding, and bring together information in lectures, labs and hands-on experiments, field trips, and media.
- Read sentences, paragraphs and short passages with 1-second pauses.
Read and pause, read and pause. Let your mind assemble the parts you just read to give you the meaning of the whole unit. This assembly of meaning happens fairly automatically as long as you are intentionally looking for meaning and paying attention to the meanings - Look back and forth between words and related graphics
until you can see/tell yourself how they are showing/saying similar things.
A set of text passages that is related to graphics is very useful to understanding. There are many kinds of graphics: pictures, diagrams, maps, charts, tables, graphs - From time to time, ask yourself if you are "on track" to understanding
If you find yourself reading without understanding, stop and ask why.
Is it a question of complexity or distraction? of preparation or terminology?
If you think it is serious, ask your tutor, teacher or academic advisor for help - When you notice that the author is using comparisons and examples,
link them to their descriptions and explanations - If you are tired and meanings come very slowly into your mind, take a beak
If a break is not possible, vary your study activity. For example, draw a picture rather than write, walk instead of sit, read aloud rather than silently - If you return to reading after an absence,
scan the text and your notes again before reading to cue associations
Review of first reading
Return to what you do not understand, or want to reinforce
This is not the stage for memorization, but understanding
- Mark or highlight what you think is important
In the margin, use or develop a system; use letters as
"D" for a definition, "F" for a descriptive fact,
"C" for a cause-and-effect statement, "A" for a scientific argument
"?" for what you do not understand
Other codes you invent for yourself. - New vocabulary
Write new vocabulary and concepts down
along with a short meanings and/or cues
Keep a list close by or in your notebook - Create your own visual pictures or images, or concept maps
- Create sensory cues
as heat, brightness, movements - Read a passage aloud to yourself with normal conversational intonation. Your translation of printed text into spoken words may activate meanings.
If you can't read aloud, imagine reading aloud and hearing your own voice - Work out your own explanations of hard-to-understand passages
Go in short units (a few words at a time), translate their meaning, think of associations, relate them to other parts of the passage, make inferences and try to make your mental model of the meaning match the writer’s mental model. - Mark passages with a question mark that you still do not understand
A second reading:
- Only read the material again to understand it.
If you are comfortable with what you understand, proceed to other tasks, like solving problems, exercises, material on the CD or website, and so on - In this second reading, if you find you are still having difficulty try
The CD, video, or website
The library and find other texts that may explain it better
Ask the tutoring service or teacher for help
Ask a study group about the material and their experience with it
Review your notes for what you
- Need to review before any test
- Must memorize
- Need to complete exercises or solve problems
- Need for labs, experiments, future lectures, etc.
Reading assignments in science的更多相关文章
- Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记
The author has a course on web: http://brickisland.net/DDGSpring2016/ It has more reading assignment ...
- Storm的本地运行模式示例
以word count为例,本地化运行模式(不需要安装zookeeper.storm集群),maven工程, pom.xml文件如下: <project xmlns="http://m ...
- Storm入门教程 第二章 构建Topology[转]
2.1 Storm基本概念 在运行一个Storm任务之前,需要了解一些概念: Topologies Streams Spouts Bolts Stream groupings Reliability ...
- English常用短语
(1) be waken by 被什么吵醒 (2) wake up ! 快醒醒 (3) put the flames /fleimz/ ...
- How can I perform the likelihood ratio, Wald, and Lagrange multiplier (score) test in Stata?
http://www.ats.ucla.edu/stat/stata/faq/nested_tests.htm The likelihood ratio (lr) test, Wald test, ...
- [Swift实际操作]九、完整实例-(7)登录页面:创建自定义视图及相关组件Swift实际操作
本文将开始创建登录页面,首先创建该页面所需的一些自定义组件:做为登录按钮的自定义视图对象.在[RegLogin]组的名称上点击鼠标右键,打开右键菜单.[New File]->[Cocoa Tou ...
- Storm编程入门API系列之Storm的Topology的stream grouping
概念,见博客 Storm概念学习系列之stream grouping(流分组) Storm的stream grouping的Shuffle Grouping 它是随机分组,随机派发stream里面的t ...
- Storm 01之 Storm基本概念及第一个demo
2.1 Storm基本概念 在运行一个Storm任务之前,需要了解一些概念: Topologies :[tə'pɑ:lədʒɪ]拓扑结构 Streams Spouts:[spaʊt]喷出; 喷射; 滔 ...
- Storm编程入门API系列之Storm的定时任务实现
概念,见博客 Storm概念学习系列之storm的定时任务 Storm的定时任务,分为两种实现方式,都是可以达到目的的. 我这里,分为StormTopologyTimer1.java 和 Sto ...
随机推荐
- android:sharedUserId
<manifest> syntax: <manifest xmlns:android="http://schemas.android.com/apk/res/android ...
- 基于SAAJ的客户端
概述 SAAJ - SOAP with Attachments API for JAVA 结构图如下: 正文 1. 如何获取soap请求的关键参数 关键的参数有四个: xmlns - xml命名空间如 ...
- 解决Linux用户模板文件被删除后显示不正常问题
缺失用户模板文件(用户骨架文件)会导致shell提示符不完整,可以到/etc/skel/目录下复制相关文件来恢复 (1).创建测试环境,删除模板文件 [root@xuexi ~]# useradd t ...
- [Agc008F]Black Radius
[AGC008F] Black Radius Description 给你一棵有N个节点的树,节点编号为1到N,所有边的长度都为1 "全"对某些节点情有独钟,这些他喜欢的节点的信息 ...
- 【强连通分量缩点】【DFS】【动态规划】Urozero Autumn Training Camp 2016 Day 5: NWERC-2016 Problem B. British Menu
有向图,不经过重复点的最长链,强连通分量大小不超过5. 每个强连通分量内部暴力预处理任意两对点之间的最长路,外面DAG上dp. 不是很好写,但是预处理完了之后,可以重构每个强连通分量内部的结构,然后整 ...
- 升级到XCode6后,iOS8里设置tableview的setSeparatorInset:UIEdgeInsetsZero不起作用的解决办法
我们在使用tableview时会发现分割线的左边会短一些,通常可以使用 setSeparatorInset:UIEdgeInsetsZero 来解决.但是升级到XCode6之后,在iOS8里发现没有效 ...
- python基础之re,sys,suprocess模块
re 正则表达式 1.什么是正则? 正则就是用一系列具有特殊含义的字符组成的规则,该规则用来描述具有某一特征的字符串. 正则就是用来在一个大的字符串匹配出符合规则的子字符串 2.为什么用正则? 正则可 ...
- css/js(工作中遇到的问题)-5
后端换行符处理 问题描述 // Windows new line support (CR+LF, \r\n) str = str.replace(/\r\n/g, "\n"); 遍 ...
- CountDownLatch用法---等待多个线程执行完才执行
CountDownLatch用法---等待多个线程执行完才执行 CountDownLatch用法---等待多个线程执行完才执行 CountDownLatch用法---等待多个线程执行完才执行 Coun ...
- [Android实例] 推荐给你们一个好用的ListView、RecyclerView适配器
https://github.com/vihuela/RecyclerViewHelpper 如果用过RecyclerView的人都知道,高度不会包裹,然后写法好像也不是很简洁,甚至点击事件不好设 置 ...