It's easy to take your hearing for grant

题型:完形填空

问题:

It's easy to take your hearing for granted until it's too late.

With the wide    1   _(popular) of digital entertainment products, it is not uncommon to see people wearing headphones and listening to music    2    running in the park or using public transport. And the volume is often so loud that people around    3    can hear the music as well.

However, doctors warn that such behavior can    4   _(potential) damage their hearing. "In noisy places, people tend   5  _(turn) the volume up to get the same clarity of sound. Unfortunately, that can damage the hearing   6  people being aware of it," said Feng Yongfeng, chief ENT physician at Beijing Tian'an Hospital.

After Spring Festival, the hospital witnessed   7   slight increase in the number of teenagers coming in with hearing problems,  8   Feng attributed to them wearing headphones at home for long periods during the holiday. Feng said both in-ear and overhead headphones can harm the ears and    9   (advise) against using them for long periods. He said if you do use headphones it is worth    10   (invest) in the highest quality you can afford.

考点:序数词
题型:完形填空

患者右臀疼痛,影像检查如图所示,最可能的诊断是()

A.骨软骨瘤

B.骨梗死

C.骨样骨瘤

D.骨折

E.以上都不是

题型:完形填空

下列哪项不是PET的优势()

A.可以进行代谢显像

B.灵敏度高

C.容易进行衰减校正

D.图像分辨率高

E.容易进行定量分析

题型:完形填空

已知数据文件IN44.DAT中存有300个4位数,并已调用读函数readDat()把这些数存入数组a中,请编制一函数jsValue(),其功能是:求出千位数上的数减百位数上数减十位数上的数减个位数上的数大于零的数的个数cnt,再把所有满足此条件的4位数依次存入数组b中,然后对数组b的4位数按从小到大的顺序进行排序,最后调用写函数writeDat()把数组b中的数输出到 OUT44.DAT文件中。
例如:9123,9-1-2-3>0,则该数满足条件,存入数组b中,且个数cnt=cnt+1。
9812,94-1-2<0,则该数不满足条件,忽略。
注意:部分源程序已给出。
程序中已定义数组:a[300],b[300],已定义变量:cnt。
请勿改动主函数main()、读函数readDat()和写函数writeDat()的内容。
试题程序
#include<stdio.h>
int a[300],b[300],cnt=0;
jsvalue()


main()

int i;
readDat();
jsValue();
writeDat();
for(i=0;i<cnt; i++)
printf("b[%d]=%d\n", i, b[i]);

readDat ( )

FILE *fp;
int i;
fp=fopen("IN44.DAT","r");
printf("cnt=%d\n",cnt);
for(i=0;i<300;i++)
fscanf(fp,"%d,",&a[i]);
fclose(fp);

writeDat ()

FILE *fp;
int i;
fp=fopen("OUT44.DAT","w");
fprintf(fp,"%d\n",cnt);
for(i=0;i<cnt;i++)
fprintf(fp, "%d\n",b[i]);
fclose(fp);

题型:完形填空

下列有关利玛窦的说法中,正确的有()

A.他曾经朝见过明神宗

B.他曾将《四书》翻译成拉丁文

C.他曾将《几何原本》翻译成汉语

D.他死后葬于北京

题型:完形填空

“石头、剪子、布”游戏起源于中国,然后传到日本,韩国等地,随着亚欧贸易的不断发展传到了欧洲,到了近现代逐渐风靡世界。这体现了()

①要尊重世界文化的多样性

②文化既是民族的又是世界的

③传统文化有民族性和相对稳定性

④商业贸易是文化传播的途径

A.①③

B.①④

C.②③

D.②④

更多题库