Huh? Appears to Be Universally Understood
What's the most universal utterance in languages across the globe?

Huh? —Correct! —Huh? —That's right. —HUH? —Exactly.

Because a new study finds that everybody around the world does indeed say huh?

The finding is in the journal PLOS One.

The researchers were exploring linguistic tools people use to assure fluid communication.

In this case, they were looking for an interjection that signals that a listener missed something,

then prompts the speaker to repeat or rephrase the original statement.

In other words, something that works like the English word Huh?

So they eavesdropped on nearly 200 conversations in 10 different tongues, from Italian to Icelandic.

And they found that, in language after language, a word that sounds a lot like huh? gets the job done.

For example. Eh? Eh? Eh? It's short and sweet so it's likely to stop the speaker before the listener gets too lost.

And it sounds like a question so it warrants a response.

The sound appears not to be innate.

Babies don't use it before they say mama.

But most five-year-olds are masters of "huh?" No matter where they come from.

Global Warming Freezes Penguin Chicks

Life isn't easy for a penguin chick.

There's a lot to worry about: predators, having enough food, and now the changing climate.

Researchers spent nearly thirty years tracking chicks at Punta Tombo, the world's largest colony of Magellanic penguins.

They found that increased rainfall and extreme heat due to climate change are killing chicks.

The study is in the journal PLOS ONE.

Down-covered chicks are too big to receive parental protection from the elements,

but are not old enough to have grown protective waterproof feathers.

So they get soaked to the skin during rainstorms and die of hypothermia.

Their downy feathers do them a disservice during heat waves too,

since they can't go for a swim to cool off until their waterproof feathers grow in.

Chicks not getting enough food are even more susceptible to the elements, as they lack the fuel to maintain their body temperature.

Storms during breeding season are already on the rise, and are expected to keep increasing.

So climate change will likely pose a challenge not only in Magellanic penguins, but other seabirds as well.

It'll be sink or swim.

listen and translation exercise 49的更多相关文章

  1. BEC listen and translation exercise 49

    Astronaut Sounds Alarm on Asteroids If a big asteroid with Earth's name on it were to reach us unimp ...

  2. BEC listen and translation exercise 11

    When you are in any contest you should work as if there were — to the very last minute — a chance to ...

  3. BEC listen and translation exercise 37

    You're supposed to do that before 10.30 in the morning, but obviously, if it's an emergency, you can ...

  4. BEC listen and translation exercise 35

    高中听力: At five o'clock, we have afternoon tea, but we don't have it in the kitchen. Father's Day is t ...

  5. BEC listen and translation exercise 31

    听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...

  6. BEC listen and translation exercise 40

    However, recently there's been more and more interest in the development of ostrich farming in other ...

  7. listen and translation exercise 51

    You are supposed to be having fun now. I have to hand in my biology paper tomorrow. Listen, you litt ...

  8. BEC listen and translation exercise 13

    The old lady sits on a mobile chair every morning. He got a large fortune when his father died, but ...

  9. BEC listen and translation exercise 12

    More than 220 cities now have air quality monitoring systems and 42 others will have systems in plac ...

随机推荐

  1. ActivityLifecycleCallbacks 如何控制activity的生命周期

    Android开发 - ActivityLifecycleCallbacks使用方法初探 初识 ActivityLifecycleCallbacks 利用ActivityLifecycleCallba ...

  2. BlockingQueue的使用 http://www.cnblogs.com/liuling/p/2013-8-20-01.html

    BlockingQueue的使用 本例介绍一个特殊的队列:BlockingQueue,如果BlockQueue 是空的,从BlockingQueue取东西的操作将会被阻断进入等待状态,直到Blocki ...

  3. 并发检测主机ip存活脚本

    #!/bin/bash ################### # Check Active Host####### ################### function CheckInput() ...

  4. Android中经常使用的工具类02

    1.读取手机联系人信息 一般用在读取手机通讯录上传,这一块比較多. import java.util.ArrayList; import java.util.List; import android. ...

  5. 移动端实用的meta标签

    直接上代码,代码自有颜如玉 代码自有黄金屋啊 <meta http-equiv="Content-Type" content="text/html; charset ...

  6. Android拍照后更新相册

    方法一: Uri updateUri = Uri.fromFile(file); Intent updateIntent = new Intent(Intent.ACTION_MEDIA_SCANNE ...

  7. python 函数的进阶

    1. 动态参数 位置参数的动态参数: *args 动态接收参数的时候要注意: 动态参数必须在位置参数后面 顺序: 位置参数, 动态参数*, 默认值参数 例子: def chi(a, b, *food, ...

  8. OpenCV玩耍(一)批量resize一个文件夹里的所有图像

    鉴于用caffe做实验的时候,里面牵扯到一个问题是必须将训练集和测试集都转成256*256的图像,而官网给出的代码又不会用,所以我用opencv转了.其实opencv只转一幅图会很简单,关键在于“批量 ...

  9. They're much closer in spirit to how our brains work than feedforward networks.

    http://neuralnetworksanddeeplearning.com/chap1.html Up to now, we've been discussing neural networks ...

  10. 【python】-- Socket接收大数据

    Socket接收大数据 上一篇博客中的简单ssh实例,就是说当服务器发送至客户端的数据,大于客户端设置的数据,则就会把数据服务端发过来的数据剩余数据存在IO缓冲区中,这样就会造成我们想要获取数据的完整 ...