L333 Should You Listen to Music While You Work?
Should You Listen to Music While You Work?
"Whistle while you work" is classic advice, straight from Snow White. Science backs it to a certain extent, too — listening to music on the treadmill, for instance, helps people persevere through their runs. But does music create a productive backdrop for more mental work? What about for any kind of work?
Music + Work = It's Complicated
This question is a bit simplistic, so it's no wonder that no one has satisfactorily answered it yet. The researchers who discovered the "Mozart effect," found that listening to Mozart sonatas before a mental activity sparked stronger spatial reasoning (it didn't actually make people smarter). Cool, but specific. What about Mozart sonatas during a task? What about death metal?
Hard to say. There have been various studies on music and work, but the results have been mixed. Perhaps, a recent study proposed, this is because music's effect on work performance is complicated. It's not just "good" or "bad" — it depends on the type of work, the type of music, and the worker's personality.
To test this hypothesis, the researchers recruited 142 undergraduate students and asked them to complete two tasks, one simple and one complex. The simple one was searching a list of words and crossing out the ones including the letter "a"; the complex one was studying pairs of words and then recalling them in a test setting.
Subjects did their tasks either in silence or with a soundtrack of instrumental music; the music was either simple or complex. (Both tracks had identical piano, strings, and synth elements, but the complex one had drums and bass layered in.)
Researchers assessed participants' personalities beforehand, too. Each study subject took an evaluation that gauged how much they enjoyed external stimulation. The 28-item questionnaire asked them to respond to statements like "It takes more stimulation to get me going than most people" and "I am seldom excited about my work."
The results were counterintuitive. Basically, researchers found that people with a preference for external stimulation — think people who check their phones while watching TV or actually play on the office swingset — were less able to handle working to music. They were the ones who most wanted to, ironically, but they performed best on the complex task when they worked in silence. Their peers who didn't prefer external stimuli performed best when music played.
This held true for the study's simple task, too. The external simulation seekers performed best to no music or simple music, whereas their peers who bored less easily performed best to complex music.
These results suggest that people who seek external stimulation have a huge, almost unwieldy amount of attention that they can give the world. Their attention splits easily when multiple activities — say, doing work and listening to music — compete for their attention. But isolated with a task, they can get very deeply absorbed. People on the other end of the spectrum, meanwhile, benefitted from the distraction, since it was just enough to keep their minds from wandering.
Not that people who seek external stimulation are unique. Across the board, people can enjoy only so much distraction. As the study authors put it: "While distractions may facilitate simple task performance to a degree, there is also a point at which distractions will overload task performers even during simple tasks." For external stimulation seekers, overload happens earlier, because they're actively seeking the sensation. Overload may be bad for performance, but it's definitely not boring.
L333 Should You Listen to Music While You Work?的更多相关文章
- Linux进程间通信(八):流套接字 socket()、bind()、listen()、accept()、connect()、read()、write()、close()
前面说到的进程间的通信,所通信的进程都是在同一台计算机上的,而使用socket进行通信的进程可以是同一台计算机的进程,也是可以是通过网络连接起来的不同计算机上的进程.通常我们使用socket进行网络编 ...
- tcp连接listen的backlog剖析
TCP连接中,最重要的是连接TCP连接上,两个方向之间的各个状态及各个系统调用与状态之间的关系.往往可以以两种图表示,第一种是状态转换图,第二种是连接时序图.如下: 状态图: 时序图: ...
- socket编程listen函数限制连接数的解决方案
函数原型: int listen(int sockfd, int backlog); 当服务器编程时,经常需要限制客户端的连接个数,下面为问题分析以及解决办法: 下面只讨论TCP UDP不做讨论(很 ...
- listen()
创建一个套接口并监听申请的连接. #include <winsock.h> int PASCAL FAR listen( SOCKET s, int backlog); S:用于标识一个已 ...
- Error: listen EADDRINUSE
有可能是已经作用了18001端口 netstat -antp|grep 18001 kill 然后重启程序. events.js:72 throw er; // Unhandled 'error' e ...
- tcp/ip协议listen函数中backlog参数的含义与php-fpm的502 Bad Gateway
To understand the backlog argument, we must realize that for a given listening socket, the kernel ma ...
- access denied ("java.net.SocketPermission" "localhost:1527" "listen,resolve")
在开启derby服务出现该错误(测试hibernate 连接数据库时 使用myeclipse2014自带的数据库--windows->show view->other->Myecl ...
- 启动项目报错Error: listen EADDRINUSE
我在使用elasticsearch的kibana插件时候,有一次启动,遇到这个错误: Error: listen EADDRINUSE 它的意思是,端口5601被其他进程占用. 故而,需要kill掉那 ...
- listen和accept函数
listen函数是用来设置监听连接的句柄和队列 当listen函数执行完成以后,服务端就已经可以接受客户端来的新连接了,新连接完成以后listen会把客户端的ip,port和连接句柄放在监听队列里面, ...
随机推荐
- Yii1自定义 CGridView 中的操作按钮中 CButtonColumn 选项
Yii可以使用CButtonColumn自定义按钮及列样式. 效果展示 <?php $this->widget('zii.widgets.grid.CGridView', array( ' ...
- gitlab或github下fork后如何同步源的新更新内容?
两种方式: 项目 fetch 到本地,通过命令行的方式 merge 懒人方法,只用 Github ,不用命令行 1.项目 fetch 到本地,通过命令行的方式 merge 提示:跟上游仓库同步代码之前 ...
- 关于乱码(MessyCode)问题
乱码本质:读取二进制时采用的编码和最初将字符转成二进制时的编码不一致 编码时(得二进制数组时)不抛出异常,数据就不会被破坏 Java关于乱码(MessyCode)问题 Java使用的是Unicode编 ...
- CSS基础【1】:体验CSS
CSS起源 web的衰落:在 web 早期(1990-1993),html是一个很局限的语言.几乎完全由用于描述段落,超链接,列表和标题的结构化元素组成.随着万维网的出现(用户交互体验的加强),对 h ...
- JavaScript(数组、Date、正则)
数组 创建数组 // 一.自变量创建数组 // 1-通过字面量创建一个空数组 var arr1 = []; console.log(arr1) console.log(typeof arr1); // ...
- C# 绘图
e.Graphics.DrawLine (绘制一条连接由坐标对指定的两个点的线条) e.Graphics.DrawString (绘制指定位置的文本字符串) e.Graphics.DrawRectan ...
- Roslyn
Roslyn 是以 API 为驱动的下一代编译器,集成在最新版的 Visual Studio 上.它开放 C# 和 Visual Basic 编译器的 API,使得开发者可以借助编译器进行解析代码文件 ...
- IDEA复制某个类的包名路径
在对应的类中右键: 然后看图:
- JS 单线程
js单线程阻塞实例setTimeout(function () { while (true) { } }, 1000);setTimeout(function () { alert('end 2'); ...
- Angular 学习笔记 (Material Datepicker)
https://material.angular.io/components/datepicker/overview 官网介绍很清楚了,这里记入一下我比较不熟悉的. 1. moment js Angu ...