平流层底部的臭氧层中的臭氧浓度很低,其平均厚度仅为0.3cm。臭氧在大气中的分布不均

题型:多项选择题 案例分析题

问题:

平流层底部的臭氧层中的臭氧浓度很低,其平均厚度仅为0.3cm。臭氧在大气中的分布不均匀,低纬度处较少,高纬度处较多。却几乎可全部吸收来自太阳的短波紫外线,使人类和生物免遭紫外线辐射的伤害。

引起臭氧层减少和空洞形成的物质有()。

A.CFCs

B.CH4

C.N2O

D.溴氟烷烃类(哈龙类,Halons)

E.SO2

F.CCl4

考点:卫生毒理(医学高级)环境卫生学环境卫生学题库
题型:多项选择题 案例分析题

下列给定程序中,函数fun()的功能是:根据输入的3个边长(整型值),判断能否构成三角形:若能构成等边三角形,则返回3,若是等腰三角形,则返回2,若能构成三角形则返回1,若不能,则返回0。
请改正程序中的错误,使它能得出正确的结果。
注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。
试题程序:
#include <math. h>
int fun(int a, int b, int c)
if (a+b>c&&b+c>a&&a+c>b)
if (a==b&&b==c)
/*************found**************/
return 1;
else if(a==b|| b==c||a==c)
return 2;
/*************found**************/
else return 3;

else return 0;

main ( )
int a,b, c, shape;
printf("\nInput a,b,c: ");
scanf ("%d%d%d", &a, &b, &c);
printf ("\na=%d, b=%d, c=%d\n",a,b,c);
shape=fun (a,b, c);
printf ("\n\nThe shape : %d\n", shape);

题型:多项选择题 案例分析题

660伏,380伏漏电继电器的动作电阻值分别为多少?

题型:多项选择题 案例分析题

The purpose of the requirements definition phase is to produce a clear, complete,consistent, and testable (71) of the technical requirements for the software product.During the requirements definition phase, the requirements definition team uses an iterative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each (72) that it must meet. The starting point is usually a set of high-level requirements from the (73) that describe the project or problem.In either case, the requirements definition team formulates an overall concept for the system and then defines (74) showing how the system will be operated, publishes the system and operations concept document, and conducts a system concept review(SCR). Following the SCR, the team derives (75) requirements for the system from the high level requirements and the system and operations concept. Using structured or object-oriented analysis, the team specifies the software functions and algorithms needed to satisfy each detailed requirement.

A.criterion

B.standard

C.model

D.system

题型:多项选择题 案例分析题

引起毒素型食物中毒,不包括下面哪一细菌()

A、沙门菌

B、韦氏梭菌

C、蜡样芽孢杆菌

D、肉毒梭菌

题型:多项选择题 案例分析题

2008年8月30日,在银川召开的2008中国企业500强发布暨中国大企业高峰会公布了本年度中国企业500强最新排名。( )以营业收入超过1.2万亿元的业绩,稳居综合榜榜首。

A.国家电网公司

B.中国移动通信集团公司

C.中国石油天然气集团公司

D.中国石油化工集团公司

更多题库