Malaysia Airlines Flight MH370, with 239 people aboard, lost contact early Saturday with the airline shortly into the flight from Kuala Lumpur to Beijing. Government and airline officials said they weren't ready to speculate about what caused the Boeing 777-200 to disappear from radar. Here are five things to know about the flight and air safety.

#1: What happened to Malaysia Airlines Flight MH370?

With 239 people aboard, the plane lost contact with air-traffic controllers shortly into the flight early Saturday. Cruising at roughly 35,000 feet, the plane was about a third of the way into its trip and traversing the South China Sea when Malaysian controllers lost touch and the pilots failed to report to Vietnamese controllers along their anticipated path, according to data provided by the carrier and authorities from both countries.

cruising:巡航        anticipated:预期的,期望的

#2: Has anything like this happened before?

Air-safety experts have likened the sudden loss of contact and some other elements to the 2009 crash of an Air France jet into the Atlantic Ocean en route from Brazil to France; all 228 people on board were killed. The pilots on that plane also failed to issue any emergency calls and the wreckage wasn't recovered until two years later, demonstrating the challenge of search and rescue operations.

wreckage:残骸

#3: Why is it so difficult to locate lost planes?

Today's airliners have sturdy emergency-locator devices designed to transmit signals in the event of a crash, as do so-called 'black boxes' that contain digital flight data and cockpit recordings. But without knowing the trajectory of a plane as it went down--or fully understanding wind and wave conditions if it crashed into water--searchers sometimes can end up crisscrossing huge areas looking for relatively small pieces of wreckage. Particularly deep water or rugged terrain can seriously hinder investigations.

cockpit:驾驶员座舱         rugged terrain:崎岖地带

#4: What technology do airlines use to track flights?

Carriers typically have dispatchers and operational-control centers tracking aircraft, often communicating with pilots via data links or even voice communications over satellite connections. In the event of a major mechanical problem or other onboard events that don't immediately require an emergency landing , cockpit crews can call on those experts for advice. On many planes, certain maintenance and operational data are automatically transmitted to ground facilities.

#5: What's the safety record of the 777?

The long-range Boeing 777 has had an exceptional safety record since entering service in May 1995. Malaysia Airlines was an early operator of an extended-range version and got its first in May 1997. There have been only two earlier 777 incidents during a flight that resulted in the loss of the aircraft. The first was in January 2008 when British Airways Flight 38 suffered icing inside its fuel lines after a long midwinter flight from Beijing crash-landed just short of London's Heathrow Airport, injuring 47. The second was Asiana Airlines Flight 214, which struck a sea wall on final approach to San Francisco International Airport in July 2013; three passengers were killed.

每日英语:5 Things to Know About Missing Malaysia Airlines Flight and Air Safety的更多相关文章

  1. 每日英语:Mistrust Between U.S., Malaysia Strains Probe

    Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...

  2. 每日英语:Missing at Mobile World Congress: Innovation

    The hottest showcase for new technology at this year's Mobile World Congress wasn't in the event's c ...

  3. 每日英语:Mystery Medical Symptoms Hit a Surprising Number of Patients

    It's a common scenario: You have an odd pain for weeks or are feeling too tired lately. So you head ...

  4. 每日英语:As World's Kids Get Fatter, Doctors Turn To The Knife

    Daifailluh al-Bugami was just a year old when his parents noticed that his lips turned blue as he sl ...

  5. 每日英语:China Pipeline Explosions Kill 52

    BEIJING—The death toll from a pair of oil pipeline explosions on Friday in the eastern China port ci ...

  6. 每日英语:15 places to find inspiration

    If you’re a writer or artist, you understand the power of location when it comes to creativity and f ...

  7. 每日英语:Rethinking How We Watch TV

    To understand how much television could soon change, it helps to visit an Intel Corp. division here ...

  8. 每日英语:The Secret About Online Ad Traffic: One-Third Is Bogus

    Billions of dollars are flowing into online advertising. But marketers also are confronting an uncom ...

  9. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

随机推荐

  1. 基于Echarts的中国地图数据展示

    发布时间:2018-10-31   技术:javascript+html5+canvas   概述 基于echarts的大数据中国地图展示,结合API定制,开发样式,监听鼠标事件,实现带参数路由跳转等 ...

  2. 【转】file_get_contents("php://input")的使用方法

    $data = file_get_contents("php://input");    php://input 是个可以访问请求的原始数据的只读流. POST 请求的情况下,最好 ...

  3. find -exec 与xargs 区别

    find . -name "*.txt" -exec rm {} \;find . -name "*.txt" | xargs rm {} -exec    1 ...

  4. memcached内存管理机制[未整理]

    memcached默认采用的是Slab Allocator的机制分配管理内存的,在此之前,内存的分配是通过对所有的记录简单地进行malloc和free来进行的,但这种方式容易造成很多内存碎片,加重操作 ...

  5. Centos7-Lvs+Keepalived架构

      Centos7-Lvs+Keepalived架构 LVS+Keepalived 介绍 1 .   LVS LVS 是一个开源的软件,可以实现 LINUX 平台下的简单负载均衡. LVS 是 Lin ...

  6. Redis 学习之路 (009) - Redis-cli命令最新总结

    资料来源: http://redisdoc.com/ http://redis.io/commands 连接操作相关的命令 默认直接连接  远程连接-h 192.168.1.20 -p 6379 pi ...

  7. Checkstyle-Configuration

    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-/ ...

  8. mysql慢查询日志相关参数

    -- mysql慢查询日志相关参数 -- 慢查询日志时间 show variables like "long_query_time"; -- 将时间设置为2s ; -- 是否开启慢 ...

  9. 记一次常规的Mysql数据库访问的时间分析

    背景:记一次常规的数据访问的时间分析(插入操作) 1. TCP三次握手 SYN ---> <--- SYN,ACK ACK ---> 花费时间: 386.718-385.784=0. ...

  10. 【蓝桥杯】PREV-21 回文数字

    题目链接:http://lx.lanqiao.org/problem.page? gpid=T113   历届试题 回文数字   时间限制:1.0s   内存限制:256.0MB      问题描写叙 ...