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. 为什么 java wait/notify 必须与 synchronized 一起使用,jvm究竟做了些什么

    这个课题提出来的是原先的线程并发解决的思路.目前解决线程并发,可以是lock接口结合condition  并发问题一直以来就是线程必不可少的话题. java 是第一个内置对多线程支持的主流编程语言.在 ...

  2. Call to static DateFormat

    Bug: Call to method of static java.text.DateFormatPattern id: STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INS ...

  3. vue面试题,知识点汇总(有答案)

    一. Vue核心小知识点 1.vue中 key 值的作用 key 的特殊属性主要用在 Vue的虚拟DOM算法,在新旧nodes对比时辨识VNodes.如果不使用key,Vue会使用一种最大限度减少动态 ...

  4. Java之Filter

    一.何为Filter? Filter也称之为过滤器,它是Servlet技术中比較激动人心的技术.WEB开发者通过Filter技术.对webserver管理的全部web资源.换句话说其主要用于前台向后台 ...

  5. spring mvc注解和spring boot注解

    1 spring mvc和spring boot之间的关系 spring boot包含spring mvc.所以,spring mvc的注解在spring boot总都是可以用的吗? spring b ...

  6. cocos2dx使用cocostudio导出的animation

    local uilocal function createLayerUI() if not ui then ui=cc.Layer:create(); createLayerUI=nil; end r ...

  7. 我的Android进阶之旅------>Android中StateListDrawable支持的状态

    Android中StateListDrawable支持的状态 android:state_active 代表是否处于激活状态 android:state_checked  代表是否处于已勾选状态 an ...

  8. pip-grep

    Pip-pop pip-grep主要是用于方便查看Requirements.txt中那些模块是安装了的.也就是通过输入的然后模块名称然后在Requirements.txt中进行查询.里面比较难的就是d ...

  9. CentOS iSCSI服务器搭建------Initiator篇

    服务器信息: [root@initiator ~]# cat /etc/redhat-release CentOS release 6.6 (Final) [root@initiator ~]# un ...

  10. js判断undefined类型,undefined,null, 的区别详细解析

    js判断undefined类型 今天使用showModalDialog打开页面,返回值时.当打开的页面点击关闭按钮或直接点浏览器上的关闭则返回值是undefined所以自作聪明判断 var reVal ...