皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
Choosing the Right Resolution (决定) Millions of Americans began 2014 with the same resolution they started 2013 with, a goal of losing weight. However, setting weight loss as a goal is a mistake. To reach our goal of losing weight --- the output, we need to control what we eat --- the input ( 输入). That is, we tend to care about the output but not to control the input. This is a bad way to construce goals. The alternative is to focus your resolution on the input. Instead of resolving to lose weight, try an actionable resolution: “I’ll stop having desert for lunch,” or “I’ll walk every day for 20 minutes.” Creating a goal that focuses on a well-specified input will likely be more effective than concentrating on the outcome. Recently a new science behind incentives (激励) , including in education, has been discussed. For example, researcher Roland Fryer wanted to see what works best in motivating children to do better in school. In some cases, he gave students incentives based on input, like reading certain books, while in others, the incentives were based on output, like results on exams. His main finding was that incentives increased achievement when based on input but had no effect on output. Fryer’s conclusion was that the intensives for inputs might be more effective because do not knoe how to do better on exam, aside from general rules like “study harder.” Reading certain books, on the other hand, is a well-set task over which they have much more control. As long as you have direct control over your goal, you have a much higher chance of success. And it’s easier to start again if you fail, because you know exactly what you need to do. If you want to cut down on your spending, a good goal would be making morning coffee at home instead of going to a cafe, for example. This is a well-specified action-based goal for which you can measure your success easily. Spending less money isn’t a goal because it’s too general. Similarly, if you want to spend more time with your family, don’t stop with this general wish. Think bout an actionable habit that you could adopt and stick to, like a family movie night every Wednesday. In the long run, these new goals could become a habit. 小题1:The writer thinks that setting weight loss as a goal is a mistake because _______ . A.it is hard to achieve for most Americans B.it is focused too much on the result C.it is dependent on too many things D.it is based on actionable decisions 小题2:In Roland Fryer’s research, some students did better than the others because ______ . A.they obeyed all the general rules B.they paid more attention to exams C.they were motivated by their classmates D.they were rewarded for reading some books 小题3:According to the writer, which of the following statements is a good goal? A.“I’ll give up desert.” B.“I’ll study harder.” C.“I’ll cut down my expense” D.“I’ll spend more time with my family” 小题4:The writer strongly believes that we should ________ . A.develop good habits and focus on the outcome B.be optimistic about final goals and stick to them C.pick specific actions that can be turned into good habits D.set ambitious goals that can balance the input ang output
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】下面程序的功能是生成并打印某数列的前20项,该数列第一,二项分别为0和1,以后每个奇数编号的项是前两项之和,偶数编号的项是前两项差的绝对值。生成的20个数存在一维数组x中,并按每行4项的形式输出。请填空。 include“math.h” main() {int x[21],i,j; x[1]=0;x[2]=1; i=3: do {x[i]=_____________; x[i+1]=_______...
【简答题】以下程序的功能是:生成 20 个 200 到 300 之间的随机整数,输出其中能被 5 整除的数并求出它们的和。请将程序补充完整。 Private Sub Commandl_C1ick() For i = 1 To 20 x = Int(_____*200+100) If _______=0 Then Print x S = S+ _______ End If Next i Print “Sum...
【判断题】“长期借款”科目期末余额,只能表示企业尚未偿还的长期借款的本金。( )
A.
正确
B.
错误
【简答题】根据条件,回答 46~48 题: 以下程序的功能是:生成20个200到300之间的随机整数,输出其中能被5整除的数并求出它们的和。请填空。 第46题:请填写【1】处答案 。
【简答题】以下程序的功能是:处理由学号和成绩组成的学生记录,N名学生的数据已在主函数中放入结构体数组s中,它的功能是:把分数最高的学生数据放在h所指的数组中,注意:分数高的学生可能不只一个,函数返回分数最高学生的人数。请填空。 #include #define N 16 typedef struct {char num[10] int s } STREC int fun (STREC *a, STREC *...
【单选题】商业广告存在的备要素是( )
A.
大批量产品生产的实现;
B.
费市场的成熟与经济的发展
C.
可供购买的商品和有购买能力的消费者
D.
息传递的需要。
【单选题】下列关于劳动者的权利与义务的表述,对的是
A.
权利与义务是一致的,只有认真履行劳动义务,才能更好地享受权利
B.
劳动者的义务就是指劳动者应当完成的劳动任务
C.
劳动者的权利是指劳动者作为公民享有的全部权利和利益
D.
劳动者的权利与义务都可以放弃
【单选题】下列关于劳动者的权利与义务的表述,正确的是
A.
权利与义务是一致的,只有认真履行劳动义务,才能更好地享受权利
B.
劳动者的义务就是指劳动者应当完成的劳动任务
C.
劳动者的权利是指劳动者作为公民享有的全部权利和利益
D.
劳动者的权利与义务都可以放弃
【简答题】以下程序的功能是:生成 20 个 200 ~ 300 之间的随机整数,输出其中能被 5 整除的数并求出它们的和。 Private Sub Command1_Click() For i =1 To 20 x= Int ( _____*101+200 ) If __=0 Then Print x s=s+___ End If Next i Print “sum=“;sum End Sub
【简答题】试题要求如下: 请编制程序,其功能是:统计20个学生成绩中得分在100~90,89~80,79~70、69~ 60和低于60分的人数,并计算20个学生的平均成绩(取整数),结果依次存放在指定的区域内。 例如: 内存中有5个分数:50H,40H,5EH,H,48H 结果为 02H,01H,01H,01H,00H,52H(平均成绩) 部分程序己给出,其中原始数据由过程LOAD从文件INPUT1.D...
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题