李老师去商店买奖品,书包每个48元,篮球每个98元,铅笔盒每个12元,水杯每个7

题型:解答题

问题:

李老师去商店买奖品,书包每个48元,篮球每个98元,铅笔盒每个12元,水杯每个75元。

(1)买15个书包和48个水杯共需要多少钱?   

(2)买12个篮球比买18个铅笔盒贵多少钱?  

(3)你还能提出什么数学问题?请解答。

考点:整数的四则混合运算及应用题
题型:解答题

长期接触含游离二氧化硅(SiO2)的粉尘可引起的疾病是()

A.尘肺

B.煤肺

C.矽肺

D.煤矽肺

E.石棉肺

题型:解答题

下列说法中,有错误的是[ ]

A. 一氧化碳与二氧化碳的分子构成不同,使得它们的性质有很大差别

B. 金刚石和石墨里碳原子的排列不同,因此,它们的物理性质有很大差别

C. 用H2和CO2两种气体分别吹制的肥皂泡,在空气中均能上升

D. 氧气能支持红磷燃烧,不支持红磷燃烧的气体一定是氮气

题型:解答题

已知数据文件IN.dat中存有200个四位数,并己调用读函数rData()把这些数存入数组a中,请编写函数spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数(新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数字是原四位数的百位数字,新二位数的个位数字是原四位数的十位数字),如果新组成的两个二位数一个是奇数,另一个为偶数,并且两个二位数中至少有一个数能被17整除,同时两个新数的十位数字均不为 0,则将满足此条件的四位数按从大到小的顺序存入数组b中,并要计算满足上述条件的四位数的个数count。最后main()函数调用写函数wData(),把结果count以及数组b中符合条件的四位数输出到OUT.dat文件中。
注意:部分源程序已经给出。程序中已定义数组a[200]、b[200],己定义变量count。请勿改动数据文件IN.dat中的任何数据及主函数main()、读函数rData()和写函数wData()的内容。
#include <stdio. h>
#define MAX 200
int a[MAX], b[MAX], count = 0;
void spellNum ( )void rData()
int i;
FILE *fp;
fp = fopen("IN.dat", "r") ;
for (i=0; i<MAX; i++)
fscanf(fp, "%d,", &a[i]);
fclose (fp);void wData ()
FILE *fp;
int i;
fp = fopen("OUT.dat", "w");
fprintf(fp, "%d\n", count);
for (i=0; i<count; i++)
fprintf(fp, "%d\n", b[i]);
fclose (fp);void main ()
int i;
rData ();
spellNum ();
printf ("满足条件的数=%d\n", count);
for (i=0; i<count; i++)
printf("%d ", b[i]);
printf ("\n");
wData ();

题型:解答题

     Long ago, operation usually had to be done while the sick man could feel everything. The sick man had to be held down on a table by force while the doctors did their best to save him. He could feel all the pain

if his leg or arm was being cut off, and his fearful cries filled the room and the hearts of those who

watched.   

     Soon after 1770, Josept Priestley discovered a gas which is now called "laughing gas". Laughing gas

became known in America. Young men and women went to parties to try it. Most of them spent their time laughing, but one man at a party, Horace Wells, noticed that people didn't seem to feel pain when they

were using this gas. He decided to make an experiment on himself.He asked a friend to help him.   

     Wells took some of the gas, and his friend pulled out one of Wells' teeth. Wells felt no pain at all.  

     As he didn't know enough about laughing gas, he gave a man less gas than he should have. The man

cried out with pain  when his tooth was being pulled out.    

     Wells tried again, but this time he gave too much of the gas, and the man died. Wells never forgot this

terrible event.

1. Long ago,when the sick man was operated on, he ______.

A. could feel nothing            

B. could not want anything

C. could feel all the pain        

D. could do anything

2. Using the laughing gas, the people did not seem to ______.

A. be afraid of anything    

B. feel pain    

C. want to go to the parties    

D. be  ill

3. If a man took less laughing gas than he should have when an operation went on, he ______.

A. felt nothing                

B. felt very comfortable  

C. still felt pain              

D. would die

4. One who took too much of the laughing gas ______.                  

A. would laugh all the time        

B. would be very calm

C. would never feel pain          

D. would die.                 

题型:解答题

闸刀开关按灭弧结构来分有()和()两种。

更多题库