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. iOS中获取系统相册中的图片

    一.获取单张图片 思路: 1.利用UIImagePickerController可以从系统自带的App(照片\相机)中获得图片 2.设置代理,遵守代理协议 注意这个UIImagePickerContr ...

  2. java jdk和android sdk的安装以及环境变量的配置

    安卓环境变量设置 (烦)http://wenku.baidu.com/link?url=QRwpFhP8d0yJorhcvuZPrz3lNFQW-uwYg6TlZtv6uen6_SVsvRrzf0UJ ...

  3. mac安装iterm2

    1 安装 下载直接拖入应用中. 2 配置 2.1 配置oh my zsh https://github.com/robbyrussell/oh-my-zsh 一键安装: sh -c "$(c ...

  4. Vue学习-基础语法

    Vue v-if指令 Vue.js的指令是以v-开头的,它们作用于HTML元素,指令提供了一些特殊的特性,将指令绑定在元素上时,指令会为绑定的目标元素添加一些特殊的行为,我们可以将指令看作特殊的HTM ...

  5. CentOS 7 巨大变动之 systemd 取代 SysV的Init

    1 systemd是什么 首先systmed是一个用户空间的程序,属于应用程序,不属于Linux内核范畴,Linux内核的主要特征在所有发行版中是统一的,厂商可以自由改变的是用户空间的应用程序.   ...

  6. client = new DatagramSocket(LocalPort) 是说端口已经被占用的意思

    ok 现在遇到一个问题,client = new DatagramSocket(LocalPort) 是说端口已经被占用的意思 ref:!!https://community.oracle.com/t ...

  7. Android SDK上手指南 3:用户交互

    在这篇教程中,我们将对之前所添加的Button元素进行设置以实现对用户点击的检测与响应.为了达成这一目标,我们需要在应用程序的主Activity类中略微涉及Java编程内容.如果大家在Java开发方面 ...

  8. 【LeetCode】 数相加组合 Combination Sum

    描述 Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), ...

  9. Effective java -- 6 方法

    第三十八条:检查参数的有效性 第三十九条:必要时进行保护性拷贝 public class Period { private final Date start; private final Date e ...

  10. (转)Windows下面安装和配置MySQL(5.6.20)

    原文地址:http://www.cnblogs.com/qiyebao/p/3887055.html 1.首先到http://dev.mysql.com/ 上下载windows版mysql5.6免安装 ...