Eating an apple a day doesn&39; t keep the doctor away, but it does reduce the amount of trips you make to the drug store per year. That &39; s according to a new study that investigates whether there&39; s any truth in the old saying.
A team of researchers led by Dr Matthew Davis, of the University of Michigan School of Nursing,asked 8,399 participants to answer survey questions about diet and health. A total of 753 were apple eaters, consuming at least 149g of raw apple per day. The remaining 7, 646 were classed as non-apple eaters. When both groups answered questions on trips to the doctor and trips to the drug store per year,the apple eaters were found to be 27% less likely to visit the druggist for drugs.
Trips to the doctor were not significantly affected by apple consumption, though. "Evidence does not support that an apple a day keeps the doctor away. However, the small number of US adults who eat an apple a day does appear to use fewer prescription medications," the study concludes.
Apple eaters were also found to be less likely to smoke and be more likely to have a higher educational attainment than non-apple eaters. While apples do not compete with oranges, they docontain some immune (免疫的) system-increasing vitamin C, which may be why apple-eaters visit the druggist less. With over 8mg of vitamin C per medium-sized fruit, an apple can provide roughly 14% your daily recommended intake.
Previous studies have also linked apple consumption to a lower risk of Type 2 diabetes (二型糖尿病) ,improved lung function and a lower risk of colon (结肠) cancer.
44. How many non-apple eaters answered survey questions in the research?
A.149
B.7,646
C.753
D.8,399
What is the conclusion of the study?A.Apple consumption has greatly reduced US adults' trips to the doctor
B.An apple a day does keep the doctor away
C.Apples are far more nutritious than oranges
D.A small number of US adult apple eaters tend to take less medicine
What can we learn from the passage?A.Apples are better than oranges
B.Apples do have some vitamin C to increase the immune system
C.Apples can help cure certain diseases
D.Apples can provide people with sufficient daily intake of energy
What can be described as the writing style of this passage?A.Objective
B.Creative
C.subjective
D.persuasive
请帮忙给出每个问题的正确答案和分析,谢谢!
第1题:
A.Does…does
B.Do…does
C.Does…do
第2题:
4.—_________ Mike________ his homework in the evening?
—No,he doesn't.
A. Do;does
B. Does;do
C. Do;do
D. Does;does
第3题:
第4题:
为了使程序的输出的正确结果为: Now is 2004.7.10 10:10:10. 那么应在下列程序划线处填入的正确语句是( )。 那么应在下列程序划线处填入的正确语句是( )。 #include <iostream> using namespace std; class TIME; class DATE { public: DATE(int y=2004,int m=1,int d=1) { year=y; month=m; day=d; } friend void DateTime(DATE &d, TIME &t); private: int year, month, day; }; class TIME { public: TIME(iht h=0, int m=0,int s=0) { hour=h; minute=m; second=s; } friend void DateTime(DATE &d,TIME &t); private: int hour,minute, second; }; ______________________ //函数 DateTime 的首部 { cout<<"Now is"<<d.year<<'.'<<d.month<<'.'<<d.day<< ' '<<t.hour<<":"<<t.minute<<':'<<t.second<<'.'<<end1; } int main ( ) { DATE d(2004,7,10); TIME t(10, 10, 10); DateTime(d,t); return 0; }
A.void DateTime(DATE &d,TIME &t)
B.void TIME::DateTime(DATE &d,TIME &t) const
C.friend void DateTime(DATE &d,TIME &t)
D.void DATE::DateTime(DATE &d,TIME &t)
第5题:
第6题:
下面示例中,属于Time数据类型的是?
A.T#1d_2h_15m_30s_45ms
B.D#2009-12-31
C.TIME_OF_DAY#10:20:30. 400
D.23:10:1