How to Remember New Words

How to Remember New Words

How to Remember New Words   back

The University of Alabama
Center for Teaching and Learning
124 Osband
348-5175

Two steps will help you remember new words and add them to your college vocabulary: practicing and building. To become comfortable with the new word, practice using the word in your writing, in your speaking, and in your everyday thoughts. Thinking about new words helps you to remember them. Just memorizing lists of words is not very effective. In order for a word to really become a part of your vocabulary, you have to see it used or hear it used in several different ways over a period of time. When you come across a new word you should ask yourself, “Have I seen this word before, have I heard someone use this word before?” Sound the word out and pronounce it to yourself.

People with poor vocabularies tend to ignore words they don’t know. They just skip over them as if they do not exist. People with good vocabularies, however, are curious about words they do not know. They practice the strategies mentioned above of sounding the word out, asking themselves if they have heard it before and then thinking about the word. They may even use a dictionary to look the word up. It is also beneficial to build a personal vocabulary file that will help you keep up with the new words while you practice them. On an index card, write the word and its meaning, a sentence in which you use the word correctly, and variations of the word.

The following guidelines will help you remember new words:

  1. Practice writing the word and its definition often.

  2. Practice saying the word. Use the pronunciation key in your dictionary to learn the correct pronunciation.
  3. Try to learn the word and its meaning the first time you see it.
  4. Make vocabulary flip cards from index cards. Write the word on one side and the meaning on the other.
  5. Make up a sentence you can understand using the word correctly.
  6. Vary the word: try to make it plural, to change the tense, to add -ly.
  7. Practice the word in conversation, being sure to pronounce it correctly.
  8. Use the word in writing assignments as often as possible.
  9. Repeat the word many times in your mind.
  10. Study a few words each day for several days to firmly learn them. Don’t overload yourself with too long a word list.
  11. Notice the words used by teachers, public speakers, people on TV, etc. If they know these words, why don’t you?

 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/100572.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • Eclipse安装、使用及卸载

    Eclipse的安装、使用及卸载Eclipse安装网站下载安装包开始安装Eclipse使用开始使用Eclipse创建Java项目运行Java代码导入、导出项目Eclipse设置更新Eclipse卸载EclipseEclipse安装网站下载安装包Eclipse官网Eclipse下载点击左上方的Download进入Eclipse下载页面点击下方的Download进行下载(标黄的位置也可点击,可能安装方式不同)开始安装下载完成后,点击安装包开始安装点击EclipseIDEforj

    2022年4月6日
    63
  • 【最苦逼的不是你,有人比你更苦逼】

    【最苦逼的不是你,有人比你更苦逼】你又在论坛上开了一个长贴,标题写着:“我的婆婆哟,真是个极品!”   你婆婆过春节又来你家住着了,不仅他们老两口,还带着七大姑八大姨,一住就是一个月,简直占领了你的小家。他们的生活习惯完全和你不一样,你感到没有隐私……但你不能抱怨,你得表现得想个得体的主妇,你不能让你的老公感到不愉快,那是他最亲的家人。   于是,和他们生活的日子里,天天跟自己生气,躲在角落里发脾气。有一天,你实在

    2022年5月4日
    27
  • python unicode编码转换utf-8编码_不成问题的问题人物解析

    python unicode编码转换utf-8编码_不成问题的问题人物解析Unicode也叫万国码、单一码,是计算机科学领域里的一项业界标准,包括字符集、编码方案等。对于世界上所有的语言文字再unicode中都可以查看到。【汉】字的编码解释官网https://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=6C49unicode编码就是为了统一世界上的编码,有一个统一的规范。但是它还存在一些问题。Unicode的问题需要注意的是,Unicode只是一个符号集,它只规定了符号的二进制代码,却没有规定这个二进制代码应该如何存

    2022年9月30日
    0
  • CALayer之anchorPoint分析

    CALayer之anchorPoint分析anchorPoint:CALayer中心点,动画特效的中心点,取值区间[0.0,1.0],默认为(0.5,0.5);position:CALayer中心点坐标;frame.origin:由anchorPoint、position共同计算得出:frame.origin.x=position.x-anchorPoint*bounds.size.wi

    2022年10月8日
    0
  • 批量导出pdf 和导出图片

    批量导出pdf 和导出图片1.基于已经制作好的pdf和上传到服务器上后,前端只需要传递pdf链接数组的形式/***批量导出pdf*@accesspublic*@paramid分类编号cat_name分类名称*@returnarray*/publicfunctionactionExportpdf(){…

    2022年6月5日
    41
  • SPI接口总结「建议收藏」

    SPI接口总结「建议收藏」一、SPI协议【SerialPeripheralInterface】    串行外围设备接口,是一种高速全双工的通信总线。在ADC/LCD等与MCU间通信。1、SPI信号线    SPI包含4条总线,SPI总线包含4条总线,分别为SS、SCK、MOSI、MISO。(1)SS(SlaveSelect):片选信号线,当有多个SPI设备与MCU相连时,每个设备的这…

    2022年6月18日
    59

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号