题目内容

Global Cancer Rates to Rise by 50% by 2020
The number of new cancer cases worldwide is expected to increase by 50% by the year 2020. But a new report suggests that as many as a third of new cancers could be avoided by adopting healthier lifestyles and through public health action.
The World Cancer Report, released by the International Agency for Research on Cancer, shows that cancer has now emerged as a major public health threat in developing countries as well as rich ones.
Overall, cancer was responsible for 12% of all deaths in 2000. But in many countries more than a quarter of all deaths are caused by cancer.
The report shows that 10 million new cancers were diagnosed globally in 2000, and that number is expected to rise to 15 million by 2020. Researchers say most of that increase will mainly be due to steadily aging populations in both developed and developing countries and current trends in smoking and other unhealthy habits.
"Cancer has emerged as a major public health problem in developing countries for the first time, matching its effect in industrialized (工业化的) countries," said researcher Paul Kleihues, MD, director of IARC, in a news release. "Once considered a 'Western' disease, the Report highlights that more than 50 percent of the world's cancer burden, in terms of both numbers of cases and deaths, already occurs in developing countries."
The risk of being diagnosed with cancer in developed countries is double that in less-developed ones. However, the risk of dying from cancer is much higher in developing countries, where 80% of cancer patients already have late-stage incurable tumors (肿瘤) at the time of diagnosis.
Researchers say cancer rates have traditionally been higher in developed countries due to greater exposure to tobacco, occupational carcinogens (致瘤物), and an unhealthy Western diet and lifestyle. As less-developed countries become industrialized and more prosperous, they tend to adopt the high-fat diet and low physical activity levels typically seen in the West, which increase cancer rates.
The report says that steps could be taken to reduce about

A. 50% of new cancers.
B. 33% of new cancers.
C. 12%of new cancers.
D. 80% of new cancers.

查看答案
更多问题

设在工程中有一个标准模块,其中定义了如下记录类型: Type Books Name As String * 10 TelNum As String * 20 EndType 在窗体中添加一个名为Commandl的命令按钮,要求单击命令按钮时,在顺序文件 Ptxt中写入一条记录。下列能够完成该操作的程序段是 ()

A. Private Sub Commandl_Click() Dim B As Books Open"d:\P1.txt"For Output As #1 B. Name=InputBox("姓名") B. TelNum=InputBox("电话号码") Write #1,B. Name,B. TelNum Close #1 EndSub
B. Private Sub Commandl_Click() Dim B As Books Open" d:\Pl.txt" For Input As B. Name=InputBox ("姓名") B. TelNum=InputBox ("电话号码") Print #1,B. Name,B. TelNum Close #1 EndSub
C. Private Sub Commandl_Click() Dim B As Books Open"d:\P1. txt"For Output As B. Name=InputBox("姓名") B. TelNum=InputBox ("电话号码") Write #1,B Close #1 EndSub
D. Private Sub Commandl Cliek() Open"d:\P1.txt" For Input As Name=InputBox("姓名") TelNum=InputBox ("电话号码") Print #1,Name,TelNum Close #1 EndSub

在窗体上画一个名称为Text1的文本框和一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Commandl_Cliek() Dim arrayl(10, 10)As Integer Dim i,j As Integer For i=1 To 3 Forj=2 To 4 array1(i, j)=i+j Next j Next i TextText=array1(2, 3)+array1(3, 4) End Sub 程序运行后,单击命令按钮,在文本框中显示的值是 ()

A. 12
B. 13
C. 14
D. 15

在窗体(Name属性为Form1)上画两个文本框(其Name属性分别为Text1和 Text2)和一个命令按钮(Name属性为Commandl),然后编写如下两个事件过程: Private Sub Commandl Click() a=TextText+TextText Print a End Sub Private Sub Form. Load() TextText="" Text2.Text="" End Sub 程序运行后,在第一个文本框(Text1)和第二个文本框(Text2)中分别输入123和 321,然后单击命令按钮,则输出结果为 ()

A. 444
B. 321123
C. 123321
D. 132231

Jill: Hi, Jane, this is Jill. Do you have time to talk? Jane: Hi, Jill, ______. I was just

A. so what
B. no doubt
C. some time
D. sure

答案查题题库