大学职业搜题刷题APP
下载APP
首页
课程
题库模板
Word题库模板
Excel题库模板
PDF题库模板
医考护考模板
答案在末尾模板
答案分章节末尾模板
题库创建教程
创建题库
登录
logo - 刷刷题
创建自己的小题库
搜索
【简答题】

Losing weight comes with a lot of health benefits—including your brain sharper.
Yes, it turns out that overweight may damage cognitive functions (认知功能) such as memory and attention. There have been few studies of overweight and cognitive functioning, possibly because it is generally believed that it is not a primary risk cause for poor cognitive performance. Losing weight, therefore, may help improve these mental functions, according to a new research led by John Gunstad, assistant professor of psychology at Kent State University.
Growing evidence suggests that being fat is linked to cognitive deficits (缺陷). So Gunstad and his team guessed that losing weight might improve mental function. For their study, they measured memory and attention in a group of 150 overweight participants, some of whom had some kind of operation for weight loss and some did not. All of the volunteers completed mental skills tests to assess their abilities of memory and attention at the beginning of the study, and again 12 weeks later. To begin with, about 24% of the patients showed damaged learning and 23% showed signs of poor memory when tested. At the end of the study, those who had lost weight after operation improved their scores into the average or above average range for cognitive functions. Scores for the volunteers who didn’t lose weight dropped even further.
The study helped Gunstad to find out whether losing weight had any effect on mental function. Now that he’s seen the positive effect that weight loss can have on memory and attention, he says he will next study those who choose to lose weight by the traditional way—eating healthier and getting more active. He expects that losing weight in this way will have a similarly positive effect on the brain. “If we can improve the condition with operations, then we can probably produce the same change with behavioral weight loss as well,” he says.
小题1:There is less research on overweight and cognitive functions because researchers _____.A.believe overweight only affects our bodyB.have focused on ways to sharpen people’s mindC.do not consider overweight a main cause for low cognitive abilityD.are clear about the relation between weight and mental functions小题2:The result of Gunstad’s study shows that ______.A.losing weight has little effect on people’s memoryB.losing weight can improve people’s mental functions C.overweight people are likely to have psychology problems D.overweight people’s abilities of concentration differ greatly小题3:What is Gunstad planning to prove next in his research?A.Slim people are smarter than overweight people.B.Healthy diet is better than exercise in losing weight.C.Traditional ways of losing weight are better than operation.D.Overweight people will get smarter by taking more exercise.小题4:Which of the following is the best title for th e text?A.Body Weight and HealthB.Losing Weight by OperationC.Ways to Improve Mental FunctionsD.Losing Weight to S harpen Your MindD

手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
收藏 - 刷刷题收藏
举报
参考答案:
举一反三

【多选题】母乳喂养认知不足的几个原因( )

A.
不清楚母乳喂养的优点
B.
担心身材变形
C.
不让婴儿吃全奶
D.
泌乳量多少与婴儿体重差异有关
E.
三个因素制约泌乳

【单选题】有如下事件过程:Private Sub Form_Load() Show Dim Arr() As Variant Arr = Array(1, 3, 5, 7, 9, 11, 13, 15) Call converse(Arr) For i = 0 To 7 Print arr(i); Next iEnd Sub 以上程序的功能是,通过调用Converse过程,将数组Arr中的元素逆序存放并输出...

A.
Private Sub converse(dim a() as Variant ) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
B.
Private Sub converse(dim a() as Variant) Dim T Dim J As Integer J = (LBound(A) + UBound(A)) / 2 For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
C.
Private Sub converse(a() As Variant) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
D.
Private Sub converse(a() As Variant) Dim T Dim J As Integer J = Int((LBound(A) + UBound(A)) / 2) For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub

【多选题】认知症长者穿衣服中期常表现为

A.
选择衣服上犹豫不决
B.
无法恰当的穿衣
C.
无法正确处理衣物
D.
无法自己穿衣服

【多选题】监控平台有哪些功能?

A.
管理设备
B.
用户权限管理
C.
数据流管理
D.
录像存储管理
E.
与其它系统联动
相关题目:
【多选题】母乳喂养认知不足的几个原因( )
A.
不清楚母乳喂养的优点
B.
担心身材变形
C.
不让婴儿吃全奶
D.
泌乳量多少与婴儿体重差异有关
E.
三个因素制约泌乳
【单选题】有如下事件过程:Private Sub Form_Load() Show Dim Arr() As Variant Arr = Array(1, 3, 5, 7, 9, 11, 13, 15) Call converse(Arr) For i = 0 To 7 Print arr(i); Next iEnd Sub 以上程序的功能是,通过调用Converse过程,将数组Arr中的元素逆序存放并输出...
A.
Private Sub converse(dim a() as Variant ) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
B.
Private Sub converse(dim a() as Variant) Dim T Dim J As Integer J = (LBound(A) + UBound(A)) / 2 For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
C.
Private Sub converse(a() As Variant) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
D.
Private Sub converse(a() As Variant) Dim T Dim J As Integer J = Int((LBound(A) + UBound(A)) / 2) For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
【多选题】认知症长者穿衣服中期常表现为
A.
选择衣服上犹豫不决
B.
无法恰当的穿衣
C.
无法正确处理衣物
D.
无法自己穿衣服
【多选题】监控平台有哪些功能?
A.
管理设备
B.
用户权限管理
C.
数据流管理
D.
录像存储管理
E.
与其它系统联动
刷刷题-刷题-导入试题 - 刷刷题
参考解析:
AI解析
重新生成
题目纠错 0
发布
刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-单词鸭