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. oracle中nvl()函数

    oracle中nvl()函数  oracle的nvl函数的使用方法 通过查询获得某个字段的合计值,假设这个值位null将给出一个预设的默认值  select nvl(sum(t.dwxhl),1) f ...

  2. 将navigationbar的translucent属性设为No后,子控制器视图整体下移问题

    如果不将navigationbar.translucent = YES 会觉得颜色很浅,因为这是半透明状态 若navigationbar.translucent = NO,颜色问题解决,但是子控制器视 ...

  3. C语言基础知识【作用域规则】

    C 作用域规则1.任何一种编程中,作用域是程序中定义的变量所存在的区域,超过该区域变量就不能被访问.C 语言中有三个地方可以声明变量:在函数或块内部的局部变量在所有函数外部的全局变量在形式参数的函数参 ...

  4. C语言基础知识【C语言教程】

    2017年7月7日23:15:51外边下雨,突然想学习c语言,所以刷一遍基础. 笔记:C 语言教程1.C 语言是一种通用的.面向过程式的计算机程序设计语言.1972 年,为了移植与开发 UNIX 操作 ...

  5. Android自定义属性format类型

    1. reference:参考某一资源ID. (1)属性定义: <declare-styleable name = "名称"> <attr name = &quo ...

  6. stm32DMA通道 ADC通道

    DMA: 1.使用DAC的时候.将转化后得到的模拟信号通过IO口输出的时候.为什么还将IO口配置能输入模式 PS:stm32手冊上定义PA4和PA5分别和DAC1通道和DAC2通道相连  : DMA1 ...

  7. 【BZOJ4069】[Apio2015]巴厘岛的雕塑 按位贪心+DP

    [BZOJ4069][Apio2015]巴厘岛的雕塑 Description 印尼巴厘岛的公路上有许多的雕塑,我们来关注它的一条主干道. 在这条主干道上一共有 N 座雕塑,为方便起见,我们把这些雕塑从 ...

  8. K.Bro Sorting(思维题)

    K.Bro Sorting Time Limit: 2000/2000 MS (Java/Others)    Memory Limit: 512000/512000 K (Java/Others)T ...

  9. ArcGIS API for JavaScript Bookmarks(书签)

    说明:本篇博文介绍的是ArcGIS API for JavaScript中的 Bookmarks(书签) ,书签的作用是,把地图放大到一个地方 添加书签,书签名称可以和地图名称一直,单击标签 地图会定 ...

  10. Channel (Java NIO)

    [正文]netty源码死磕1.3:  Java NIO Channel 1. Java NIO Channel 1.1. Java NIO Channel的特点 和老的OIO相比,通道和NIO流(非阻 ...