皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
Most episodes of absent-mindedness—forgetting where you left something or wondering why you just entered a room—are caused by a simple lack of attention, says Schacter. 'You're supposed to remember something, but you haven't encoded it deeply'. Encoding, Schacter explains, is a special way of paying attention to an event that has a major impact on recalling it later. Failure to encode properly can create annoying situations. If you put your mobile phone in a pocket, for example, and don't pay attention to what you did because you're involved in a conversation, you'll probably forget that the phone is in the jacket now hanging in your wardrobe(衣柜). 'Your memory itself isn't failing you', says Schacter. 'Rather, you didn't give your memory system the information it needed'. Lack of interest can also lead to absent-mindedness. 'A man who can recite sports statistics from 30 years ago', says Zelinski, 'may not remember to drop a letter in the mailbox'. Women have slightly better memories than men, possibly because they pay more attention to their environment, and memory relies on just that. Visual cues can help prevent absent-mindedness, says Schacter. 'But be sure the cue is clear and available', he cautions. If you want to remember to take a medication(药物) with lunch, put the pill bottle on the kitchen table—don't leave it in the medicine chest and write yourself a note that you keep in a pocket. Another common episode of absent-mindedness, walking into a room and wondering why you're there. Most likely, you were thinking about something else. 'Everyone does this from time to time' says Zelinski. The best thing to do is to return to where you were before entering the room and you'll likely remember. Why does the author think that encoding properly is very important? ______.
A.
It helps us understand our memory system better
B.
It enables us to recall something from our memory
C.
It expands our memory capacity considerably
D.
It slows down the process of losing our memory
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】基因工程中常用细菌等原核生物作受体细胞的原因不包括
A.
繁殖速度快
B.
遗传物质相对较少
C.
多为单细胞,操作简便
D.
DNA 为单链,变异少
【判断题】齐行型不属于 版式设计中文字的基本排列形式。
A.
正确
B.
错误
【简答题】经验丰富的旅行者
【判断题】石棉肺的基本病理改变有矽结节和肺间质弥慢性纤维化。()
A.
正确
B.
错误
【判断题】矽肺的基本病理改变有矽结节和肺间质弥慢性纤维化。
A.
正确
B.
错误
【简答题】将字符数组s1中的字符串拷贝到字符数组s2中,请完善程序。#include int main( ){char s1[80],s2[80],*p1,*p2; gets(s1); p1=s1; p2=s2; while(*p2++=*p1++); printf("s2=%s",________); return 0; }
【单选题】强调本我是人格发展动力的学派是
A.
格式塔
B.
人本主义
C.
精神分析
D.
行为主义
【单选题】强调本我是人格发展动力的学派是 。
A.
格式塔
B.
人本主义
C.
构造主义
D.
精神分析
【单选题】以下不是Java关键字的有( )。
A.
super
B.
this
C.
Null
D.
true
【简答题】将字符数组s1中的字符串拷贝到字符数组s2中,并输出s2,请完善程序。#include int main( ){char s1[80],s2[80],*p1,*p2; gets(s1); p1=s1; p2=s2; while(*p2++=*p1++); printf("s2=%s",________); return 0; }
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题