C.The term “multitasking” originally referred to a computer’s ability to carry out several tasks at one time. For many people, multitasking has become a way of life and even a key to success. In fact, some excellent mental aerobic exercises (人脑训练) involve engaging the brain in two or more challenging activities at a time. Although checking e-mail while talking on a phone and reading the newspaper may be second nature for some people, many times multitasking can make us less productive, rather than more. And studies show that too much multitasking can lead to increased stress, anxiety and memory loss.In order to multitask, the brain uses an area known as the prefrontal cortex (前额叶脑皮层). Brian scans of volunteers performing multiple tasks together show that as they shift from task to task, this front part of the brain actually takes a moment of rest between tasks. You may have experienced a prefrontal cortex “moment of rest” yourself if you’ve ever dialed (拨电话) and the answering, your mind shifted to anther thought or task, and then look that “moment” to come back. Research has also shown that for many volunteers. Job efficiency (效率) declines while multitasking as compared to when they perform. only one task at a time.Multitasking is easiest when at least one of the tasks in habitual, or requires little thought. Most people don’t find it difficult to eat and read the newspaper at the same time. However, when two or more attention –requiring tasks are attempted at one time, people sometimes make mistakes.We often don’t remember things as well when we’re trying to manage several details at the same time. Without mental focus, we may not pay enough attention to new information coming in, so it never makes it into our memory stores. That is one of the main reasons we forget people’s names---even sometimes right after they have introduced themselves. Multitasking can also affect our relationships. If someone checks their e-mail while on the phone with a friend, they may** off as absent-minded or disinterested. It can also cause that person to miss * overlook key information being passed on to them.49. Why are some mental aerobic exercises designed to engage people in multitasking?A. To make them more productive.B. To reduce their stress and anxiety.C. To develop their communication skills.D. To help them perform. daily tasks more easily.

C.

The term “multitasking” originally referred to a computer’s ability to carry out several tasks at one time. For many people, multitasking has become a way of life and even a key to success. In fact, some excellent mental aerobic exercises (人脑训练) involve engaging the brain in two or more challenging activities at a time. Although checking e-mail while talking on a phone and reading the newspaper may be second nature for some people, many times multitasking can make us less productive, rather than more. And studies show that too much multitasking can lead to increased stress, anxiety and memory loss.

In order to multitask, the brain uses an area known as the prefrontal cortex (前额叶脑皮层). Brian scans of volunteers performing multiple tasks together show that as they shift from task to task, this front part of the brain actually takes a moment of rest between tasks. You may have experienced a prefrontal cortex “moment of rest” yourself if you’ve ever dialed (拨电话) and the answering, your mind shifted to anther thought or task, and then look that “moment” to come back. Research has also shown that for many volunteers. Job efficiency (效率) declines while multitasking as compared to when they perform. only one task at a time.

Multitasking is easiest when at least one of the tasks in habitual, or requires little thought. Most people don’t find it difficult to eat and read the newspaper at the same time. However, when two or more attention –requiring tasks are attempted at one time, people sometimes make mistakes.

We often don’t remember things as well when we’re trying to manage several details at the same time. Without mental focus, we may not pay enough attention to new information coming in, so it never makes it into our memory stores. That is one of the main reasons we forget people’s names---even sometimes right after they have introduced themselves. Multitasking can also affect our relationships. If someone checks their e-mail while on the phone with a friend, they may** off as absent-minded or disinterested. It can also cause that person to miss * overlook key information being passed on to them.

49. Why are some mental aerobic exercises designed to engage people in multitasking?

A. To make them more productive.

B. To reduce their stress and anxiety.

C. To develop their communication skills.

D. To help them perform. daily tasks more easily.


相关考题:

The idea sounds fine, but we still need to ( ) it ( ) in practice. A. figure…outB. try…outC. carry … outD. work… out

以下程序计算1+1/3+1/5+…+1/(2N+1),直至1/(2N+1)小于0.00001,横线处应补充的程序是( )。 public class Sun{ public static void main(String args[]){ int n=1: double term,sum=1.0: do{ n=__; term=1.0/n; sum=sum+term; } while(term=0.00001); System.out.println(n); System.out.println(sum); } }A.2nB.2n+1C.2*nD.2*n+1

YouplantoinstallWindowsXPProfessionalonanewcomputer.Youhaveananswerfilenamedunattend.txtandauniquenessdatabasefilenamedunattend.udb.Unattend.udbcontainsasectionforacomputernamedComputer1.YoucopytheWindowsXPProfessionalsourcefiles,unattend.txt,andunattend.udbtoanetworksharenamedSource.Youstartthenewcomputerbyusinganetworkstartupdisk,andthenmapX:totheSourceshare.YouneedtostartanunattendedinstallationofWindowsXPProfessionalonComputer1.Whatshouldyourun?()A.setupmgr.exe/m:computer1B.sysprep.exe/t:s:\computer1C.Winnt.exe/unattend:unattend.txt/udf:computer1,unattend.udb/s:x:D.Winnt32.exe/unattend:unattend.txt/udf:computer1,unattend.udb/s:x:

A president can serve()term(s).Aonly oneBtwoCmore than twoDas many as four

关于以下程序,下列说法中正确的是: module Learn3_1 (A, B, C, Carry, S); input A, B, C; output Carry, S; assign S = A^B^C; assign Carry = (AB)|(BC)|(AC); endmoduleA.该模块是一个全加器模块B.Carry = AB+BC+ACC.S=A(同或)B(同或)CD.当输入为A = 1,B = 1,C = 0,时输出Carry = 0,S=1

32、定义“char **s;”并为s正确赋值后,以下表达式正确的是()A.s=”computer”;B.* s=”computer”;C.** s-“computer”;D.* s=‘c’;

已知如下对输出逻辑的描述代码,state为当前状态,out为状态机输出。由此可知该状态机为Mealy型状态机。 always @(state) case (state) S0: out = 0; S1: out = 0; S2: out = 1; S3: out = 1; endcase

下面程序段在vc++ 6.0下的运行结果是________。 char *s1="computer"; char *s2="comPuter"; s1+=3; s2+=3; printf("%dn",strcmp(s1,s2));A.-1B.0C.1D.不确定的值

【单选题】设有说明:char s1[10],*s2=s1;则以下正确的语句是 。A.s1[]="computer"B.s1[10]="computer"C.s2="computer"D.*s2="computer"

11、已知如下对输出逻辑的描述代码,state为当前状态,out为状态机输出。由此可知该状态机为Mealy型状态机。 always @(state) case (state) S0: out = 0; S1: out = 0; S2: out = 1; S3: out = 1; endcase