每日英语:5 Things to Know About Missing Malaysia Airlines Flight and Air Safety
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的更多相关文章
- 每日英语:Mistrust Between U.S., Malaysia Strains Probe
Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...
- 每日英语: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 ...
- 每日英语: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 ...
- 每日英语: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 ...
- 每日英语:China Pipeline Explosions Kill 52
BEIJING—The death toll from a pair of oil pipeline explosions on Friday in the eastern China port ci ...
- 每日英语: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 ...
- 每日英语:Rethinking How We Watch TV
To understand how much television could soon change, it helps to visit an Intel Corp. division here ...
- 每日英语: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 ...
- 每日英语: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 ...
随机推荐
- java服务端微信小程序支付
发布时间:2018-10-05 技术:springboot+maven 概述 java微信小程序demo支付只需配置支付一下参数即可运行 详细 代码下载:http://www.demodash ...
- 简述MVC
强调:mvc不是框架而是一种设计模式 分层结构的好处:1.降低了代码之间的耦合性 2.提高了代码的重用性 一. 概述 MVC的全名Model View Controller,即模型-视图-控制器的缩写 ...
- linux shell 脚本攻略学习7---tr命令详解
tr命令详解 什么是tr命令?tr,translate的简写,translate的翻译: [trænsˈleit] vi. 翻译, 能被译出 vt. 翻译, 解释, 转化, 转变为, 调动 在这里用到 ...
- IPsec ISAKMP(转)
IPsec ISAKMP 2010-08-10 11:47:01 标签:IPsec 职场 休闲 ISAKMP Interne 安全连接和密钥管理协议(ISAKMP)是 IPsec 体系结构中的一种主要 ...
- MySQL的keepalived高可用监控脚本
MySQL的keepalived高可用监控脚本 MySQL(或者其它服务)的keepalived高可用监控脚本 开发脚本需求 :我们知道,keepalive是基于虚拟ip的存活来判断是否抢占maste ...
- windbg(1)
1.http://www.cnblogs.com/huangyong9527/category/384128.html 2.http://www.cnblogs.com/pugang/category ...
- 【java】JVM的内存区域划分
学过C语言的朋友都知道C编译器在划分内存区域的时候经常将管理的区域划分为数据段和代码段,数据段包括堆.栈以及静态数据区.那么在Java语言当中,内存又是如何划分的呢? 由于Java程序是交由JVM执行 ...
- atom介绍
在公司微信群,看到activate-power-mode插件的效果,很绚丽,才知道github自己出了一个自己的编辑器atom 官网地址 https://atom.io 官网看了下,atom编辑器的特 ...
- 【转载】Chrome插件开发 尝试
本来来自 http://www.cnblogs.com/rufus-hua/ 1.新建文件夹 如图:整个项目的结构 2.新建一个名为manifest.json的文件,编码模式为utf-8,(可以先建好 ...
- Oracle 12C -- purge dba_recyclebin
SQL> create user abce identified by abce; User created. SQL> grant resource,connect to abce; G ...